Hi,
@clcruItch, I did not run any test, but from the way items are rendered, my first impression is that the values are not enclosed in brackets in the suggested values. Could that be the case?
As an example, XML should be something like this:
<FIELD name="SomeFieldName" refname="Your.Namespace.SomeFieldName" type="String" reportable="dimension">
<SUGGESTEDVALUES expanditems="false">
<LISTITEM value="[Value1]" />
<LISTITEM value="[Value2]" />
<LISTITEM value="[Value3]" />
<LISTITEM value="[Value4]" />
</SUGGESTEDVALUES>
</FIELD>
Regards
Stéphane
@clcruItch, I did not run any test, but from the way items are rendered, my first impression is that the values are not enclosed in brackets in the suggested values. Could that be the case?
As an example, XML should be something like this:
<FIELD name="SomeFieldName" refname="Your.Namespace.SomeFieldName" type="String" reportable="dimension">
<SUGGESTEDVALUES expanditems="false">
<LISTITEM value="[Value1]" />
<LISTITEM value="[Value2]" />
<LISTITEM value="[Value3]" />
<LISTITEM value="[Value4]" />
</SUGGESTEDVALUES>
</FIELD>
Regards
Stéphane