Conditional Show in Custom Query

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Conditional Show in Custom Query

Post by PointsWell »

I've had a look on here and haven't found anything that helps (consequence of there being too many post and no tagging mechanism)

I am trying to use a custom query to show addresses but not show empty lines, what is the correct syntax (SHOW SECTION_START generates errors).
ORS61
Posts: 15
Joined: Fri Dec 18, 2015 9:35 pm
Location: Trabzon

Re: Conditional Show in Custom Query

Post by ORS61 »

Syntax is like below;

Code: Select all

# if(data["myattribute"] != null) { #
<span style="color:red">{myattribute}</span>
# } #
Post Reply