Quantcast
Channel: Value Lists Latest Topics
Viewing all articles
Browse latest Browse all 217

Value List & text version of VL

$
0
0

field = "Music Format"

Value List (checkbox)
Album
Cassette
CD
EP
Single
iMusic
Same field done in text format (temp). However, when the checkbox VL is empty, content still exists in text field version.

My aim is getting my calculation to work. Field = "zFormat" used in my header.
Case (
MUSIC FORMAT = "ALBUM"; "ALBUM";
MUSIC FORMAT = "CASSETTE"; "CASSETTE";
MUSIC FORMAT = "CD"; "CD";
MUSIC FORMAT = "EP"; "EP";
MUSIC FORMAT = "SINGLE"; "SINGLE";
MUSIC FORMAT = "iMUSIC"; "iMUSIC";

MUSIC FORMAT = "iMUSIC"  and MUSIC FORMAT = "CD"; "CD + iMUSIC"
MUSIC FORMAT = "ALBUM"  and MUSIC FORMAT = "iMUSIC"; "ALBUM + iMUSIC"
)


Viewing all articles
Browse latest Browse all 217

Trending Articles