Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rkondaveti
Contributor III
Contributor III

Wildcard selection in App integration API

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

9 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Have you tried it?

-Rob

rkondaveti
Contributor III
Contributor III
Author

Hi Rob,

Did you propose any solution in your earlier post ?

tried

select/{field}/[*value1*] but it is not working.


Cheers,

Raghav.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

rkondaveti
Contributor III
Contributor III
Author

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. 

alamo_silva
Contributor
Contributor

Hi Raghav Kondaveti,

You did to resolve this problem?

I am with same problem

Álamo

rkondaveti
Contributor III
Contributor III
Author

No, it is not possible with API ( *wild card selection , Date range selection)

We are using bookmarks instead of this API.

mk_kmx
Partner - Contributor III
Partner - Contributor III

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].



kcal
Contributor
Contributor

@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.

mk_kmx
Partner - Contributor III
Partner - Contributor III

@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...