Allow modifying columns width in notebook results
There is no option to modify table columns width in notebook results. This means that if I query a dataset of accessed URLs, where the end of the line matters most I cannot see anything beyond the domain name. Optional workarounds are hovering row by row or exporting all results to CSV. Both are cumbersome. Modifying columns width seems to be a common notebook functionality in similar solutions, so it would be nice if Sisense could support this as well.246Views0likes0CommentsDashboard Filters Applied to Notebooks and Non-Notebooks
Currently Notebooks provide a powerful opportunity to access and visualize data utilizing SQL and to add these to fusion dashboards. Fusion's primary analytics environment allows for powerful dashboard-wide filters. Currently dashboard filters do not apply to charts or tables which are created through notebooks even if the notebook is pointed to the exact same data table and column as other dashboard widgets. Please develop the ability for dashboard filters to filter both fusion dashboard widgets and also notebook-based widgets.892Views2likes1CommentNotebooks / Elasticubes - support full set of SQL
When connecting a notebook to an Elasticube, there is no indication what subset of SQL is expected to work Simple features like setting Cell 1 = select * from some_table Cell 2 = select * from Cell1 give errors suggesting the WITH syntax is not permitted, which is a bit of an issue given how heavily notebooks rely on it. There also seems to be limitations using ORDER/LIMIT in subqueries (which is fairly essential if CTEs arent allowed) Any real use of Notebooks on Elasticubes seems quite far away without finishing this feature617Views2likes0Comments