Distance and HERE()

Dear all, I have 3 slices that present assets based on their distance from the User’s device.

I achieve this through 3 Slices using a different value of DISTANCE([GPS Location], HERE())<0.1 in each Slice.

I allow the user to set the Default distance through USERSETTING which then uses as ShowIf() on each View to allow or disallow the menu option.

My question (finally…) Is there a way to show this view selected automatically after the user changes the USERSETTING? Currently,it is set to Automatic, However, if the App is showing assets within distance 100m and the user select 1000m the App returns to the original 100m view …which can be confusing to the user.

I know the Final View is selectable from a DropDown but this is a fixed view

Many thanks in advance

I’m afraid that’s not possible with the Settings table. You could do that with the Event action with other views, but not with this one.

Thanks for your reply

You’re welcome