Database View Contraints - text operators

Trying to sort out database views to make them more useful

can i use operators? i’d like to do some ‘contains’ > ‘this OR THIS OR that’

but also length - is exactly 5 characters long?

any ideas?

Hi @subs,

You’d need to build a system admin page that only you can access in your app to drill down that like. Alternatively, you can export as CSV and crunch the data in a spreadsheet :sweat:

I prefer the first option personally :grinning_face_with_smiling_eyes:

This topic was automatically closed after 70 days. New replies are no longer allowed.