Reporting Subject Lines
We are using a data directives and a supp table to build our campaigns that works fine. However, this method does not work to bring the subject line into the campaign results within the reporting tool. We get the actual code in the results vs. what the subject line actually is. Here is the code that works in the subject line: <#data CAMPAIGN_TABLE as camp><#filter CAMPAIGN_NAME = "${campaign.name}"><#fields SUBJECT_LINE>${camp.SUBJECT_LINE}</#data>. If I put it in the variable section and use ${SUBJECT_LINE} in the SL, this displays in the report ${SUBJECT_LINE}. If I try it in a dynamic content, <#include "cms://messagelibrary/email/22249/DynamicSubjectLine.itl.txt"> displays.
0