Question

IAL in Crystal report

  • 26 April 2021
  • 3 replies
  • 253 views

Userlevel 4
Badge +9

I had used an IAL on an crystal report.

The crystal report runs from the REP view..

 

 

When I preview the report in Crystal reports I can see the values from IAL

But when I view the same report with the same result key from IFS, the fields from IAL is displayed empty.

 

P.S. I don’t get any error, just that the fields from IAL shows up in Crystal report and it does not show up in IFS

Crystal Reports Preview
IFS Preview

 


This topic has been closed for comments

3 replies

Userlevel 7
Badge +16

Hi @geminirajesh ,

 

Is this report (IFS Preview) is customized to include the order no and Customer PO. 

There should be relevant xml tags that carry the data to fetch data to IFS report layouts  - (xxxxx.xsl or xxxxx.rpl ) . Here is one example.

Xml_Record_Writer_SYS.Add_Element(xml_,'CHARGE_PERCENT',charge_rec_.charge_percent);

 

Debugging the code need to be done to find why the data not fetched. May be correct xml tag ins missing in the database logic.

Userlevel 4
Badge +9

Hi Dumeesha,

 

Where will I find these xml tags ?

 

 

Userlevel 7
Badge +16

Hi @geminirajesh ,

 

xml tags are there in the database report logic. As an example in print purchase order report.

PURCHASE_ORDER_PRINT_REP is the reportview

You can find the xml tags in Purchase_Order_Rpi package.