Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to preview data to 'Text field' from .XML file

Community Beginner ,
Jun 14, 2022 Jun 14, 2022

I already add Text field and filled a name with XML name's tag but when I preview there're nothing to show on my preview. Has anyone found a solution to this problem?

Here is my XML data :

<JA_001_2>
<LIST_G_HEADER>
<G_HEADER>
<ORDER_BY1>0</ORDER_BY1>
<WHT_NUMBER/>
<TRX_SOURCE>CHECK21021</TRX_SOURCE>
<WHT_N>27</WHT_N>
<LIST_G_LINE>
<G_LINE>
<LIST_G_DIS_LINE>
<G_DIS_LINE>
<TRX_HEAD>CHECK21001</TRX_HEAD>
<CF_WHT_DISP/>
<CF_SEQ_DISP/>
</G_DIS_LINE>
</LIST_G_DIS_LINE>
<CS_BASE_AMT_L/>
<CS_WHT_AMT_L>0</CS_WHT_AMT_L>
<CS_RATE_L>0</CS_RATE_L>
</G_LINE>
</LIST_G_LINE>
<CF_GEN_WHT>27</CF_GEN_WHT>
<CF_NUMBER>11000020</CF_NUMBER>
<CF_WHT_SEQ_DISP>27</CF_WHT_SEQ_DISP>
<CS_NO>1</CS_NO>
</G_HEADER>
</LIST_G_HEADER>
</JA_001_2>
TOPICS
How to
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2022 Jun 14, 2022

Where is the connection to Adobe Acrobat?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2022 Jun 14, 2022

I'm truely sorry but I'm new about this one. I import the data from 'More Menu' at the right screen like this picture below :

 this is where I import XML dataexpand image123.gifexpand image

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2022 Jun 14, 2022

Fill the form, export the data, and look at the format of the data.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2022 Jun 14, 2022

there's nothing about data coming out.1211.pngexpand image

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2022 Jun 14, 2022

should I put <?rep_field="T1_G1"?> into Tooltip?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2022 Jun 14, 2022

Enter some data in the fields and export the data.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2022 Jun 14, 2022

Data is coimg out from where I random enter but not from imported232425.gifexpand image2324.pngexpand image data

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2022 Jun 15, 2022

What happens when you import this data?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 15, 2022 Jun 15, 2022

when I import data, I added text field and name it the same as xml tag and then I preview to test that data coming out or not but the answer is data not coming out everything turn to blank field while I preview. (.xml data that I generate from Oracle report builder it has information.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 15, 2022 Jun 15, 2022

there's nothing happen when I importing data but it's happen when I preview data.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2022 Jun 15, 2022

What does you mean with preview?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 15, 2022 Jun 15, 2022

1121.pngexpand image

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 15, 2022 Jun 15, 2022

I preview from the top menu. and I try to use 

  • <?rep_field="BODY_START"?>
  • <?rep_field="T1_G1"?>
  • <?rep_field="BODY_END"?>

for Defining Groups of Repeating Fields but it's not work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2022 Jun 15, 2022

Acrobat doesn't support this.

Use following format for the import of form data:

<?xml version="1.0" encoding="UTF-8"?>

<fields>
<Text1>text</Text1>
<Text2>text2</Text2>
</fields>

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2022 Jun 15, 2022

The Preview command is not for viewing data, but for viewing the form fields and how they look like on the page. To view the actual data in the fields you need to close the Edit Form mode entirely and return to the normal viewing mode.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 15, 2022 Jun 15, 2022
LATEST

Finally, the data is rendered in the form, but not all of it. Bu the way thank you all for helping me. I appreciate it

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines