App Studio Dashboard-Manually added column not showing

Hi all, I have a dashboard that I am trying to add a column to. The column has been added to the BAQ (returns results), refreshed the dataview, added to the grid. If I run the dashboard and check the dataview at runtime, data populates. No field level security. But the column never shows on the grid. Not hidden, not disabled. Bug? Thoughts? I have removed and re-added. Feel kinda nuts at this point, and submitting tickets on these things is kinda miserable at this point.




2 Likes

Click into your app, hit ctrl-alt-L, back into console tab of dev tools, you should see a dump of the component status, look for your grid component, expand the properties of it until you get to gridModel → columns, what’s there?

Edit: sorry. control-alt-L not control-alt-9

1 Like

Did you define your BAQ in the Grid Model or the Provider Model? Each have an opportunity to mess with columns. I have found that after I update a BAQ with additional fields, I have to manually add the column on my dashboard.

1 Like

Maybe I’m missing something…in the app, dev tools open, metafxlogging toggled on, hit ctrl+alt+L and nothing happens.

1 Like

BAQ is defined in the Provider Model, Columns are setup in the Grid Model. Kinda interesting, but all other columns are working in that structure. Column has been manually added to same the same setup location as those other columns.

1 Like

This happens to me if some other app is grabbing the hotkey. AMD drivers did it to me before then powertoys if I remember. Check your other apps to see if one is grabbing that hotkey. Also, try another browser. When debug mode is on ctrl alt l should work. But that particular shortcut is common across apps and doesn’t have a command line trigger that I’ve found yet.

1 Like

I don’t know what all this might break (so I’d save a copy first) but can you go to the grid and do the “Guided Setup” again? I have gone through that after the fact and it will grab my new columns also. Just a thought.

1 Like

Turn off currency toggle in grid column settings.

1 Like

It is likely a currency field.

On the panel card grid > grid model > columns > your column tick the disable currency toggle

Then test again. :upside_down_face:

1 Like

This took care of it. Interesting that other similar columns don’t have this issue, but I’ll take the win and the note for future use.

1 Like