lsxforo
Member
Hello.
There is a need to store of multi checkbox data, so I used ARRAY_SIMPLE and TYPE_SERIALIZED in DataWriter then I have got some blob data like this;
row sample;
	
	
	
		
In my view page but it won't parsed. I don't know the next step to view this value properly.
How can I manipulate this value for read in template?
Could I use <xen:if is="{ }"> statement to seperate it?
				
			There is a need to store of multi checkbox data, so I used ARRAY_SIMPLE and TYPE_SERIALIZED in DataWriter then I have got some blob data like this;
row sample;
		Code:
	
	a:4:{i:0;s:6:"mitem1";i:1;s:6:"mitem2";i:2;s:6:"mitem3";i:3;s:6:"mitem5";}
	In my view page but it won't parsed. I don't know the next step to view this value properly.
How can I manipulate this value for read in template?
Could I use <xen:if is="{ }"> statement to seperate it?