Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
PFA,
I have a BAR chart,..
In Presentation -----> i checked the popup Label option...
In my dimension i clicked 2 selected data like(B and F)
if i am move my cursor i want to show popup lable msg only B and F.
is it possible.....??????
Thanks in Advance....................
Course Yes,
In your Expression go to Text Color and put Black for the selected values and white to the rest.
Attach QVW
Hi Oswaldo,
That is fine.. .
once you see Attachment
Category=D |
---|
sum({1}Cost)=800 |
i don't want to show....
Hello Paul,
I'm not sure understand you but if you want to excluded Category "D" you can try to use a Calculated Dimension In and use the following expresion:
=If(Category<>'D',Category)
Best regards.
suppose i have field..
XYZ(Field Name)
A
B
C
D
here if i am click A and C i want to show popup msg for A and C
i don't want show popup msg for B and D
Try creating an new expression just for the pop up labels.
Also uncheck Pop-Up Label on the presentation tab.