Hide / Filter result rows

Former Member
Former Member
Is it possible to filter/hide relationship tab rows if one of the fields meets a certain criteria?  For example, if there was a field that was titled "should_we_hide" and if the value was "yes" we would want to hide that result and properties from showing.  If the value was "no" then we would display the result.  Thanks in advance.
Parents
  • Former Member
    Former Member
    Hello friends I am stuck in hide and show method.please anybody help me out. I am using below method. //Hide a tab (Form onLoad Event) var tabbar = parent.relationships.relTabbar; var tabid = tabbar.GetSelectedTab(); var tabid = tab.TabId; TabId = tabbar.GetTabId("ABC"); tabbar.setTabVisible("tabid","False"); return tabid; I couldn't see any hidden tab with this method but it gives error like- "Technical Message Event handler failed with message: Unable to get property 'relTabbar' of undefined or null reference Stack Trace- Client Side Error"
Reply
  • Former Member
    Former Member
    Hello friends I am stuck in hide and show method.please anybody help me out. I am using below method. //Hide a tab (Form onLoad Event) var tabbar = parent.relationships.relTabbar; var tabid = tabbar.GetSelectedTab(); var tabid = tab.TabId; TabId = tabbar.GetTabId("ABC"); tabbar.setTabVisible("tabid","False"); return tabid; I couldn't see any hidden tab with this method but it gives error like- "Technical Message Event handler failed with message: Unable to get property 'relTabbar' of undefined or null reference Stack Trace- Client Side Error"
Children
No Data