Hi group,
   
  There is this particular standard report i'm trying to modify and its just 
refusing to change the way i want it to appear...
   
  Bank-> Reports -> External -> Payment Advice. 
  I want this particular report to sort by the Invoice Date field...
   
  I made modifications in these 3 places:
   
  1) When printing the report in the dialog box, i click the select button and 
in the sorting tab i choose the invoice date field. But on running the report 
there is no change
   
  2) In the Report design in the AOT , I go to the BankChequePaymentTrans 
datasource, and change in the sorting field to Invoice date. But still on 
running the report no change
   
  3) In the fetch method of this report there is select statment before that 
particular programmable section is executed. It goes like
   
  select  bankChequePaymTrans order by InvoiceDate
            where   bankChequePaymTrans.recipientAccountNum == 
vendTransInvoice.accountNum &&                     
bankChequePaymTrans.invoiceVoucher      ==  ..... etc
      
          this.execute(3);
  Intially order by was invoice Id ... I changed it to invoice date
  But despite than no change when running the report...
   
  Is there anything else i have to try or should i create a whole new report 
from scratch to get this feature...
   
  Thanks in advance
   

                
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to