Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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