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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selected Slider Values

Hi,

I have 3 sliders for week,month and year

Slider.png

I want to show it like this.           Week               Month                 Year

                                                    42                      10                    2012

Only selected values i want to show below the sliders.

Can somebody help me in achieving this??

Regards,

Shruthi

1 Reply
Not applicable
Author

-) Right click New Sheet Objects

-) Select Sliders/Calender Object

-) Select Appropriate Field in , Data Field sldr.png

Take a text Object

In Text area =if(IsNull(Quarter),'Quaterly','Quaterly' & Quarter)

Here "Quarter" is the Field name

Quaterly is option u can put corresponding names according to your field.

Try this Hope this will help u.