Hi,
How to fetch the values of the individual record in the static entity ,(where E1,E2,E3 are the records of the static entity) ?
For example, How to fetch the value 0.19(marked) using aggregate?
Thank you
You can also use the Get action of the static entity. Assumed that the displayed values (of your screenshot) are also columns of the static entity.
Example:
This is my static entity:
If i want to get the value of the column Label of one of my records. (In the example the record is called Ticket).
I can do it like this:
GetIntents(Entities.Intents.Ticket).Intents.Label
Regards,
Thomas Druif
Hi!
A Static Entity can be used in an aggregate as any other entity.
In the filter of the aggregate you can use the Id as in the others entities, or the special Static Entity identifier in the form :
Entities.<name of the entity>. <identifier>
Hope this help
Graça
Its working as expected ,
Thanks Thomas Druif and Maria da Graça Peixoto
Nandini
How can I use the same in case of reactive web app?
Can't access GetIntents in the expression