I have made a dashboard that uses textboxes to filter a grid.
I have an issue where I cannot get the columns in the order I want.
First I tied putting the columns in the order I want them in the BAQ. Then I tried using the view options listed here:
This makes it so no records show in the grid, but I still see data in the dataview. I also tried using the grid model columns and the provider model columns sections. This made it so that there is no data within the dataviews and the top section of the grid is grayed out.
Can someone please point me in the right direction on this?
The only thing that has worked consistently for me is to change the column order in the live form and then save layouts. I would love it if we could customize the column order properly from App studio!
The text box filters are applied as BAQ options under the where clause. When I look at the columns section listed within the provider model, it is blank. If I add columns to it, none of the data is put into the DataView, and I get ‘No records found.’
Is there a better way to do this? Or is there an option I’m not seeing here?
I’m thinking that’s the case because your dataview has columns, you see them when you preview… but they’re not displaying IN app studio.
My recommendation is to uncheck that box and add them in the Grid Model columns. I know there is a “Columns” area in Provider Model as well… but to be honest, I don’t think I’ve ever used that one. Even when I do a BAQ in the provider model, I add my columns in the Grid Model.
Everything in the Application Studio can be a little buggy, especially if you’re still in 2024.2 like I am. I’ve had a few instances where I unhide a column, shows up in the studio, commit/publish it, and it’s back to being hidden after I logout/log back in and launch the application and reopen Application Studio. Other times, I have no issue.
Kinetic tools seem to be very temperamental without rhyme or reason.