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: 
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