Hello,
After activating the new OAC capability to save the user filters (OAC system settings->Preview workbook personalization) , we find that the filters are saved for a particular user, but the values that are affected are not correct when we return again to the workbook.
Exemple: we display the 2 tiles with 2 presaved filters (H = hommes, F = femmes)
Tile1: total number of men : sum(agents) where sexe = 'H' -> 600000
Tile2: total number of women: sum(agents) where sexe = 'F' -> 400000
When I apply a filter (dashboard filter) to a french region (Ex: Alsace) the filter is well applied and shows for exemple: 50000 men and 30000 women for that region.
But when a quit the workbook and return I see the saved filter (Alsace) but the filter on sexe is not applied anymore. So I see on the both tiles the total value for that region : 80000 men and 80000 women.
That it's not correct because the filter in sexe it's not applied anymore, so we have only the region filter to the both tiles.
Best regards,
Daniel