One Help table for multiple sections of Help system in Onboarding View

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.

  • a_Help - a table, that contain the content for Onboarding View and REF-links to relevant record of menu.
  • a_Menu_3 - a table with names of any levels of submenu, titles and other information.
  • Menu 3-DRV - a view of Detail type as main page of section menu button collection.
  • Help_Onboarding - a view of Onboarding type.
  • Help_Menu_3 - a Behavior action witch display the Help button on each level of Menu and dynamically redirect to relevant help content.

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.

Page view.png

 

a_Help tablea_Help table

 

 

a_Menu_3 tablea_Menu_3 table

 

 Menu 3-DRV (View)

Detail View Menu 3-DRV.png

 Help_Onboarding (View)

Onboarding View.png

 Help_Menu_3 (Behavior Action)

Action Help_menu_3.png

 Target

 

 

LINKTOFILTEREDVIEW("Help_Onboarding", [Menu_3] = [_THISROW].[Unique_ID])

 

 

Behavior

 

 

ISNOTBLANK(
   ANY(
      SELECT(a_Help[Menu_3], [Menu_3]=[_THISROW].[Unique_ID])
   )
)

 

 

 

 

 

 

 

 

 

 

 

 

 

0 8 412
8 REPLIES 8