Hi Experts,
I’m trying to establish PUSH button in my view that maneuver my crosstab
visibility.
logic is simple: if push buton get clicked it display crosstab, else hide it.
// Logic //
if (BUTTON_1.onClick())
{
CROSSTAB_1.setVisible(true);
}
else
{
CROSSTAB_1.setVisible(false);}
Please advise if the code is right?. I’m having a hard time to get this working.
-Thanks
mohdfahad (BOB member since 2012-08-09)