Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Extracting data from a table in a web form

Avatar

Level 2

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

mayank_singh_0-1619774060027.png

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @mayank_singh ,

 

Can you please share the error & queryDef statement?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi @mayank_singh ,

 

Can you please share the error & queryDef statement?

Avatar

Level 2

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