Hide Zero Total Amount Rows in Analysis By Dimension

shahidt
Member Posts: 61
Is it possible to use some technique to hide rows that have Zero Total Amount in the Analysis By Dimension Report? In some cases, we have many blank lines in Analysis By Dimension, and it become cubersome to export the data into excel to see values > 0 <.
Appreciate any input.
Appreciate any input.
0
Answers
-
just write code both for your report and in b/w export to excel format
if total amount =0 then
curreport.showoutput(false);0 -
Hi Abhinav, thank you for your response. Can you please be more specific on your recommendation. To avoid any confusion, I wish to to mention that I am working with Form #554, and not the "Dimensions - Detail" nor "Dimensions - Total" reports that can't be drilled into.
Thanks for your time.0 -
Have you tried to add new filter like on the filters tab on that form?
Empty lines could be filtered with <>''K.S.0 -
Unfortunately the Filter is not available for the "Total Amount" column. One of my main problem with a C/AL approach is that I can't figure out where the data is getting populated. I guess, it is writing to the "Analysis Dimension Buffer" table and deleting all the info immediately. If I can, I can set the filter at that point itself.0
-
I saw this thread, but can't seem to get the code in there working...
viewtopic.php?f=23&t=44529&start=00 -
If anyone is interested, I got this working in Form 554 and Page 9249 (Analysis by Dimension base objects), by simply doing a amount check on the "Total Amount" column before the record for the martrix is initialized, and based on user input, I hide the Zero values.
It was quite simple once I got the logic behind how the system computed the Analysis by Dimension.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
- 320 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