Posted 23 May 2019, 1:20 pm EST
Hi,
I have e.g. the following data structure [itemsource]:
[{‘number’:‘2,99’,‘bool’:‘true’,‘date’:‘13.10.2019’},{‘number’:‘1,28’,‘bool’:‘false’,‘date’:‘01.12.2018’}].
These data should be displayed in the following columns:
- number of type Number (2)
- bool of type Boolean (3)
- date of type Date (4)
This actually does not work because the data’s are strings. Is there a way (e.g. by using the collectionview) to convert the above data without manipulation of the original itemSource ?
best regards,
Andreas