Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
May be this is a common issue,
While using slicers,
how can we make the selection greater /less than ?
for ex :
ı select number 10 on slider,
ı want ths to bring the results "greater than 10" not only 10.
Thanks for helps.
Hi,
with a slider_object you only pass a value to a variable. You can use that variable in any way you want - you could, for ex., generate a second variable that uses this first one.
HTH