Hi,
In my App I have attached to a SharePoint list which contains a list of workitems. I want a label in my App which counts the Status (choice) column by specific status (Not Started) in this case, but the code I am using has delegation..
Countif(Listname, Status.Value = "Not Started")
Is there a way to achieve this without delegation?
Thanks