Extracting data from a table in a web form | Community
Skip to main content
mayank_singh
Level 2
April 30, 2021
Solved

Extracting data from a table in a web form

  • April 30, 2021
  • 1 reply
  • 1239 views

Hello Everyone,

I am trying to extract data from a table and display the same on a web form using the xtk.queryDef.create() statement.

But every time it gives me an error.

The table connection is as follows with the my table

I am able to extract data till the second table but when while extracting data with the third table as highlighted above I get an error.

 

Please  help.

 

Thanks

Mayank

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Shinde

Hi @mayank_singh ,

 

Can you please share the error & queryDef statement?

1 reply

Amit_ShindeAccepted solution
Level 3
April 30, 2021

Hi @mayank_singh ,

 

Can you please share the error & queryDef statement?

mayank_singh
Level 2
May 2, 2021

Hi @amit_shinde ,

 

Thanks for your response! 🙂

 

I got the issue resolved I missed a bracket in my code.

 

It works fine now.

 

Thanks

Mayank