Thursday, December 17, 2015

Dynamically hide/display fields in Report request page - NAV 2013 OR NEWER Part I

As EveryOne know for getting Dynamically hide /Display fields in Request Page of report we need

1. Boolean Variable
(And  Field  that we want dynamically let it be of TEXT variable for this Example .) like below


I need to implement like when i click boolean button to true (check box) then only a text field should appear like below.


THEN BOOM

so We have declare the two variables as shown in first pic and don't forget to set their properties to


INCLUDE to DATASET to YES.....

Now SET the Visibility of  Text variable to Boolean Variable . Like Below ...


Now Save the report and Run......................................................................................


Yes , you wont get any result i mean dynamic fields as this above process has got result for 2009 NAV ..I'm NOT the Big Guy to discuss about why?


So there are two process for achieving it

1..Make a Group and set the group Visibility property to Boolean variable as Below


Now Save THE REPORT AND RUN IT WORKS LIKE A CHARM..




In the Next post i will use a Dotnet variable to get Boolean so NO group visibility......


Plz comment OR  like it
Thank you ,

No comments:

Post a Comment