Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
- I have a 3 fields(cure,MinCure, MaxCure) and taken i a table box. MinCure & MaxCure are INPUTFIELDS.
- In the listbox i add Field "Cure" and Expressions with MinCure,MaxCure with presentation WindowsCheckBoxes.
- Now when i check "A" in listbox and i will change the value of MinCure 1 with 10(MinCure is inputfield). This will replace in the field Min with 10 of listbox of A row.
- But when i uncheck "A" i want to appear old value 1 under min of A row.
I'm attaching sample qvw file also for your reference.
How can i do this. Is it possible to do.
qliksus,
Thanks a lot it's working for me also. I don't know how it is working now i just recreated everything in my file after seeing your last post.
Great work for me today.
Buddy then mark my answer as correct answer
hi Solanki,
Can u please help me in the tread i have created http://community.qlik.com/thread/30200
Qliksus,
I need some more help from you.
- Previously what we did is working fine.
- But little bit modification i need.
- Now when i check "A" in listbox and i will change the value of MinCure 1 with 10(MinCure is inputfield). This will replace in the field Min with 10 of listbox of A row.
- But when i uncheck "A" i want to appear old value 1 under min of A row. Upto here we got the solution.
- Again If i check "A" i want to see old value 1 only.
How can we do this...
kaushik,
- Previously you have given the set analysis code like this.. Sum({<A = {">=$(Var1)<=$(Var2)"}>}1) .
- How can i use fields in the place of variables in the above code.
Hi,
If you replace variable with field it might not work.
The reason is field may have multiple values where as variable have only one value, thus variable can be comapred with a field.
Regards,
Kaushik Solanki
Ok kaushik Thanks a lot. Is there any solution for which i asked qliksus.
Hi,
At the moment i dont know, but i will try to achieve that.
Will let you know if i found the solution.
Regards,
Kaushik Solanki
Ok kaushik...