Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have table of information received date, planned date,Avg difference and % diff.All metrics are parametarised in the script and coming as variables to UI.Now I want to create two sliders one for Acceptable 30 days(difference of received date, planned date) and % Diff slider.Based on the slider the table metrics should reflect.Please show some light on this.
Regards, Venkat Krishna
Hi Venkat,
Can you share your app here?
May be like this and then use FieldName as Slider
If([Received Date] - [Planned Date] <= 30, Dimension) as FieldName
Hi Anil,
you want me to create variable in script and use in the slider?
Regards,
venkat
Not sure, Why are you going in variable. Even, you can create field and then call that field into slider object if not necessary as variable
I guess you mean field instead of variable?
Thank you for quick reply
Yes variable.
For recieved date, Based on the order type I use received date or confirmed date to find the 30 days difference.As let variable already created in the script I want to create variable in the UI layer to show in the table.Is it possible to do it. Because I'm facing #NA error when using the variable in the slider.
Regards,Venkat
please post a sample application including some sample data and your variable and describe your expected result.
thanks
regards
Marco