Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QV Gurus,
I am new to QV. Currently we have a requirement where we want a slider object whose range should be dependent on the multiples of one of the variable.
The slider is dependent on one of the field. We tried to have a static step in this case, but doesn't work.
Any idea on how to achieve same.
Thanks in advance.
Regards,
MK
Can you post up an example of what you are after?
If the slider contains a field I don't think you'll be able to assign a range, the range is just the outer limits of the field
Hey
If you have a variable whose value should be set on basis of slider then you can use static step. But for fields I don't think it's possible.
Better you post your app.
Thanks for the reply Joe,
Please find attached the application where I am trying to restrict user to range in slider in multiples of Staticvalue.
For small number of value, its working fine, but if I select values like 13, it doesn't work.
Please assist on same.
Thanks & Regards,
MK
Thanks for the reply Navdeep,
Please find attached the application in my previous post, where I am trying to restrict user to range in slider in multiples of Staticvalue.
For small number of value, its working fine, but if I select values like 13, it doesn't work.
Please assist on same.
Thanks & Regards,
MK
Hi MK, slider is divided in equal parts, with your data, a step like 91 (7*13) will take only 1 step, other StaticId values like 26 and 52, wich are over the 91 values presented will cause QV to ignore steps.