Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all articles
Browse latest Browse all 3432

How to Include Statement after else statement? in export template

$
0
0

How to Include <if> Statement after else statement?


Example:


<%beginLevel 1%>

<%if {Category} == "Heading"%>

<%{Text} richcontent=false%>

<%elseif {Category} == "Comment"%>

<%{Text}%>

<%else%>


==========================================

<%if{Notes}!=""%> How to include this block in export template)

<%{Notes}%>

<%endif%>

============================================

<%{Category}%> :: "><%{ID}%>

<%{Revision Date}%> :: <%{Priority}%>

<%endif%>

<%endLevel%>


-Shankar


Viewing all articles
Browse latest Browse all 3432

Trending Articles