Hi community.
I just don’t understand this. Is this a bug? Or am I doing something wrong?
You can see here “query_stage” is CacheLoad:
But then, this query returns False instead of True:
Why is that?
Hi community.
I just don’t understand this. Is this a bug? Or am I doing something wrong?
You can see here “query_stage” is CacheLoad:
But then, this query returns False instead of True:
Why is that?
Have you tried ending the template with
== 'CacheLoad' }}
(with quotes, as CacheLoad is a string)
That did the trick, thanks a lot.