Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have a few questions about QLIK SENSE
1. How to sort month by expression or similar (I have tried following : sorting - > and put month as number on is not working). Format for months in my case are - January, February, etc. I understand that I have to put them as in numbers, so Qlik recognizes, but how?
2. How I can add custom KPI, so it not only show numbers but also arrow either up or down (depending on the last month results)
3. Are there any option to add in bold or different lines to differentiate charts? Otherwise they are a lot and it's difficult to see.
4. My company won't allow to manually upload custom made (from github) widgets and extensions, even if I would send them file, it would take ages them to upload. Are there any way of how I can use the code and add new widgets? Perhaps within dev-hub environment?
hi,
1) How to sort month by expression
WildMatch can be used for sort by expression : WildMatch(T2Month,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')
2) How I can add custom KPI, so it not only show numbers but also arrow either up or down (depending on the last month results)
I used Default #1 KPI object in my example
3) Are there any option to add in bold or different lines to differentiate charts? Otherwise they are a lot and it's difficult to see.
We don't have any option or line related style option as in qlik view
4)My company won't allow to manually upload custom made (from github) widgets and extensions, even if I would send them file, it would take ages them to upload. Are there any way of how I can use the code and add new widgets? Perhaps within dev-hub environment?
For this you can go to custom made extension directly made from Dev-hub on your server edition(i normally do in my client side) & widgets can be made as same as extension and you can have multiple options as per requirement.