Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have made a row at frontend. But whenever I select a value in filter it, my label value changes on top.
I want a static name to show everytime.
Which expression do you have into your filter?
I am using an expression in filter pane to restrict the value for selection
=If(leaders='A',Replace(sbuleaders,'A','B'),if(leaders='C',Replace(leaders,'C','D'))
Create a field using this expression at script level and use it into your filter
This is because, Your selection is from Data model. You are not changing anything in Back end. So, Current Selections developed from Data model level not in UI respect.
Is it possible to change the expression in filter pane at front end only rather than changing in the load at backend ?
No, As far i aware not