Hi all,
I trying to list the last 10 tickets in a ticker lister widget, I have tried using expression and filter such as
Is there way to get the last TICKET ID or TICKET NO?
Also I’m not able to do a numeric comparison in the filter field such [=TN(‘GetTagValue(“ORDER”)’)] == 46
GetTagValue(“ORDER”) == “46” worked fine but could not achieve what I want.
Have also tried using GetTagNumericValue(“”) > # and using {TICKET NO} with TN function in the filter field but again without success.