Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.
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].