(NAV 5.0 SP1)
I've been learning how to output to Excel from a report by using report 10145 Item Sales by Customer as an example.
I noticed that they make use of AddInfoColumn() and AddColumn().
Can you tell me when I would want to use one of the functions over the other?
Michael Hollinger
Systems Analyst
NAV 2009 R2 (6.00.34463)
0
Answers
If you export report 10145 to excel,
you will see an information sheet and a data sheet.
Info you want on the information sheet uses AddInfoColumn
Data you want on the data sheet use AddColumn
notice the type of information on either sheet
Steve
PS I use AddColumn 95% of the time
Thanks, sir. :thumbsup:
Systems Analyst
NAV 2009 R2 (6.00.34463)