Hi,
I have a requirement to show and hide a MAIN GRID RIBBON BUTTON based on the selected RECORDS(multiple records) status.
Added this formula to the BUTTON Visibility : If(Self.Selected.Item.'Status'= Status.Created,true,false)
Scenario 1: When I select a single record in the view, the button hide/show works properly.
Scenario 2: When I select two or more records in the view, the button hide/show is not working properly though the status = Created.
Please provide any suggestions on how to show and hide the main grid button based on one or more selected record’s status in the view