Problem: dw saveas to excel, among them, a column is defined as in the oracle varchar2 (2000). Data window to submit queries are no problem, but save, namely saveas excel is, the column can only output 256 characters, a great god solve,
Other: testing saveas to text without exception,
CodePudding user response:
Modify the syntax and the definition of the field into a char (2000).CodePudding user response:
Editsource the definition of the column is char (2000), and edit. The limit is 2000CodePudding user response:
Master how did not answer me, my PB version is pb8 is related to version? For help,,,,CodePudding user response:
Try search dw2xls. PBL with thisCodePudding user response:
Can also try to save to CSV