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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Line Chart Y axis

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

1 Reply
balabhaskarqlik

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)

    )