
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Programming language for Qlik Sense scripting
Hi everybody !
I would like to know what language is used for Qlik sense scripting ? What languages are close to the one used by Qlik sense ?
I have to produce an intership report, and i need to close the gap between what i did in my internship and what i learned at school.
Can you please give me examples ?
Thank you for your help.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IMO, it is partially very close to SQL . If anything else has to be close to it, then may be VB script.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik scripting uses the Backus-Naur formalism or BNF code.
There's a write up on Qlik's help pages here:
https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/script-syntax...
Thanks,
Simon

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
programming languages that are describing also with BNF.
What languages are close to the qlik scripting language ? What languages
does BNF describe ?
Best regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IMO, it is partially very close to SQL . If anything else has to be close to it, then may be VB script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Tresesco,
That's what i was thinking in first place. I know that you can use SQL on the loading script and it clearly look like VB. I was wondering if it is close to C++ or C# or Java for example...
In your opinion, is Qlik language part of OOP (object oriented programming) languages?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
