Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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}'))))
Would you be able to share your app to look at the issue?
Hello,
sorry i can't because it's a production app from our customer.
Create a sample app where you can replicate the issue?
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: