I have approached this problem by trying to convert the boolean value to a string value and displaying the options as a dropdown that allows the user to select true/false OR yes/no (depending on whatever the client wants) and the dashboard will display a text value rather than a ticked or not ticked checkbox, refer to the below attempt (the default value is false) plus I also get this error if I try to select the dropdown:
Is this the right approach? This is being done all in a BAQ and I’m also wondering if I can potentially put a calculated value field filtering if the inactive status is equal to true or false then display a text value displaying yes/no (true/false)
Okay, from a business stand point an employee goes into the accommodation segment form and fills out the details. Ticking the box means a room is inactive.
I’m unsure what to do in relation to the subquery. I currently have this sub query criteria in place howveer I’m new to this sub query stuff. This is also in the Main BAQ reflected below.