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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
BalaBhaskar_Qlik
Master
Master

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)

    )