Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 3 sliders for week,month and year
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
-) Right click New Sheet Objects
-) Select Sliders/Calender Object
-) Select Appropriate Field in , Data Field
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.