Index
Main Menu
Video Courses
Watch structured video courses
Knowledge Base
Visit our User Forum for discussions & solutions
February 4, 2026
HideTab
«HideTab()» controls the visibility of an interview tab.
It’s important to note that it does not delete questions or skip logic; it simply hides (or shows) the tab in the interview based on conditions.
Basic syntax:
«HideTab(TabName,Condition = ‘Yes’)»
Note:
- TabName must exactly match the tab’s name
- The tab is hidden when the condition resolves as true
Tabs are visible by default. «HideTab()» only hides. There is no ShowTab() command and so your logic must be framed as “When should this tab be hidden?”