Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
i built an application, made a task in QV-Management-Console, reloaded and deployed the QVW.
I have several Listboxes with "Always one selected value" turned on, which works perfect in QV-Desktop. If i watch the deployed Applikation over the AccessPoint (Firefox AJAX Client), "Always one selected value" is turned off everywhere.
I tried to fix it with macros, but it didn´t work on QV-Server.
Has anybody an idea how to fix this issue (or bug ?! ) ?
Thanks a lot !
Greetings
Florian
Hi Florian,
Knowing what version of QlikView you are running is a big help when you ask it an issue is a bug. With that said can you please post what version and Build you are running.
Thanks
Bill
Did you reduce data at some point ? I noticed that when you remove all data before putting it on the server, the "Always one selected value" never stays on.
Hey Bill,
i use QV 11 SR 3 64 bit an run it on a Windows 7 Machine.
i forgot to mention that the listboxes are in alternate states and i use a calculation in it!
if(v_a_val_Dim_PLAP_Auslesen = 'Zeit' and v_a_val_Dim_Z_Auslesen = 'Stunden',
interval(sum({[Mitarbeiter1]< VAL_N_Jahr= $::VAL_N_Jahr,VAL_S_Quartal = $::VAL_S_Quartal,VAL_N_Monat = $::VAL_N_Monat>} VAL_N_benötigteZeit)),
if( v_a_val_Dim_PLAP_Auslesen = 'Zeit' and v_a_val_Dim_Z_Auslesen = 'Personentage',
num(sum({[Mitarbeiter1]< VAL_N_Jahr= $::VAL_N_Jahr,VAL_S_Quartal = $::VAL_S_Quartal,VAL_N_Monat = $::VAL_N_Monat>} VAL_N_benötigteZeit)*24/8,'#.##0,00'),
if(v_a_val_Dim_PLAP_Auslesen = 'Aufgaben',
sum({[Mitarbeiter1]< VAL_N_Jahr= $::VAL_N_Jahr,VAL_S_Quartal = $::VAL_S_Quartal,VAL_N_Monat = $::VAL_N_Monat>} COU_AufgabeCount),
if(v_a_val_Dim_PLAP_Auslesen = 'Buchungen',
sum({[Mitarbeiter1]< VAL_N_Jahr= $::VAL_N_Jahr,VAL_S_Quartal = $::VAL_S_Quartal,VAL_N_Monat = $::VAL_N_Monat>} COU_BuchungCount)
))))
Hey Fabien,
no i don´t reduce the data while reloading/deploying.
Thank´s for you´re reply !
Nobody an idea ?
It´s getting more and more strange. If i reload and deploy it several times, sometimes always one selected value works, but not very often, sometimes not. I didn´t change anything at the application between the several reloads/deploys.