Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jamesjames
Contributor II
Contributor II

Question about Qlik Sense development

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?

 

3 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

I understand your requirements I'll share you a basic application with some features similar to these hope it will help.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

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.

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

hi,

Refer sheet "Question about Qlik Sense development" from the app attached

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting