Options

Why Integer given in DataItem in Report

upasanisandipupasanisandip Member Posts: 405
Does anyone knows why Integer given in DataItem in Report many times.

For example report no. 402 Purchase Document Test.


Thanks,
Sandip.

Comments

  • Options
    Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Basically the Integer DataItem is like a FOR loop for reports: f.e. if you set an Invoice to print in 3 copies, it will get filtered for 1..3 and basically works as a FOR I := 1 TO 3 loop.
  • Options
    bbrownbbrown Member Posts: 3,268
    It is also used to process data from temporary tables. See Sales Order (Report 10075) as an example.
    There are no bugs - only undocumented features.
  • Options
    Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Which is, in turn, a subcategory of the FOR cycle :wink:
  • Options
    zeninolegzeninoleg Member Posts: 236
    There is another interesting one - Date, it stores the periods 8)
    Best Regards,
    Oleg
Sign In or Register to comment.