Can we show attribute name or label in the expression ?
I have a entity which have some attribute data type boolean.
I have to show the label or name of the attribute if it is true.
Hi Aayush,
Please see below post for your answer
https://www.outsystems.com/forums/discussion/69478/display-entity-column-names-on-screen-in-dropdown/
Thanks
CV
I just read it. But I didn't get my answer yet.
For more clarification my entity has some attribute data type text and integer also.
But I have to take attribute name or label which has data type boolean only.
Can you help ?
Thanks in advance.
Hi Aayush in that Type you can see the data type
Hi Aayush
You can get that data from these entities by taking them as dependencies.
Entity stores the entities names and the Entity_Attr stores the Attributes by entity.
I am taking User entity attributes in the below screenshot
I hope it will help you
Regards
Murali
Here is OML please check it
It's under Entity ->System
Since it's not possible to dynamically select an attribute, why would you want to dynamically select its label?
So far I learn about it till now.
I know that it's only possible for static entity not for dynamic entity.
Appreciate your response.
Thank you for your responses but I've found the solution.