Hello guys,
I have been working with Qlik Sense for about a year, and this is the first time I am coming up with this requirement.
One of my clients, wants to be able to get the underlying data of my Application through REST requests.
I have seen that in qliksense/dev-hub its possible, but I don't know where to start.
I also saw that there is option to use .NET SDK, but I have never used it.
So basically i don't have knowledge on HTML/ JAVA/ CSS.
I have found numerous different methods and techniques but I'm not sure if I will be able to implement them.
My questions are this:
Which is the easiest way to get only the data in a request,( where to put this request, or how to access the data) ?
PS: For example in my App I have a bar chart showing Sales per country, my client wants to get only the values of this data.
for ex : Albania - 2220
USA - 244000
Etc.
Which is the easiest way to show this?
Thanks in advance...
PS2: I have proposed to use a store into .csv file from the load script option, but my clients wants specifically to use the REST to get the data.