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

Selection on data range through slider

Dear All

I have straigh table including complaint_no,category,complaint_date,resolve_date,days_consumed

dimension::

complaint_no

category

Expression::

compalint_date = min(comp_date)

resolve_date = max(status_date)  (beacause compalaint arrive in different status on diffrenet dates but max date means a final/resolving status)

days_conusmed=round(max(staus_date)-min(comp_date))

it give a proper table as i want....


now i want to show a slider on the days consumed so selection can b made on days (single or multiple values)..................

how to resolve this.. or any other advice other then slider???

when i give round(max(staus_date)-min(comp_date)) this to slide no scale... becsuse may b aggr required.

but i m not great at it kindly help

3 Replies
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, have you tried putting:

AGGR( round(max(staus_date)-min(comp_date)) ,complaint_no,category)

in your slider?

Not applicable
Author

ya i tried but it is mis behaving..... working fine on single selection but i am not able to select data range....

need more post

sushil353
Master II
Master II

can u upload your sample application.