09-21-2014 10:42 AM
How can i show myrecordset datas in a table without "value ->" or in a array of clusters without "value->"
Thank you.
Solved! Go to Solution.
09-21-2014 11:04 AM
09-21-2014 11:37 AM
That is how a variant looks. How would you like to display the data? Where is this data coming from?
The short answer is that you will want to format all of the data into strings and then use a Table. But how to convert all of your data to a string could be interesting, depending on how your application is put together.
09-21-2014 09:59 PM - edited 09-21-2014 09:59 PM
Use database varient to data. After conversion -> will not appear. See image for reference
09-22-2014 02:19 AM
I added my db table and my block diagram.
Ranjeet I did but i cant set type my db dable have numeric + string + date but when i try create a empty cluster like my columns i see type error (broken wire) in attachment 1.PNG
09-22-2014 03:33 AM
Now i fix my problem. Thank you for your help.