Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem

If an alert is 'validated', eliminate this alert (value) from the listBox

Hi everybody stalwar1‌,

The question is not clear, I'll try to explain what I want to do :

I have a field called alerte

Each time I can only select an alerte

Now there is a button called : validate

What I want is : when I click on an alert and validate it, I can't see no more, it disappear from the list box alerte

12 Replies
sunny_talwar

I don't really know how you use triggers in Qlik Sense, but the idea is that the trigger will assign the value of alerte to the variable

so instead of seeing Variable = alerte, you should have Variable = inputvariable (assuming this is a value within alerte)

OmarBenSalem
Author

It would be like this :

Aggr(Only({1<alerte =- {'$(=text($(selectedAlert)))'}>} alerte), alerte)

Now, I'll have to do that only when the alerte is validated...

what a piece of complex crap

OmarBenSalem
Author

And I have to be able to select other alertes without ever seing the validated alerts ever again

Without storing them anywhere , in real time, without reloading the document

I love it when customers have such amazing demands.