Hi All,
When i am writing the Inlist Operator with User response in Where clause. its not parsing and giving error .
=Count(ID) Where ([Status] InList (UserResponse("7 - Enter value(s) for Status:")))
Where Status Can be Open\Closed\Progress
I want count of ID based on user selection in status.
When i am writing the Inlist Operator with User response in Where clause. its not parsing and giving error .
=Count(ID) Where ([Status] InList (UserResponse("7 - Enter value(s) for Status:")))
Where Status Can be Open\Closed\Progress
I want count of ID based on user selection in status.
Lets say there are 20 ID with Open and 10 with closed and 5 with Progress
So Count should be dynamically chaning based on Status prompt selection.
When Status selected - Open & Progress
Count = 25
When Status selected - Closed & Progress
Conunt = 15
When Status selected - Open & Closed & Progress
Conunt = 35
I hope its clear now. let me know if you need more input
Regards
...