Set row to invisible depending on the page number?
iris2009
Member Posts: 56
I would like to set a table group header row to invisible on the first page it gets printed. In this line is information like this: "sequel or reminder no. xy". Obviously you dont want to show this information on the first page, but on every following one.
By design request, we dont have a header in the report, this is why I have to put it in the body.
I know, you cant use the pageNumber in the body. But is it possible, to know, if your are on the first or any other page of the report? Or some other workaround to achieve this functionality?
By design request, we dont have a header in the report, this is why I have to put it in the body.
I know, you cant use the pageNumber in the body. But is it possible, to know, if your are on the first or any other page of the report? Or some other workaround to achieve this functionality?
0
Comments
-
Here is just an idea. Not the perfect one, but, probably, could be useful in your case.
Shared FirstPageParam as Integer
Public Function SetFirstPageParam()
FirtsPageParam = 1
End Function
Public Function GetFirstPageParam()
Return FirstPageParam
End Function
Add a hidden field to your header (but after the field that you need to hide on the first page) where you perform SetFirstPageParam.
In the field that you need to hide add the Hidden Value with the Iif statement which would check the GetFirstPageParam value.0 -
Thank you for your idea.
It was (thank god) decided, that there should be a header. So a workaround is not needed anymore.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions