You need to sign in to do that
Don't have an account?
Extract to Xls VS Extract to screen - Weird result using Visualforce
Hello,
I have created a visualforce page and a class and these are two different <apex:page> command that I am testing. One is for just displaying the page and one to extract to xls. Now when it creates the xls, everything looks ok. When it displays on a page then in the beggining I see all those dots that I am not sure where they are coming from. Any ideas?
PS. I am using <<apex:dataList> on the visualforce due to complex SQL on the class.
Try Apex:repeat again instead of Apex:datalist (everything else stay the same just replace datalist with repeat)
That should remove the dot dot dot....
Thanks
All Answers
Thx
Anyway, Where is the whole Apex:datalist section rendered?
It looks the OutputText may be causing it -> try removing the whole Apex:datalist section and see what is rendered.
As a common practice, if your question is answered, please choose 1 best answer.
But you can give every answer a thumb up if that answer is helpful to you.
Thanks
Thx
Try Apex:repeat again instead of Apex:datalist (everything else stay the same just replace datalist with repeat)
That should remove the dot dot dot....
Thanks
Schedules__r.Quantity__c ... I have tried it with/without "s" on Schedule