Is there a way to create a dynamic array using report writer. We have limited license usage. We do not have a developer's access under object designer. Is there a way to create a dynamic array based on the count from the filters being applied. We don't want to create a static value for the array, just in case the count is more than our limit.
Also is there a way for report writer to print out a dynamic array?
Any help would be greatly appreciated.
Thanks ](*,)
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The reason this is required is because we need to list for our sales order a list of components for the BOM item, without having to explode it. We previously had a customization from our former Navision provider on the explosion function. Our customization would bring in all the components for the BOM but leave the parent unit cost alone, while zeroing out all component items. This caused a lot of headaches for our costing department.
We decided to resort to out of the box BOM journal. We were never explained how to use this, until our current Navision provider demonstrated to us. We soon came to realize that this most likely will resolve our costing issues.
What they need me to do, is to customize our sales order and invoice to display the components on a sales order without having to explode it. I need to bring in the components and print it out on the sales order. I can't use a blob variable nor can I use a static array to store all the information. I need to store BOM component item, Description, Description 2, Quantity*quantity ordered, Shelf Location, and Unit of Measure Code.
That about sums it up.
[-o< So please, any help would be greatly appreciated.
Thanks in advance =D>
Especially: You can create a table in the database with the fields and indexes you need (E.g. all the "* Buffer"-tables). The beautifull thing is:if you use a table ONLY as a temptable, you don't need to put it in the license!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks =D>
It means that you defined the structure of the table in the DB, but there will NEVER be data in it (in the DB). If you use the table as a temptable, it (almost) behaves like a real table, but ONLY for the program where you defined the variable. In this case you don't need the table in the license.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
](*,) Thanks.
In the report, you create a variable on the table with property "Temptable"=Yes.
How to use in in the report : http://www.mibuso.com/howtoinfo.asp?FileID=6
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
\:D/
Everyone has been a great help.