I’m trying to create a dashboard for POs. One of the things that I’d like to do is have a filter that users can choose for the Approval Status. The statuses in the field are U, A, R, & P. But What I want the list to show is Unapproved, Approved, Rejected, & Pending.
I created an UltraCombo but that’s as far as I got before realizing it’s not intuitive.
@Machzy - You could add a calculated field to the BAQ that shows the Status as the “long text” instead of just the code. Then have your filter tied to the calculated field instead of the actual status field.