Format Value:
CONTENTGROUP
$if($eql(%itunesadvisory%,1),Explicit,%contentgroup%),$if($eql(%itunesadvisory%,2),Clean,%contentgroup%),$if($eql(%itunesadvisory%,0), ,%contentgroup%)
Desired outcomes:
CONTENTGROUP
Explicit, Clean, *blank*
I can't seem to get the $if($eql(%itunesadvisory%,0), ,%contentgroup%) to work.
No matter what I try, even if I leave that if statement off, I can't get a blank result in CONTENTGROUP. I get ,, , ,,
With Format Value:
CONTENTGROUP
$if($eql(%itunesadvisory%,1),Explicit,%contentgroup%),$if($eql(%itunesadvisory%,2),Clean,%contentgroup%)Result
CONTENTGROUP:
,
With Format Value:
CONTENTGROUP
$if($eql(%itunesadvisory%,1),Explicit,%contentgroup%),$if($eql(%itunesadvisory%,2),Clean,%contentgroup%),$if($eql(%itunesadvisory%,0),,%contentgroup%)Result
CONTENTGROUP:
,,
