Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kesav697921
Contributor
Contributor

Qlik Sense Devlopment

I have requirement like based one date filed i need to go back of 2 business working days and need to get the status of that particular date. let me explain with the sample data

Excitement:

Report_DateCandidate_IDStatus
3/20/201912Low
3/20/201913Low
3/21/201912Med
3/21/201913Low
3/22/201912Med
3/25/201912High
3/25/201913Med
3/26/201912High
3/26/201913Med
3/27/201912Low
3/28/201912High
3/29/201912High

 

Joinerlist:

Candidate_IDStrat_Date
124/1/2019
133/28/2019
144/2/2019

  

In Excitement table i have data wise candidate excitement upto candidate is going to join.  In Joinerlist there may be a chance of who was not there in Excitement table . Here we need to get details of candidates who was their in Excitement table based on the  Strat_Date field. Note: From Strat_Date we need to go back to the 2 business working days at that we need to get the details of candidate Status.

Ex: for Canidate -12  Strat_Date was 4/1/2019 so we need to go to the Report_Date =3/28/2019 on this date we need to get Status here it is 'High'

 

At last we need to get output like this

Strat_DateHighMedLow
4/1/2019100
3/28/2019010
4/2/2019000

 

Kindly help me on this issue.

0 Replies