Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Aged Creditors - Instalments Post Reply Post New Topic
Author Message
Barb
Newbie
Newbie


Joined: 15 Nov 2011
Online Status: Offline
Posts: 29
Quote Barb Replybullet Topic: Aged Creditors - Instalments
    Posted: 02 May 2013 at 2:44am
Hi
 
I am not sure how to show purchase invoice that has 10 instaments as 10 lines (they have different due date so must show them separatly on Age Creditors report).
 
Please assist:
 
here is an exctract of PI documents I include in Ageing report:
 
SELECT     CompnyName, OADM.MainCurncy, 'PI ' AS DocType, DocNum as Doc,DocNum as ID, DocDate, DocDueDate, OCRD.CardCode, OCRD.CardName, DocCur, DocTotal-PaidToDate AS Total, DocTotalFC - PaidFC AS TotalFC, Comments,
                      JrnlMemo, PayBlock, PayBlckRef, TaxDate,Installmnt, OADM.MainCurncy, NumAtCard, OCRD.QryGroup1, OCRD.CreditLine, OCRD.DebPayAcct
FROM         OPCH INNER JOIN OCRD ON OPCH.CardCode = OCRD.Cardcode, OADM
WHERE     (CANCELED = 'N') AND (DocStatus = 'O')
 
 
Thank you very much
 
 
Many thanks
Barb
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 03 May 2013 at 5:49am
are the installments just kept as a number in the invoice or are they separate entries?

If they are just a value in the record, CR will have a hard time 'making' additional records to display (actually it won't). If they are entries in another table, then if you join to the table you should be able see them.

HTH
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.