Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Fabb
Partner - Contributor II
Partner - Contributor II

Qlik CLI - update app with custom property contains equal ("=")

Hello,

I use Qlik CLI to update applications.

I need to update the app with a custom property that contains an equal symbol like that:

Update-QlikApp -id "897fa8b9-faa0-475b-a145-03d6641eaeee" -customProperties "CP=key=value"

but an issue occurs (400 bad request).

I confirm that the value "key=value" for the custom property does exist.

 

Can someone help me?

How can I assign this value to the app?

 

Labels (2)
1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

Looks to be an issue with Qlik-CLI. Follow along on https://github.com/ahaydon/Qlik-Cli/issues/103

View solution in original post

2 Replies
Levi_Turner
Employee
Employee

Looks to be an issue with Qlik-CLI. Follow along on https://github.com/ahaydon/Qlik-Cli/issues/103

Fabb
Partner - Contributor II
Partner - Contributor II
Author

Thank you Levi,

I didn't have the lastest version of QLIK-CLI.