Dear Community,
I have an app to track the Recruitment Process.
A Table called “Recruitment”.
Once the CV is accepted, then the candidate’s name is included in the Recruitment Form.
After each round, the next immediate round’s Action items (Selected / Rejected) are shown & just the corresponding interview date.
If the candidate is rejected, the other action items should not be shown.
I have tried this using Actions but, I couldn’t achieve the exact outcome. I have tried using Slices to split the Recruitment view as per the Interview round. But, I am not sure whether it’s necessary.
Attaching the screenshots for your perusal.
HR Screening Round (1st Round)
Next round’s Status should be shown as just Actions (Selected / Rejected)
I could get the actions shown but, I would like only the Next Round’s Actions & not all (in a consecutive way).
Now, I need help in achieving this.
This is how the Dashboard looks.
Thank you.
Solved! Go to Solution.
HR Screening Selected
ISBLANK([HR Screening Status])
HR Screening Rejected
ISBLANK([HR Screening Status])
Technical Round Selection
AND([HR Screening Status]=“Selected”,ISBLANK([Technical/Skill Status]))
Technical Round Rejection
AND([HR Screening Status]=“Selected”,ISBLANK([Technical/Skill Status]))
Final Round Selection
AND([Technical/Skill Status]=“Selected”,ISBLANK([Final HR Round Status]))
Final Round Rejection
AND([Technical/Skill Status]=“Selected”,ISBLANK([Final HR Round Status]))
I hope I haven’t missed anything
User | Count |
---|---|
32 | |
11 | |
3 | |
3 | |
2 |