Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I am quite new to Qlik Sense and have recently encountered an issue with measurement selection for the y axis of the line chart. Is there any way for you to plot values on the line chart itself instead of choosing either of the five choices provided, namely, count, sum, average, minimum and maximum? Would appreciate any help given.
Regards
Francis
May be,
Most of the measures, used to prepare by using of: Count,Sum,Min,Max,Avg.
But used to create measures in different ways, like:
=if(vRx=1,
SUM({$<Year=,Month=,Week=, Product=,TrackerProduct={0},YW = {">$(vYWpast2)<=
$(vYWMax)"} >} NRx) ,
SUM({$<Year=,Month=,Week=,Product=,TrackerProduct={0},YW = {">$(vYWpast2)<=
$(vYWMax)"} >} TRx)
)