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

Setting gauges definitions based on loaded values

Hi,

I'm trying to achieve an interactive gauge setting.

1. There are a few gauges defined in a file (including gauge name).

2. The values Min, Max and  bounds would be defined in inputfields by the user, and saved.

3. The re-loaded values should be linked to the appropriate gauge.

The problem: how to link the values to the appropriate gauge?

Thanks!

2 Replies
Not applicable
Author

Why do you want to reload the file? Why dont you just create an input object with the variables  vmax, vmin and vrange. Then use the three varialbles in the relevant gauges

Not applicable
Author

Hi Faissalza,

1st- the settings of the gauges might be updated in a different document. So I need to save what the user updated.

2nd - there are a few gauges, with different settings. There are 3 segments, with different lower bound values to be defined.

So I need to be able to link the settings definitions to each one of them.

Assuming I can control the gauges ID, maybe it's possible to load the definitions values

in a loop in the script?

If so, I don't know how to achieve it.

Thanks!