Difference between revisions of "Autofills"
Line 76: | Line 76: | ||
''<nowiki>order by formula([lineage]; lowercase([lineage]make); >;</nowiki><br>'' | ''<nowiki>order by formula([lineage]; lowercase([lineage]make); >;</nowiki><br>'' | ||
''<nowiki>lowercase([lineage]model); >; PM2_Order_Zero_At_End([lineage]numericprice); </nowiki>''<br> | ''<nowiki>lowercase([lineage]model); >; PM2_Order_Zero_At_End([lineage]numericprice); </nowiki>''<br> | ||
− | + | <br><nowiki> | |
multi-sort using the workflow pagination section that | multi-sort using the workflow pagination section that | ||
will filter out trucks, cars, and vans and then sort them by make, model, | will filter out trucks, cars, and vans and then sort them by make, model, | ||
and price</nowiki><br><nowiki> </nowiki> | and price</nowiki><br><nowiki> </nowiki> | ||
|} | |} |
Latest revision as of 15:37, 28 June 2016
Below is a list of helpful autofills you can use to customize templates:
''If you require a list of the possible fields please add "/field_names.a4d to the server URL e.g. "http://payg.ezadspro.co.uk/field_names.a4d"
If a field is not in use then use another |
---|
<%If([Lineage]internet_description="")%> <%write("{{character2}}"+[Lineage]Strap_line+", "+[Lineage]PropertyAddress+", "+[Lineage]Area+", "+[Lineage]Town+", "+[Lineage]County+"{TAB}")%> <%else%> <%write("{{character1}}"+[lineage]internet_description)%> <%end if%> i.e If internet description is not in use then apply style character2 followed by the strap line, address, area, town and county. Otherwise use character1 style and the internet field |
Formatting a numeric price |
---|
<%=string([lineage]numericprice;"£###,###,##0")%>
|
Formatting an abbreviated year |
---|
\U2019<%substring([Lineage]Year;3;2)%>
|
If a flash exists |
---|
<% If([Lineage]flash_1#"") %><% write([lineage]flash_1) %><% else %><% write([lineage]price)%><% end if %>
|
Change a flash character style by text |
---|
<% If([Lineage]Flash_11="brown”)%><% write("{{brown}}" + [Lineage]Flash_11) %><% else %><% write("{{red}}"+[Lineage]Flash_11)%><% end if %>
|
Changing order by text |
---|
query selection([lineage];[lineage]bodytype="Truck";*) |