Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data loaded from database are truncated

Hi all.

I have a problem loading a very long text field from SQL database.

Data retrieved are truncated.

In database, field Terms in table "myTable"  is "In terms of contract fulfillment and recruiting, the positive of oDesk is that you can allow freelancers within your agency to work on their own, in addition to what you provide"


doing:

TAB_TERMS:

select Terms from myTable;

STORE * FROM TAB_TERMS INTO $(V_PATH_QVD)TAB_TERMS.qvd;

I have, in QW:

"In terms of contract fulfillment and recruiting, the positive of oDesk is that you can"

What's wrong? Is there a limit of char number that QW can manage?

Thanks in advance for reply

luca

0 Replies