29
Views
8
Comments
Attribute
Application Type
Reactive

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.


2024-03-22 09-17-23
Chandra Vikas Sharma
2024-11-27 07-35-28
Aayush Shrivastava

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.

2024-05-02 09-49-04
Murali Manoharan V
Champion

Hi Aayush in that Type you can see the data type

2024-05-02 09-49-04
Murali Manoharan V
Champion

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

2024-05-02 09-49-04
Murali Manoharan V
Champion

Here is OML please check it

It's under Entity ->System

EntityAttributes.oml
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Aayush,

Since it's not possible to dynamically select an attribute, why would you want to dynamically select its label?

2024-11-27 07-35-28
Aayush Shrivastava

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.

2024-11-27 07-35-28
Aayush Shrivastava

Thank you for your responses but I've found the solution.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.