Skip to Content
-1
Jan 04, 2023 at 08:57 PM

Issue While Storing data from ODATA Model into JSON Model

142 Views Last edit Jan 05, 2023 at 10:25 AM 2 rev

This is regarding a network graph project we have been working on. We are consuming the data from two entity sets of our ODATA service and after passing filters storing the output into a JSON model. then we are binding the same data and displaying the graph. Now, the problem is whenever we are directly binding nodes and lines with corresponding entity sets directly its working fine. But whenever we are storing the data into JSON model, the type of the int parameters are suddenly changing themselves into strings which is causing issues. Kindly, help.