Forum Discussion
HenryJS
6 years agoPost Prodigy
Measure: If column has
Hi all, How do I create a column which: If 'Candidate' has 'Candidate Declaration' & 'CIS Verification' THEN Yes
- 6 years ago
HenryJS , Can you provide sample data
HenryJS
6 years agoPost Prodigy
Hi amitchandak
I tried this
column = if(calculate(distinctcount([document]),filter('query-results', 'query-results'[Candidate Name]= earlier('query-results'[Candidate Name])
&& earlier([document]) in {"Candidate Declaration" , "CIS Verification"}))=2, "Yes","No")
But it didn't work it just gave "No" for everything when there should definitely be "Yes"
amitchandak
6 years agoSuper User
HenryJS , Can you provide sample data