Is it possible to print reports in this format

raj2000_beraj2000_be Member Posts: 10
edited 2004-08-06 in Navision Attain
Is it possible in a report to get the following format based on Locations

These are various locations and there datas
(column wise)
Bangalore Madurai Madras
value1 value1 value1
value2 value2 value2
value3 value3 value3

In navision for these kind of location reports only this way its printing, like
(row wise)
Bangalore
value1
value2
value3

Madurai
value1
value2
value3

Madras
value1
value2
value3

Navision shows row wise locations report format only,,Is it possible to print these location in column wise as above.

Comments

  • ahed4ahed4 Member Posts: 21
    if your're sure to only have 3 locations: yes.
    you can make yourself a variable with dimensions 3 and in OnAfterGetRecord fill those 3 values and then print them out.

    if you have a dynamic no. of fields ... no.
    The freaks come out at night.
Sign In or Register to comment.