Options

Newbie....stupid question

kmerigoldkmerigold Member Posts: 28
edited 2003-07-29 in Navision Financials
Hi,

I am very familiar with Crystal Reports and Access reports, etc. But I am having a hard time with these navision reports......

I am simply trying to add a "grand" total field for a Calculated field in three group bodies (Group for total Invoices, total Orders, total Credit Memo's).

It comes up blank if i copy/paste the subtotal field into the report footer...
Where are the "created formulas stored?" or where can I create one? (if possible".

Thanks for any insight!
Kim

Comments

  • Options
    eromeineromein Member Posts: 589
    If it's a field in the database then you have to assign the field to the property "TotalFields" of the dataitem the field belongs to.

    If it's a variable you defined yourself, you can activate the "TotalFields" functionality by using the CREATETOTALES function in the OnPreDataItem of the dataitem the fields belongs to.

    Check the Navsion help for more info on that statement.
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • Options
    kmerigoldkmerigold Member Posts: 28
    Thanks..
  • Options
    SavatageSavatage Member Posts: 7,142
    Are you Using Crystal Reports with Navision?

    I find it a great tool to come up with reports quickly.
    And as I find the time I try to re-create them in Navision.
    & Yes it takes much more time in Navision.
Sign In or Register to comment.