Hi,
I have a lot of different sections in my app and I want to collect all help content in one table and make dynamic call of the relevant content via Help button from any section. Menu organized on detail view pages with submenu action buttons (display prominently). Help button is in bottom right corner (display overlay).
What I have.
PROBLEM.
When help button pressed I see not filtered but full content - all slides of a_Help table. If anyone can, tell me how to solve this problem, since creating linked help topics is too much work - there are several dozen sections in my application. And it's more convenient to control the hint from one place.
Thanks.
Screenshots presented below.
a_Help table
a_Menu_3 table
Menu 3-DRV (View)
Help_Onboarding (View)
Help_Menu_3 (Behavior Action)
Target
LINKTOFILTEREDVIEW("Help_Onboarding", [Menu_3] = [_THISROW].[Unique_ID])
Behavior
ISNOTBLANK(
ANY(
SELECT(a_Help[Menu_3], [Menu_3]=[_THISROW].[Unique_ID])
)
)
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |