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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gsheet text with blank "enter" rows within one cell not showing

Hello,

I have a qlikview app which reads data from a google spreadsheet using QlikWebConnectors. This sheet is a translation table for multiple languages so it sometimes contains long text strings in one cell.

An example of the sheet data:

EnglishDutchGerman
oneeenein

Text

Text

Text

Best Regards

Tekst

Tekst

Tekst

Met vriendelijk groet

Tekst

Tekst

Tekst

Mit freundlichen Grüßen

As you can see the second row consists of text with blank rows. These rows are not loaded into qlikview and the field comes up like this:

Text

Text

Text

Best Regards

We did not have these problems when we loaded this table from excel. Any ideas how to fix this (we want to keep working with Gsheet)

Regards,

Peter

1 Reply
Anil_Babu_Samineni

Qlikview consider and retrieve only unique keys. You must reload like below then null or distinct rows should come

Load *, RowNo() as UniqueKey;


Note - UniqueKey returns and retrieve all records.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful