I have a uBAQ with no built in selector column. Checking ‘Selector Column’ in Grid Model and ‘Checkbox Selection’ in Selection Options does add a checkbox column to my grid.
Does this column have a value I can use in conditions, etc? Everything I am reading suggests I need to have a column in my grid that is marked as the ‘Selector’.
My problem is when I add a column to my grid model for this purpose, my grid stops returning rows.
I did not run into this issue with a similar dashboard because that uBAQ had a select column. Do I need to add a select column to my other uBAQ or is there a way to just use this existing functionality that I am missing?
When I have used this feature with success, I have either already had a bit type field I wanted to use as the selector, or I created a bit type calculated field with calculated value 0 in the UBAQ to function only as the selector column. I would base my other actions in the application on that selector column changing status.
Yeah I added a selector column to my uBAQ and got it to work that way. It just seems like I shouldn’t have to with the stuff that just exists in app studio.
If you are using provider model you have to add the column to your underlying baq because the provider model queries the baq for every column you have added to your grid and if it isn’t there it will fail. If you are using a baq widget you can just add the selector column to the data view.