Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to flip the Y axis in the chart below so it goes from 80 at the bottom and 0 at the top.
Seems like it should be easy but I haven't found an easy answers.
Thank you,
- dave
Just use in your expression like
= - Count(Yourfieldname)
OR
= Count(YourfieldName) * -1
Just use in your expression like
= - Count(Yourfieldname)
OR
= Count(YourfieldName) * -1
I tried below and neither worked ...
Count([Blended Rank])*-1
and
- Count([Blended Rank])
Can you share your app if possible?
try this
Dula(Count([Blended Rank]),Count([Blended Rank])*-1)
App is huge so I cannot share
Didnt work but thank you
It should work ...do you have any other expressions ? with that ..could you please share the screen shot ??
I am not sure why it is not doing, can you build some sample data from that dashboard with less data and share? Is that easy to do ?
=-Sum([Blended Rank]) worked for me after a little work ... Thank you for all the help!!