Database Query output modification

It would be great to add SQL query "in-line" output modification.
Default output would be just $value, but in case you need you can add something like $value.uppercase() or any other Server Side Data Binding Modification available in Wappler.
Now you need to create Array, Create Repeat and modify output as you need.

Example:

Create Array can be skipped and the query can be assigned directly to the expression of the Repeat action.

@Notum , I use mysql views a lot, and end up doing this kind of thing within the view…

I believe "views" that you are talking about is not related to Wappler functionality, isn't it? Can you apply .decrypt() (Wappler feature) with a view for a instance?

Afternoon @Notum,
Views are displayed within the Database Manager as any 'standard' table would be. You can select their output and apply any formatter as required. Not sure if that is what you are asking though..?

Sorry, can you provide me some example/screenshots?


Thee is no option to create Views and customize it output in Wappler to fulfill my initial Feature Request. Or I'm wrong?

You are absolutely correct, they are not a native feature. Now I understand your request. Would be nice if they could be created within the Database Manager itself though. I apologise for my useless response in this case.