Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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