Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help to understand what is going wrong with my syntax of getfield used in conjunction with set analysis
I am trying count the number of tickets when the user selects the field in the list box titled 'Ticket Type'. I have used the below syntax but it shows an error in the set modifier when i type the below. I am not able to understand what is going wrong with it Can somebody please help me?
count(distinct {<Ticket_Type = {=getfieldselection(Ticket_Type)}Incident>})
I need to use getfieldselection since the graph needs to be populated only when i select the 'IT Alerts' in the drop down of the list box. The syntax provided by tresesco , Marcus worked well. Thanks for your assistance