ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Deleting a corrupt widget (Solution) Hi All, just a quick update - the solution above is a temporary fix that is useful for a quick export of the dashboard, etc. For permanent changes, you will need to export the dashboard and remove the corrupt elements in the code. To do this, Export dashboard that has the corrupted widgets and open on a code editor (I use Visual Studio Code) For the dashboard on your site, right click and inspect. You can then compare the widgetids on your live dashboard vs your export. The corrupted widgets will not have a widgetid in the inspection BUT will in the dashboard export as you see in the attached example, the first widgetid is available in both the dashboard and the exported dashboard code (this is the "Overview" banner) However, If I search for the next widgetid on the dashboard export (621911...) the id is not valid in the inspected dashboard Remove the elements that contain the invalid widgetids from your exported dashboard code Save/ Import dashboard back onto the Sisense platform Hope this helps. If anyone has a simpler solution, please let the community know! Again the solution first posted DOES work for a quick fix but is not permanent. This code-change solution is permanent Thanks Deleting a corrupt widget (Solution) Hi All! I wanted to share a problem our team was having with "corrupt" widgets AND how we solved it. From time to time, after a widget is deleted on our more complicated dashboards, the widget box still appears in the dashboard BUT the OID no longer exists and we are not able to move, click, or delete the box As you can see, that full second row has strange boxes that are not interactive. SOLUTION: you can remove this widgets by right-clicking the dashboard, hitting "Inspect" and removing the respective HTML code associated with the ghost widget! Hope this helps anyone else who has encountered this issue! SolvedRe: Hide a column - Linux Pivot awesome thanks so much Ophir_Buchman Re: Hide a column - Linux Pivot I am unable to get this to work for Windows. Would this require different code? Also! Second question. If we are looking at 2 Values but only want to show the second value in the last column, would this "column hide" code work? (screen shot below)