Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi everyone,
In my file having "Time" field, now i required is to display "Time" field in slider. And that should have condition i.e; should display from 6 A.M to 6 P.M.
How can i write Expression for this.
I am expecting everyone ideas on this.
Thnks
Hi Venkat
Try this
Regards
N.Roopesh
hi Roopesh,
I can't open your file in my system bcoz my QlikView not having full version Licensed.
So Please can you send me a Screenshots of that file or steps to do.
Thnks
sorry for late reply
U can add an expression
if(time>=6am and time <=6pm,time)
inside the feild tab.