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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show Info in Caption

Hi,

I need to deactivate Show Info in the Caption of a list-boх. But I don't see how I can do it in Properties.

See the file attached.

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Digvijay,

this looks like a possible solution, but I can't see this setting in my app. Do you see this option on security tab?

Larisa, I think you can disable the info button per list box on layout tab:

AllowInfo.png

View solution in original post

8 Replies
swuehl
MVP
MVP

If you don't need to show the info anywhere in your application, remove the INFO LOAD from your script.

Anonymous
Not applicable
Author

I don't load INFO. But I load images as Bundle because I need a corresponding image for every city.

like this:

'images:

Bundle LOAD Город,

            ImagePath

FROM

QVDs\city.qvd (qvd);'

But still I don't need Info icon in the Caption. QlikView automatically added this icon. Is it possible not to show it?

Digvijay_Singh

Not sure but this is mentioned in the ref manual which can help - some setting in Sheet Properties\Security tab -


Sheet Properties: Security.

Allow Info When the Info (page 245) function is in use an info icon will be displayed in

the window caption whenever a field value has information associated to it. If

you don't want the info icon to be displayed in the caption, you can uncheck

this option.

swuehl
MVP
MVP

Digvijay,

this looks like a possible solution, but I can't see this setting in my app. Do you see this option on security tab?

Larisa, I think you can disable the info button per list box on layout tab:

AllowInfo.png

settu_periasamy
Master III
Master III

Hi check the details about "info" here

Info on INFO or What is the “i” for? | Qlikview Cookbook

Anonymous
Not applicable
Author

'Allow Info' is unchecked but it is still displayed.

Anonymous
Not applicable
Author

Digvijay, swuehl

Thank you!

Digvijay_Singh

Even I didn't see it in security tab but I guessed it would show dynamically in real app where info load or bundled load is done. The very clear desc in ref manual improved confidence level of my guess.