Hi,
I'm fetching data from my database using the Filter function.
There's a column "customer" that is a Boolean type in the database, but in the application I want to change it to String. Is this possible? I've tried searching but came up with nothing.
Solved! Go to Solution.
You can add a column to the filtered results that show the string version of the customer boolean column.
Example:
AddColumns(Filter(...), "CustomerStringValue", Text(customer))
This creates a new column called "CustomerStringValue" that will have the text value of the customer boolean column.
You can add a column to the filtered results that show the string version of the customer boolean column.
Example:
AddColumns(Filter(...), "CustomerStringValue", Text(customer))
This creates a new column called "CustomerStringValue" that will have the text value of the customer boolean column.
Thank you!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
204 | |
188 | |
80 | |
50 | |
38 |
User | Count |
---|---|
305 | |
251 | |
122 | |
73 | |
55 |