Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Flip Y Axis

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

Spaghetti.PNG

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Just use in your expression like

= - Count(Yourfieldname)

OR

= Count(YourfieldName) * -1

View solution in original post

10 Replies
vishsaggi
Champion III
Champion III

Just use in your expression like

= - Count(Yourfieldname)

OR

= Count(YourfieldName) * -1

Anonymous
Not applicable
Author

I tried below and neither worked ...

Count([Blended Rank])*-1

and

- Count([Blended Rank])

vishsaggi
Champion III
Champion III

Can you share your app if possible?

avinashelite

try this

Dula(Count([Blended Rank]),Count([Blended Rank])*-1)

Anonymous
Not applicable
Author

App is huge so I cannot share

Anonymous
Not applicable
Author

Didnt work but thank you

avinashelite

It should work ...do you have any other expressions ? with that ..could you please share the screen shot ??

vishsaggi
Champion III
Champion III

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 ?

Anonymous
Not applicable
Author

=-Sum([Blended Rank]) worked for me after a little work ... Thank you for all the help!!