Closed emma-ware closed 6 years ago
Hidden measures still show in visualization, table calculations do not show in visualization
Link/Screenshots Of Issue:
Steps:
Error Message: No errors in the JS console
Thanks @emma-ware the first issue is a global issue with all custom vis right now. But the latter are definitely things we should address. cc @statico
Thanks @RichardCzechowski ! Got another one with hiding dimensions:
Hiding dimension causes the sort order to reverse, but the dimension remains in the visualization. Hiding all dimensions prompts the Not Enough Dimensions This visualization requires at least 1 dimension.
message.
Link/Screenshots Of Issue:
Error Message: No errors in JS console
When scrolling, the header of the column (with the dimension name) scrolls as well and is not visible when you scroll down the rows. In our table visualization, the header of the column stays fixed to the top of the columns, making it clear what fields you are viewing when further down in the table.
Thanks for finding these.
Thanks @emma-ware for filing.
2 and 3 look good. 4 we did decide to punt on for now but will wait for customer feedback and see if its a worthwhile enhancement.
I went to go and fix the bugs with columns not being hidden, but it appears that the hidden status of any column is not passed through to the custom vis plugin. Here's a diff of two dimensions, one that has been hidden and one that hasn't. Both have hidden
set to false. This looks like a Looker bug, unfortunately.
@statico the hiddenness of a field is not a property of the visconfig, it is a property of the query response. As a result, fields do not show up in the 'fields' property of a queryResponse if they are hidden, even though they show up in the data.
Issue Summary
Options to edit visualization are occasionally missing (not on every explore load). Re-running query causes edit options to appear. Reloading the page causes the edit options to disappear again.
Link/Screenshots Of Issue:
Features Affected: Visualizations
Issue Info
Steps:
Error Message: No errors in the JS console
Customer Info