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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Slider min and max values are not displaying

Hello All,

I have two sheets i/p and o/p. If i am changing the slider in i/p sheet the min and max values should be shown in the o/p sheet.

i have taken the global variables and i have succeded to get the min and max values.

My problem is i am getting the values when i am going into the properties and selecting those variables for the 1st time.

How can i overcome this plz someone help me.

Thanks

Jagan

5 Replies
its_anandrjs
Champion III
Champion III

Hi,

Use some thing  like

= Min(getfieldselections( YourField ) )

= Max(getfieldselections( YourField ) )

and store in into variables

also which properties your are say about.

Let me know about this.

HTH

Regards

Anand

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

Thanks for u r reply Anand,

i have written the same code i am getting the values but for the 1st i need to go the document properties and need to selct those variables then only values are getting diasplayed.

Best Regards,

Jagan

its_anandrjs
Champion III
Champion III

Hi,

Thanks, from where you check this setting please send me the snapshot.

Regards

Anand

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

snapshot.png

path is Settings>.Document properties>.Variables

Thanks,

Jagan

its_anandrjs
Champion III
Champion III

Hi,

As look at your settings from Document Properties it looks correct try to check equal sigh in the variable creation and go through variable syntax once again.

HTH

Regards

Anand