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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
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