Hello everyone,
i’ll try to combine 2 query’s based on a expression… For example there is a List of strings like [T012345, T012346, T012347] and so on. Also there is a Counter in a range from Zero to fifteen.
I want to say:
If Counter is Below 1:
show: “No data”
else:
show List
The Problem is, that the last value of the List never will be Zero… There are no empty values…But when the Counter is Zero i want to say No data.
THANK YOU!!