Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [/*
  2.  
  3. In order for this reportview to open in excel the destination mime type must be
  4. set to text/csv
  5.  
  6. In some locations the default windows separator is not a comma (an indication of
  7. this would be all your data being in the first column in Excel). If you
  8. want the report to open in Excel correctly the reportview needs to be changed
  9. to use the separator for your location, or you can change the windows separator
  10. as follows:
  11.  
  12. Start menu -> Control Panel
  13. Open "Regional and Language Options" dialog box
  14. Select the "Regional Options" Tab
  15. Click Customize
  16. Change the separator
  17.  
  18. */][LL_REPTAG_COLNAME1 ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /],[LL_REPTAG_COLNAME++ ESCAPECSV /]
  19. [LL_WEBREPORT_STARTROW /][LL_REPTAG_1 ESCAPECSV /],[LL_REPTAG_2 ESCAPECSV /],[LL_REPTAG_3 ESCAPECSV /],[LL_REPTAG_4 ESCAPECSV /],[LL_REPTAG_5 ESCAPECSV /],[LL_REPTAG_6 ESCAPECSV /],[LL_REPTAG_7 ESCAPECSV /],[LL_REPTAG_8 ESCAPECSV /]
  20. [LL_WEBREPORT_ENDROW /]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement