Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Has someone encountered (and been able to fix) the following issue?
We have GTIN-codes (e.g. 6415131402342) in a vizlib table. Original data source is azure databricks. When exported from QS to excel we get a small portion of the rows so that the GTIN-code column is somehow not matching a seemingly completely identical value (while doing vlookup etc. in excel).
There is no identifiable common factor explaining why some of the rows are not being interpreted correctly:
An example:
We have GTIN
6410402149469
We compare to same number from another sheet, we are able to match it. .--> OK
Then we might have
6410402121114
This exact same number is present when doign the comparison but results in #N/A
The issue you're describing with GTIN codes not matching in Excel after being exported from Qlik Sense is odd. Here are possible factors that could be causing this problem and potential solutions:
Formatting During Export:
Data Type Issues:
Text()
function in your load script, like this: Text(GTIN) as GTIN
.Excel's Automatic Conversion:
Hidden Characters:
PurgeChar()
function in Qlik to remove any potential non-printable characters before exporting.Precision and Large Numbers:
CSV Export:
Regional Settings:
Excel Import Method:
File Format:
Macro or Script:
Vizlib Specifics:
Remember, the goal is to ensure the GTINs are treated and remain as text strings throughout the entire process, from Qlik Sense load script, to sheet visualization, to export, and finally to Excel import. If none of the above solutions work, I recommend reaching out to Qlik Support for further assistance, as this might be a more intricate issue with the software itself.