Hi, I have a parameter with a set of discreet values defined. When displaying the values in my Low Code App, all but one shows the Display value. The last one is only showing the actual value. I've tried with different names and values with the same outcome.
It looks fine in Cube where I can see the Display value in the table.
What could be the issue?


Hi, Wout. Of course, I'm using a Get Parameter By Table ID Query, providing the DMA Id and an Element ID, selecting all columns. Then I'm using a Grid component to display the data. It works fine for all rows except one.
I've also tried using a dropdown component, with the same outcome.
In my protocol it looks something like this:
<Discreet>
<Display>Some string</Display>
<Value>14</Value>
</Discreet>
<Discreet>
<Display>Some other string</Display>
<Value>15</Value>
</Discreet>
<Discreet>
<Display>A third string</Display>
<Value>16</Value>
</Discreet>
The first two shows the Display value in my LCA, but the third, however, just shows 16. In Cube I see all three Display values.
Hi Stefan,
We are not aware of any issues with 'Get parameter Table by ID' queries and discrete parameter values. I suggest that you contact tech support (support@dataminer.services) so they can look further into this issue.

Ok, thanks!
Hi Stefan, can you add some more info about how you are displaying the parameter: what component, queries, … ?