Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to use wildcard selections for field in integration api url
something like
http://<machinename | servername>/{virtual proxy}/sense/app/{appid}/sheet/{sheetid}/state/analysis/select/{field}/[*value1*]
We need to select key 'Text' word for GA page path field.
Cheers,
RK
Have you tried it?
-Rob
Hi Rob,
Did you propose any solution in your earlier post ?
tried
select/{field}/[*value1*] but it is not working.
Cheers,
Raghav.
No, I did not propose any solution. I was wondering myself if it would work if you included * in the URL. Sounds like it does not work.
-Rob
Tried *,@,? and none of them are working and have issues with date selection as well /select/{Date}/[>=03/07/2018<=12/08/2018] is not working throwing invalid parameters error.
Hi Raghav Kondaveti,
You did to resolve this problem?
I am with same problem
Álamo
No, it is not possible with API ( *wild card selection , Date range selection)
We are using bookmarks instead of this API.
Any update on this? According to documentation, search expressions shall be allowed...
App Integration API ‒ Qlik Sense for developers
For selections containing numeric values and search terms, the text representation should be added within square brackets, as in [value1].
@mk_kmx have you found an answer for your question whether search terms are working.
We are also looking for the possibility to use wildcards in links to apps. I see the option that maybe search terms also could work for us. That's why I am asking.
@kcal unfortunately, no. Had to use a workaround (in other words, had to filter using the field one would never want to put into query string). But no complaints so far...