Hi Everyone,
I want to display the submitted form information in table, the form has 2 dropdowns that when I displayed them it the table page, it shows their order/id number.
how can I display their labels??
Regards
You can push the entity with the label to your aggregate, and then on the table, you change the expression value to the label on the total (the entity you inserted that has the label value).
Let us know if that works. If not, share an OML which is easier to see a solution to your question.
Kind Regards,
Márcio
Thanks for your response Márcio,
unfortunately, I can't share the OML file because its work project.
but i think that I've did just what you recommend.
if this help, I'm sharing a pic for the table and the expression.
Regards,
Hello
This can happen when yo are showing the information in the table and using the reference attribute to show the result into your table, You need to add Join to your aggregate of the entities that have the Name or Label for this Identifier, this is a Foreign key that you are showing in your table, this might be a reason it is showing as Number,
I hope this will help
I have also created a sample Oml to show you a Join Condition
Thanks
Tousif Khan