Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
davidhechler
Partner - Contributor II
Partner - Contributor II

Qlik Script as option in "Insert/Edit code sample"

In the forum (right here), we have the possibility to insert code snippets by clicking the button "Insert/Edit code sample":

davidhechler_0-1699881961111.png

 

However, there is no option to choose Qlik Script as an option:

davidhechler_1-1699881997455.png

Adding Qlik Script as an option would make a lot of sense.

PS: I tried creating a suggestion on https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight, but after clicking on "Suggest Features", I was forwarded (looped) to the same page.

 

Labels (1)
1 Solution

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

Hi

you can simply add it as a html as I have done the same 

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

View solution in original post

2 Replies
ajaykakkar93
Specialist III
Specialist III

Hi

you can simply add it as a html as I have done the same 

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

davidhechler
Partner - Contributor II
Partner - Contributor II
Author

Thanks for the suggestion. I am aware of this possibility, but then it does not use Qlik syntax highlighting. What is the point of inserting it as code, without using the proper syntax highlighting?

What I would like to see:

davidhechler_0-1699954061186.png

What I am seeing, if using HTML:

SPSActivityClassBase:
LOAD
    SPSActivityClassBase_Recipient As %SPSActivityClassBase_Recipient,
    SPSActivityClassBase_RecipientRole As %SPSActivityClassBase_RecipientRole,
    SPSActivityClassBase_TicketNumber,
    SPSActivityClassBase_Subject
FROM [$(DataConnectionQlikshare)/SPSActivityClassBase.qvd](qvd);

Left Keep(SPSActivityClassBase)
SPSUserClassBase:
LOAD
    SPSUserClassBase_ID As %SPSActivityClassBase_Recipient,
    SPSUserClassBase_Company,
    SPSUserClassBase_Department
FROM [$(DataConnectionQlikshare)/SPSUserClassBase.qvd](qvd);

Left Keep(SPSActivityClassBase)
SPSScRoleClassBase_SPSSecurityClassRole:
LOAD
    SPSScRoleClassBase_ID As [%SPSActivityClassBase_RecipientRole],
    SPSSecurityClassRole_Name
FROM [$(DataConnectionQlikshare)/SPSScRoleClassBase_SPSSecurityClassRole.qvd](qvd);

 There is no syntax highlighting at all.