Qlik-Cli-Windows icon indicating copy to clipboard operation
Qlik-Cli-Windows copied to clipboard

Qlik-Cli for Windows

Results 39 Qlik-Cli-Windows issues
Sort by recently updated
recently updated
newest added

Hi Ahaydon, Thank you for your support!!!. Can you please suggest a way to copy the bookmark as well from one qliksense app to another??? Situation : Right now, we...

Hi Ahaydon, We are using Qlik-CLI for import&export qvf files from one environment to another (using external task from QMC). So, had to attach both Qliksense environment certificates on one...

Hi, I would like to know if there is a possibility to present a QV/QS application in a textual way or alternatively to search for text in the entire application:...

Would it be possible to export an app with the community sheets? I use Qlik-Cli extensively to move apps from production to test environments and it would be awesome to...

I get a 400 Bad Request error when trying to use the Add-QlikTrigger function: ``` buildVersion : 28.0.6.0 buildDate : 6/14/2021 16:04:18 PM databaseProvider : Devart.Data.PostgreSql nodeType : 1 sharedPersistence...

I would like to use the Get-QlikAuditRule with the environmentAttributes parameter set, but I always get a (400) Bad Request response as soon as -environmentAttributes is included in the Get-QlikAuditRule...

Example Code: $Credential = New-Object System.Management.Automation.PSCredential($UserName, $SecurePassword) Write-Output "Attempting to update Data Connection '$($DataConnectionObject.name)' with UserName '$UserName' and Password '$SecurePassword'" Update-QlikDataConnection -id $($DataConnectionObject.id) -Credential $Credential Write-Output "Updated Connection $($DataConnectionObject.name) Password"...

I'm trying to link a new virtual proxy to the default proxy for my central node using the "-virtualProxies" field of Update-QlikProxy, but I keep getting a (400) Bad request...

New-QlikNode Get-QlikNode These command don't seem to be present as part of this library. Only the below functions are available. New-QlikContentLibrary New-QlikCustomProperty New-QlikDataConnection New-QlikLicenseRule New-QlikProfessionalAccessGroup New-QlikRule New-QlikStream New-QlikTable New-QlikTag New-QlikTask...

Hi, I am trying to migrate new nodes and virtual proxy from different server environments, server A to server B. I am using Qlik-Cli to automate it. I managed to...