Hello Dojo,
I have a low-code app with a dropdown menu in which I want to display the data of a certain parameter. I used the one shown here as an example. The problem is that I don't see the values but the words 'not initialised', what should I do? I am not interested in displaying the values on the cube but only in the low-code app. What should I do? Thanks.
Hi, I copied the param as in the first example but I don’t see the value in the gui app. I find in the dropdown “Not initialised”.
Hi Marco, can you post a screenshot of the app you made where you are seeing the ‘not initialized’ message? That will help me explaining why you see this & how to create your use case.
Hi Marco
'Not initialized' is the default value of the parameter you defined in your connector. This explains what you are seeing in your app, the parameter was never assigned a value from the available discreets. If you want to be able to change this value in a Low Code App, you will have to use the parameter page component. Note that this component needs a parameter page as data and will thus show all parameters on a page. There is not (yet) a component available that can edit single parameters.
Ok. I don’t understand, sorry. I have to insert the param somewhere in a page in the cube? I need to add the `parameter page` component in the low code app gui? How do I add data to this component? Thank you.
Hi Marco, can you share some more info about how you are (trying to)displaying the parameter values?