Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajeshhyd
Contributor III
Contributor III

Variables are columns in Table

Hi All,

I am working on Recruitment Dashboard where i am displaying data in table and i want to display positions filled and open based on my date filter condition for which I created variable with below expression and i want to display it in KPI chat as No of positions filled for which i converted this expression into Master measure and try to find the count but its not working. Can you please help here

=
if
(
sum({1<[PosEmpty]={"1"},[Date requested]={"<=$(vSelectedMonth)"}>}Interval(vSelectedMonth-[Date requested],'DD'))>0,
'Open',if(
SUM({1<[Date position filled]={">=$(vSelectedMonth)"},[Date requested]={"<=$(vSelectedMonth)"}>}Interval(vSelectedMonth-[Date requested],'DD'))>0,
'Open','Filled'
)
)

 

Thanks

Rajesh

Labels (1)
0 Replies