Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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