You need to sign in to do that
Don't have an account?

Write out data in like a word document rather than table?
Hi, I was wondering if any of you have some kind of code sample that writes out data from a query like this:
My_Object.Field_A
My_Object.Field_B
My_Object.Field_C
My_Object.Field_A
My_Object.Field_B
My_Object.Field_C
And then I can just add dividers between each record that is written out this way. I basically want to simulate a basic report or word-style document, rather than using the usual pageBlockTable element.
Hello there, You can specify the columns if you just want all the fileds in one column.
Hope this helps!!