Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
farheenayesha
Creator
Creator

Problem with the sliders

Hi,

     I am using 3 sliders for each product in my application. 3 set of sliders should work independently for each product. For ex, the first 3 sliders in the screenshot below should work only for Product A and the other 3 sliders should work only for Product B. But when change the sliders for A even the values for B are also changing,

Please someone help me to resolve this issue. Your help would be appreciated.

Capture 3.JPG

Please find the Qvw file attached.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Instead of something like

if(Products='A',Warranty_A_Cost,Warranty_B_Cost)

shouldn't you use

if(Products='Product A',Warranty_A_Cost,Warranty_B_Cost)

View solution in original post

2 Replies
swuehl
MVP
MVP

Instead of something like

if(Products='A',Warranty_A_Cost,Warranty_B_Cost)

shouldn't you use

if(Products='Product A',Warranty_A_Cost,Warranty_B_Cost)

farheenayesha
Creator
Creator
Author

Thank you so much Swuehi I had done a silly mistake.