Hello,
I have a mashup consisting of a drop down menu, a date picker, a collection widget that fetches two different mashups with line and bar charts, and finally a grid advanced widget that is populated with the same values that those charts show.
When I select the first item from the drop down menu (first time I choose an item, not the first item in the list), or when I change the date, the values and the fields of the grid are populated correctly. However, when I change the item in the drop down after that first time, the configuration of the grid is lost. The field names of the grid stay the same as the previous selection and the values, although correct, are placed in the wrong columns. I've attached an example of this issue.
I initially did not have a specific configuration string on the grid but even after creating one the error stays the same.
What could be causing this issue?
Thank you in advance.
Solved! Go to Solution.
Hi @slangley
Thank you so much. However, thankfully, I found the solution. Instead of calling the config file creator at the same time as the service that populates the grid, I added the "ServiceInvokeCompleted" function between the two services and that fixed it.
Thank you!
Best regards,
Manuel
Hi @MP_10287512
It may be best to open a case for this. I will be happy to open one on your behalf if you would like.
Aside from the case, you could try using the browser Dev Tools (F12) to troubleshoot the problem.
Regards.
--Sharon
Hi @slangley
Thank you so much. However, thankfully, I found the solution. Instead of calling the config file creator at the same time as the service that populates the grid, I added the "ServiceInvokeCompleted" function between the two services and that fixed it.
Thank you!
Best regards,
Manuel
Which service was called first? does it matter?