I have values like plan, create , scheduled, reviewed, cancelled.
But I don't want to display value wherever it's cancelled while retrieving data from database.
Can anyone help me with this.
Discussion posts and replies are publicly visible
If you don't want to display it, why retrieve it at all?
If that's the case, you'd use a!queryFilter() in your a!queryEntity() to only pull back non-cancelled rows.
Can you elaborate it please