Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi. I am new to Thingworx. I want to show my alert list assigned to my thing . The alert list data has child infotable in an parent infotable as received from generic GetAlertDefinitions service. I am unable to show child data in my grid in my mashup. I am confused whether I need to join the child infotable to the parent infotable with service (if there is solution to this, please advice) or I need to make some changes in configuration in my mashup. Does anyone knows the solution to this?
Solved! Go to Solution.
Hi @Calvin_Lua ,
I guess you can add another Grid for displaying the child data, and then you just need to bind the selected row of the parent infotable to it.
Or, you can open up the infotable in your custom service and create a bigger infotable, including all lines from either the parent infotable or child infotable, though I think the efficiency might be bad.
Hi @Calvin_Lua ,
I guess you can add another Grid for displaying the child data, and then you just need to bind the selected row of the parent infotable to it.
Or, you can open up the infotable in your custom service and create a bigger infotable, including all lines from either the parent infotable or child infotable, though I think the efficiency might be bad.