Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Exclamation mark near Field name

Hello,

I am creating some Select statements and faced this ! mark near the field name.

What does it mean?

Screenshot_1.jpg

Thank you

1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

Hi there,

just had a play about:

so it means your column has a data type of IMAGE

HTH

Andy

View solution in original post

4 Replies
mayankraoka
Specialist
Specialist

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

awhitfield
Partner - Champion
Partner - Champion

Hi there,

just had a play about:

so it means your column has a data type of IMAGE

HTH

Andy

MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

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

mayankraoka
Specialist
Specialist

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