Hi,
I have a home page from which I redirect user to a filterview via Action (behavior):
LINKTOFILTEREDVIEW(“KPIs from main data”, ([Funct_Key_ID] = [_THISROW].[Funct_Key_ID]))
from that “filtered view” user can add, edit or delete.
The issue is that when user adds new record a default value for Funct_Key_ID should be the one used for filtering the view. It works out of the box in the mobile app view, but it doesn’t work in Desktop mode (Preview)