Forum Discussion

spandy34's avatar
spandy34
Responsive Resident
3 years ago
Solved

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

  • selimovd's avatar
    selimovd
    Most Valuable Professional

    Hey spandy34 ,

     

    can you post an example file?

    Are you sure the value is 0 and not 0.0234 or blank or anything similar?

     

    What is shown instead?

     

    Best regards

    Denis

    • spandy34's avatar
      spandy34
      Responsive Resident

      Thank you for responding . I changed the format of the measure to number with no decimal places ans it has worked . Thank you