First a sorry if I'm asking this in the wrong place, but I've been looking around and can't find this info anywhere...
I have a question about the <valueMap> in the datasource xml (ds.xml file)
I would like to create a storedValue:displayValue pair. but it isn't clear to me how to do this.
I have tried;
<valueMap>
<value>0:Male</value>
<value>1:Female</value>
</valueMap>
and
<valueMap>
<value>0==Male</value>
<value>1==Female</value>
</valueMap>
and
<valueMap>
<value>0=Male</value>
<value>1=Female</value>
</valueMap>
but none of these split the value in a storedValue/displayValue map.
I have a question about the <valueMap> in the datasource xml (ds.xml file)
I would like to create a storedValue:displayValue pair. but it isn't clear to me how to do this.
I have tried;
<valueMap>
<value>0:Male</value>
<value>1:Female</value>
</valueMap>
and
<valueMap>
<value>0==Male</value>
<value>1==Female</value>
</valueMap>
and
<valueMap>
<value>0=Male</value>
<value>1=Female</value>
</valueMap>
but none of these split the value in a storedValue/displayValue map.
Comment