Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am creating some Select statements and faced this ! mark near the field name.
What does it mean?
Thank you
Hi there,
just had a play about:
so it means your column has a data type of IMAGE
HTH
Andy
Hi,
While you load images into qlikviews in-memory database by specifying the Bundle keyword with the load statement.There you will see this icon.
Regards,
Mayank
Hi there,
just had a play about:
so it means your column has a data type of IMAGE
HTH
Andy
How could I ignore this type of data?
I do have the simple Extraction statement:
SUB data (table, name)
[$(table)]:
SQL SELECT *
FROM CS_APP."$(table)";
STORE [$(table)] into
DROP table [$(table)];
END SUB
Hi,
If you dont want that field just don;t populate that field.Instead of select * write each field name and ignore the image field..
Regards,
Mayank