New table columns just showing as blanks

Hey guys, I have a table component connected to my Postgres query. This query runs fine (and has been for months). I've now added another field to the end of that query but the column is showing as blank in the table component. The table is recognising the data in the column but just not showing it. Even the column header is blank.

Steps I've taken to troubleshoot:
Tried in different tables in different pages I have - same issue.
Tried with different value types (strings, numbers, tags) - same issue.

Additional info:

  • Cloud

New boolean field in query:

Field recognised as column in table component:


Blank column showing in the actual table:

Hi @Abhyuday_Luthra,

That is very odd, apologies for the issue.

Normally if the table is having trouble rendering newly added data I would click on the 'Regenerate Columns' button . Let me know if that works for you.

The other option would be to delete the table and add the query in as the data source and run that. I am guessing you tried some version of this as you said you tried this in different pages but it didn't work.

Have you tried it with a shorter name for the column? Maybe there is some issue with the sizing where instead of adding the name and allowing for it to scroll it is cutting out the column to fit a limited size.

Can you inspect the query's data and the table's state to see if the boolean data for the invisible column is appearing in the table's data?

Hi @Abhyuday_Luthra,

Just wanted to double check if you are still facing this issue and if my suggestion was helpful at all in getting the table to format how you wanted.