You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this snippet, I am adding two columns to the stream table but the first column only displays the column name test_column_1 in all the columns and the second column displays the correct value test_column_2 - <record-id>
Any ideas on how this can be fixed?
Expected Behavior
All columns that are added display the correct expected value.
Actual Behavior
Only the last column displays the correct value for the record.
The text was updated successfully, but these errors were encountered:
Nikschavan
changed the title
Adding two columns multiple columns to the stream table using filters only display the last column correctly
Adding multiple columns to the stream table using filters only display the last column correctly
Oct 2, 2020
Bug Report
All the columns before the last one just display the column title as the column value.
Here is a sample code which can be tried to reproduce this case -
In this snippet, I am adding two columns to the stream table but the first column only displays the column name
test_column_1
in all the columns and the second column displays the correct valuetest_column_2 - <record-id>
Any ideas on how this can be fixed?
Expected Behavior
All columns that are added display the correct expected value.
Actual Behavior
Only the last column displays the correct value for the record.
The text was updated successfully, but these errors were encountered: