Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
nboccassini
Partner - Creator
Partner - Creator

Static (dynamic) max on y axes

Hi all,

I want to set a dynamic value for a max axes. The automatic max value don't show the value as shown in image

The yellow expression is:

(((sum([FIELD A]+[FIELD B]))  /  Count(DISTINCT [FIELD C])) /

Above(((sum([FIELD A]+[FIELD A]))  /  Count(DISTINCT [FIELD C])))) -1

How I can calculate the max  of this expression?

1 Reply
sunny_talwar

Try something like this:


Max(Aggr(

(((sum([FIELD A]+[FIELD B]))  /  Count(DISTINCT [FIELD C])) /

Above(((sum([FIELD A]+[FIELD A]))  /  Count(DISTINCT [FIELD C])))) -1, yourDimension))


Best,

Sunny