Suppose I am building an HTML Export file and I want to use an if statement:
^if( condition )^
Is it possible for the condition in the Export file not to be in the export code itself but instead to specify a reference to a User Attribute in the same file or a different file?
Basically what I am trying to do is to figure out a way to build an export file that makes it as easy as possible for me to change the parameters of the export for different situations without searching for a specific location in the whole Export code each time.