Hi There
I’d like to remove “success”, “error”, “sell_pressure” columns from datatable filtering
I’m doing this:
the problem is that I don’t know how to select “sell_pressure” wich is inside “data” and “0”.
I’d like to have some support here.
Thanks in advance
ppr
(Peter Preuss)
March 29, 2022, 11:19am
2
may we ask you for some more details?
How is the JSON converted to the datatable
can you share some details / samples form the datatable and its structure
Thanks for support
Hi Peter
I’m converting by the simplest way
Nothing “fancy” around here. I think…
Thank you
ppr
(Peter Preuss)
March 29, 2022, 11:39am
4
Yes, but we dont know the JSON and cannot check the resulting datatable structure. What we want to check on how the JSON nested structure is mapped to the Datatable column structure
Thats why we asked also for:
I thought the structure was in that picture:
in raw format is like:
{“success”:“true”,“error”:“false”,“data”:[{“trend_score”:49.34,“buy_pressure”:52.61,“sell_pressure”:47.39,“timestamp”:“2022-03-29T10:56:00.000Z”}]}
Thank you once again Peter.
ppr
(Peter Preuss)
March 29, 2022, 11:46am
6
Please help us by not let remaining questions open:
this was an enhanced visualization, but not rwa json
data Property has a nested JArray and we need to know the corresponding datacolumn structure.
Otherwise we would create the datatable from JSOn by a LINQ statement
ppr
(Peter Preuss)
March 29, 2022, 11:53am
7
As an alternate you can obtain the datatable from the JSON
by:
and remove the unneded column as you had startet with the filter datatable activity
1 Like
system
(system)
Closed
April 1, 2022, 11:54am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.