Hi
In my report I have the following 2 properties. User has to select either filter or project. I want to put "OR" between the properties when I have the user select. So the user knows it is either filter or project. How can I put a text string in between. Please let me know.
<property>
<key>filterId</key>
<name>Select Filter</name>
<description> Select Filter
</description>
<type>filterpicker</type>
<i18n>false</i18n>
</property>
<property>
<key>projectID</key>
<name>Project Name</name>
<description>Project Name.</description>
<type>select</type>
<values class="com.rep.values.PVG" />
</property>
Thanks
Abe
Use the type as filterprojectpicker and see if it works.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.