Hi guys, so I encountered this bug Today. Basically if you have a Table View (e.g stock), and two separate icon actions with โLINKTOFILTEREDVIEW(โStockโ,[Status] = โIn Stockโ)โ in one, and โLINKTOFILTEREDVIEW(โStockโ,[Status] = โOut of Stockโ)โ for another, the COUNT option will not update right away as you navigate to each icon (normally the count of items will show in the grouping - For example here is the kind of view I am referring to (in this case Iโm not using stock items but its rather a table of films and instead of both having the same count value they are supposed to be different as shown in the below pictures)
.
Iโm not sure why it does not update automatically. Does anyone have a fix I can use?
Many thanks.
D
Iโd guess this is likely related to when expressions are evaluated: that count is probably only updated when a sync occurs or when the table changes. I suspect youโd have more success using slices rather than filtered views in this case.
Here here, I second this.
LINKTOFILTEREDVIEW() is handy, but for something as concrete as in/out of stock items, Iโd have a slice for each.
Thanks guys, I like slices but try to avoid them where possible for multiple views since they become a pain to handle alongside all the views and actions. I appreciate the suggestions though and thanks to Steve for pointing out the likely cause of the issue.
One thing you can do is selectively create the inline views for the slices that you need, but take over the event action and have it direct back to the system details view; I do this for that exact reason, this way I donโt have to copy the details view for all the slices but I can still have a different inline view.
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |