Forum Discussion
spandy34
3 years agoResponsive Resident
Card Visual Arrows
I have a card with the following measure. The arrow greater and the arrow lower work but the arrow for values the =0 dont work. Any ideas what Im doing wrong
z_Arrows =
SWITCH(TRUE(),[z_Current_Prev]>0,
UNICHAR(9650),
[z_Current_Prev]<0,
UNICHAR(9660),[z_Current_Prev]=0,
UNICHAR(11166)
)
Thank you for responding . I changed the format of the measure to number with no decimal places ans it has worked . Thank you
2 Replies
- spandy34Responsive Resident
Thank you for responding . I changed the format of the measure to number with no decimal places ans it has worked . Thank you