Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alex_stone
Creator
Creator

Dynamic setting Y axis coordinate scale

Whether is there any formula to calculate Y axis coordinate scale.

static min: 0

static max: <dynamic>

static step: <dynamic>

How to calculate static max and static step dynamically?

7 Replies
Anil_Babu_Samineni

What are you calculating with Max and Step for Axis?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
alex_stone
Creator
Creator
Author

Hi Anil,

sum the total number of account.

vikasmahajan

you can give max() function  like Max( Your Field)  & Min( Your Field) in static scale.

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable

Hi

   Is this what you want? It's not hard to find.

Capture.PNG

Not applicable

About the formula, I think the common formulas are also available here. MAX,MIN,COUNT,...

avinashelite

Yes , you should base that according to your requirement . Usually we  will set that according to the expression values max and min

avinashelite