Hello,
I have a small multiples, with one data label inside the small multiples (thus repeated multiple times).
It displays a percentage (named rate) with brackets around it. The text is thus ([rate])
.
Sometimes there is data, sometimes not (ie. rate is null
). When there is no data, the brackets are always there, no matter what I do about null values (source/full/ignore).
Is there a way to not display anything if there is no data?
I tried to add a no data
script to the label but it never kicks in (it only consists of debugger;
) so I am extra confused. I am not sure how it could work for a small multiple anyway (the script name is probably duplicated, so I don’t know ho to target labels only without data).
Thanks,