I have a question. What if I have an entity wth multiple fields and one of the fields is a of Boolean type, and in a label control I want to show the number of total records that has the value true on that entity. Like the rowscount property of a datatable but only of the records which boolean field value are "true".
Thanks a lot for the efforts and the professionality. The video is to the point and very informative. keep up the good work.
Thank you !!!
Great video Arvind, there is definitely lot to learn
Thank you !!!
I have a question. What if I have an entity wth multiple fields and one of the fields is a of Boolean type, and in a label control I want to show the number of total records that has the value true on that entity. Like the rowscount property of a datatable but only of the records which boolean field value are "true".
There is a way to get this, I will be creating a video on this soon and share with you.
@@LowCode_Arvind Amazing Arvind, thank you
How to fetch a column that is a choice set?
you can do something like this GetChoiceSet("Choiceset Name")
The Fetch function has a parameter {"Id","Name"} what does it stands for? specially the Entity does not have a field called "Name"?
you can filter based on your entity field.