Parameter Form Elements

You create a parameter form as an HTML file that contains special elements. Before displaying a parameter form, Reporting and Analysis Framework interprets and processes elements that it encounters in the form. Typically, Reporting and Analysis Framework processes an element by replacing it with the value indicated by the element. For example, it replaces <%=targetFormParameter.getJobName()%> with the job name.

Note:

Parameter form elements are case sensitive.