Search bar is not clearing when switching to a view and filtering the next view on desktop only.

RW1
Bronze 1
Bronze 1

I've got an order management app, when searching for an order on desktop and then clicking on an action that takes the user to a dashboard view that has filtered order items on it the search bar doesn't clear and is filtering the next view. This has only just started happening in the last couple of days and only on desktop, everything works completely fine on mobile. 

I checked across my other apps and it's happening there too, is anyone else experiencing it or have any insight?

Solved Solved
0 12 212
1 ACCEPTED SOLUTION

RW1
Bronze 1
Bronze 1

Appsheet Developers have fixed the bug and the issue has been resolved now, thanks to the Devs and everyone that commented!

View solution in original post

12 REPLIES 12

It's probably a bug. Desktop still has bugs. 

Is your action a linktofilteredview() or just linktoview()?

It's just a linktoview(), however it is part of a group action. It's the same on my other apps where it's simply moving from a orders to order items that's a ref table.

 

 

You may want to try linktofilteredview.

LINKTOFILTEREDVIEW() - AppSheet Help

Also, if you are just getting 1 row you can use 

LINKTOROW() - AppSheet Help

RW1
Bronze 1
Bronze 1

It's the same the issue is that the search bar isn't clearing when switching views. When in the dashboard I can manually clear the search bar and the correct list of items is returned. 

 

I see what you're saying. I tried to replicate. It seems this only happens if you have an action that is performed. If I physically click another view from the menu, it resets the search bar. But while in the current view as I click around the search bar is still filled. The problem with clearing after clicking an action is it would clear the search bar every time even if I didn't want it clearing after an action was performed. For instance, I use actions to toggle fields in the table view. If every time I did that it cleared the search bar I would have to reenter the text. The only solution I see is to not link to view at the end and let the user physically select the view if possible.

I was thinking and you could try removing search option from the field in question that is causing this. You may need to create virtual columns that replicate the data in another column to do this. For instance the primary column is searchable, but the virtual column is not. That way in the next view it would include only  the non searchable virtual column which would not be impacted by the search box. The search box only searches in fields that are checked Search?

Steve
Platinum 5
Platinum 5

@RW1 wrote:

This has only just started happening in the last couple of days and only on desktop


Please contact AppSheet Support to report this bug.

Attn @AleksiAlkio 

RW1
Bronze 1
Bronze 1

I've contacted support, thank you both for responses.

Same problem here!

RW1
Bronze 1
Bronze 1

Appsheet Developers have fixed the bug and the issue has been resolved now, thanks to the Devs and everyone that commented!

Top Labels in this Space