Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Members, i got a quite simple Task....but got a bad day...
I want to count the TicketNumbers, where the Display String is new and the TicketArt is a change...but the Syntax wont fit.
count ({<[StateDisplayString] = {'New'}>} and {<[TicketArt]= {'Change'}>} Distinct TicketNumber)
bet its only a minor Problem, but some help would be nice
Here it is
count ({<[StateDisplayString] = {'New'}, [TicketArt]= {'Change'}>} Distinct TicketNumber)
Here it is
count ({<[StateDisplayString] = {'New'}, [TicketArt]= {'Change'}>} Distinct TicketNumber)
Thank you !