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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
samantha92
Contributor III
Contributor III

Allow user to adjust line chart datapoints

Hiya,

I have been given a task for a 'what if' analysis report, which is to allow users to move the datapoints on a line chart.

Basically, I want to create a line chart with datapoints based on the current cost of a service and for a users to move these datapoints up / down to increase / decrease the costs to see what the impact could potentially be.

I'm not sure if this is even possible?

Thanks in advance

1 Solution

Accepted Solutions
ogautier62
Specialist II
Specialist II

Hi,

1) if the cost of a service is unique tou can put it in a cursor object and add a line in chart with this variable instead of field value

2) if cost depends on other field, you can add a field which can be modify with keyword 'inputfield' in the script (user can change value then)

regards

View solution in original post

1 Reply
ogautier62
Specialist II
Specialist II

Hi,

1) if the cost of a service is unique tou can put it in a cursor object and add a line in chart with this variable instead of field value

2) if cost depends on other field, you can add a field which can be modify with keyword 'inputfield' in the script (user can change value then)

regards