Dyalog / ewc-client

Other
1 stars 4 forks source link

Grid uses wrong Input types #86

Closed mkromberg closed 11 months ago

mkromberg commented 11 months ago

In Demo_Issue86, we set:

{"WS":{"ID":"F1.Holdings","Properties":{ "CellTypes":[[1,5,4,3,1,2],[1,5,4,3,1,2],[1,5,4,3,1,2]], "Input":["F1.Holdings.OUTPUT","F1.Holdings.TEXT","F1.Holdings.INT","F1.Holdings.FLOAT","F1.Holdings.CHECK"], "Values":[ ["ABCD",0,1.23,5123,6301.29,""], ["DEFG",1,2.34,6750,15795,"Cannot buy or sell any of these"], ["HIJL",0,3.45,11231,38746.95,""]]}}}

In other words, the input fields by column should be: OUTPUT(1),CHECK(5),FLOAT(4),INT(3),OUTPUT(1),TEXT(2)

But we get:

image