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: 
tomcatxx
Creator
Creator

Draw line only with slope

Hi, there. There is a question.

I just want to draw a graph that I know the slope of the line is 1/Field. X-axis is time. Thank you.

1 Reply
felipedl
Partner - Specialist III
Partner - Specialist III

HI Yihao,

Just add a calculated field on your data with the 1/Field and plot that calculated field on the graph

Say you have:

Data:

Load

     Field,

     Time

From [Whatever]

Do:

Data:

Load

     Field,

     1/Field as [Calculated Field],

     Time

From [Whatever]

and plot the graph Time x [Calculated Field].