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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Plot a curve in Qlikview

Hello everyone !

I was wondering if it is possible to plot a curve in Qlikview. For instance I want to plot the curve of the function y=2x+3. Do I have to creat a table with values of x and y or I can do it in a different way?

Thank you

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand

View solution in original post

6 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the valueloop function to create a synthetic dimension. Create a line chart with

  • a calculated dimension: =ValueLoop(1,100)
  • an expression: 2*pow(ValueLoop(1,100),2)+3*(ValueLoop(1,100))+5

talk is cheap, supply exceeds demand
beck_bakytbek
Master
Master

Hi Yasser,

do you mean this graphic:

box plot.PNG

Not applicable
Author

With the dimension u gave me and the expression I have no data to display.
Can you please join a sample?

Thank you

Not applicable
Author

Hi,

Thanks for the answer but I didn't get your chart. Is it a curve?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
mrossoit
Creator II
Creator II

Hi,

I tried...

Regards

MR