Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Could anyone provide the syntax for coding a PUT/filters/{id} command? I'm attempting to add this logic into my QlikView load script, but am not sure how to code the Request Body for this type of command.
Thanks for taking time with this.
It turns out I was able to find the syntax through the online Qlik NPrinting API help text. While the 'PUT/filters' section offers no sample data, the 'GET/filters' does - so it's just a matter of copying that syntax. It seems to be working perfectly for me.
There you go.
https://nprintingadventures.com/2019/04/08/nprinting-api-qlik-rest-subroutines/
everything given on the plate - enjoy! 🙂
Thanks for responding. I've combed through this .qvs file before, but I don't think it has any sample jobs set up that show how to se the PUT/filters functionality.
my apologies, you are right.. I got little bit mixed up with what is public and what is still "work in progress".
I am working still on this library and this is part of next release of NPrinting.qvs. I will be updating my library soon and it will contain bits you are asking about. I do not have access at the moment to the project files, but allow me couple of days and I should get back to you with syntax.
regards
Lech
Thanks for taking time with this.
It turns out I was able to find the syntax through the online Qlik NPrinting API help text. While the 'PUT/filters' section offers no sample data, the 'GET/filters' does - so it's just a matter of copying that syntax. It seems to be working perfectly for me.
Hi,
Could you please provide an example of a filter body?
I've created a filter body based on the Nprinting API documentation, but I receive error 400 each time
Thanks,
Vitalii