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: 
Anonymous
Not applicable

how to show an alarm message in a table?

hello everyone,

I ask if it is possible to disable a table showing an alarm message.

I have to do is:

- A user can select the year from a list box

- If the year is equal to 2014 the table should be disabled showing a message, something like when you get the message "Out of object memory"

- If the year is equal to 2015 the table is normally shown

it is possible to do?

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

In general tab of the table go in "Calculation condition" and write
GetFieldSelections(year) <> 2014

then use error messages button, select the "calculation condition unfullfilled" item and write there your error message

let me know

View solution in original post

4 Replies
Anonymous
Not applicable
Author

On the General tab of the Table Object add a Calculation Condition something like :

     not [Year] = 2014

Anonymous
Not applicable
Author

Hi Mattia,

I think you can use the calculation condition on the general tab for that.

You can adjust the error messege in the same tab below.

Is that what you are looking for?

Dennis.

alexandros17
Partner - Champion III
Partner - Champion III

In general tab of the table go in "Calculation condition" and write
GetFieldSelections(year) <> 2014

then use error messages button, select the "calculation condition unfullfilled" item and write there your error message

let me know

Anonymous
Not applicable
Author

yes, I had already set the message but did not know where to set the control