How to know the first data item used in report?

bks
bks Member Posts: 115
Hi,

Is there any way to know the first data item used in a report during run time?

Regards,

BKS

Comments

  • kriki
    kriki Member, Moderator Posts: 9,129
    I suppose you want to know that BEFORE running the report. No, it is not possible.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • McClane
    McClane Member Posts: 40
    But if you want to know it at PreDataItem, there is a way. Just copy the filters set to the DataItem to a record of the same kind and take a look if your Record is still in it.
  • bks
    bks Member Posts: 115
    kriki wrote:
    I suppose you want to know that BEFORE running the report. No, it is not possible.

    Yes, I want to know the dataitem used while running the job scheduler codeunit- 5961.

    Is it possible?
  • kriki
    kriki Member, Moderator Posts: 9,129
    bks wrote:
    kriki wrote:
    I suppose you want to know that BEFORE running the report. No, it is not possible.

    Yes, I want to know the dataitem used while running the job scheduler codeunit- 5961.

    Is it possible?
    No, it isn't.

    You could create a new table in which you manually keep track of the first table in a report and use that.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!