Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent:Variables in Qlikview 12.1 do not work after upgrade from 11.2

Hello all,

we have upgraded Qlikview the server and client from 11.2 to 12.1. We have only one server so it is our production server.

We are facing the issue now, that  many columns in many tables are not working anymore.

Has anyone an idea? it would be really nice

Variablename:

vVSSelectStatus

Definition:

=if(Status='verwaltet', '[Portfolio Status]={verwaltet}',

if(Status='Service', '[Portfolio Status]={Service}',

if(Status='betreut', '[Portfolio Status]={betreut}',

if(Status='Gesamt', '[Portfolio Status]={verwaltet, Service, betreut}'))))

set analysis:

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},$(vVSSelectStatus)>} distinct Kunden)

tried this ones as well:

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},$(=vVSSelectStatus)>} distinct Kunden)

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},'$(=vVSSelectStatus)'>} distinct Kunden)

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},'vVSSelectStatus'>} distinct Kunden)

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},vVSSelectStatus>} distinct Kunden)

count({<[Datum bis]={'$(=Datum_Bis)'},[Wert per]={'>0<0'},'$(vVSSelectStatus)'>} distinct Kunden)

tried other definition:

if(Status='verwaltet', '[Portfolio Status]={verwaltet}',

if(Status='Service', '[Portfolio Status]={Service}',

if(Status='betreut', '[Portfolio Status]={betreut}',

if(Status='Gesamt', '[Portfolio Status]={verwaltet, Service, betreut}'))))

4 Replies
sunny_talwar

Would you be able to share your app to look at the issue?

Not applicable
Author

Hello,

sorry i can't because it's a production app from our customer.

sunny_talwar

Create a sample app where you can replicate the issue?

Not applicable
Author

HI,

i have found this thread and it seems to be the same issue. Its not simply the variables. It has someting to do with the alt states  in my app, too. Like in this thread:

Issues with Alternate State and Variables