Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Mich, @Michael_Tarallo
I've listed a few items that are not present in the recent release but can be very helpful in Qlik Sense app development if added in the next releases. Please find the list below-
1) QS HUB related:
What is the issue:
Sometimes in the QS development environment, under one Stream, we have multiple applications each having multiple layers i.e. Extractor, Data Model and Dashboard, and multiple copies of the dashboard as well. When the application numbers increase, the HUB looks very messy. So, it would be good if we can group them together in the form of a folder.
E.g. All apps related to Sales dashboard goes under SALES folder and Inventory apps goes under INVENTORY folder in HUB.
2) Script Window/Editor related:
That's how the SQL load data now:
SQL SELECT DepartmentID,
Name,
GroupName,
ModifiedDate
FROM AdventureWorks2016CTP3.HumanResources.Department;
I want the load script like below:
/*
SQL SELECT *
FROM AdventureWorks2016CTP3.HumanResources.Department;
*/
3) Dashboard related:
What is the issue:
Currently, all dashboards can fit only within the grid lines. I would like to increase or decrease the length or width of a chart as per my choice that's not bound to the grid lines.
Thanks,
Joy
Hey,
Let me add few more to the list:
4) Allow conditional show for objects.
5) Allow custom design for Mobile screens or at least introduce a "Hide in mobile" mode for an object/sheet.
6) Visuals:
6.1) Enhance the Bar chart / Combo chart so that 2dim/2measures is out of the box
6.2) Introduce a couple of options for an out-of-the-box traffic light chart
7) Allow the variables text-box to be expanded
😎 One that bugs me a lot: Make it possible for CodeMirror reminders and auto-complete to be turned off for both back-end and front-end script editing
9) Allow objects overlap (I know this is super tricky to achieve using angular and given the current architecture)
I hope this thread gets acknowledged. 🙂
QS is a great tool and I'd love to see it grow even further.
Kind regards,
S.T.
Hey,
Let me add few more to the list:
4) Allow conditional show for objects.
5) Allow custom design for Mobile screens or at least introduce a "Hide in mobile" mode for an object/sheet.
6) Visuals:
6.1) Enhance the Bar chart / Combo chart so that 2dim/2measures is out of the box
6.2) Introduce a couple of options for an out-of-the-box traffic light chart
7) Allow the variables text-box to be expanded
😎 One that bugs me a lot: Make it possible for CodeMirror reminders and auto-complete to be turned off for both back-end and front-end script editing
9) Allow objects overlap (I know this is super tricky to achieve using angular and given the current architecture)
I hope this thread gets acknowledged. 🙂
QS is a great tool and I'd love to see it grow even further.
Kind regards,
S.T.