Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Table functions

Hi,

I have a question about the use of the only function.
I made the following expression:

Only ({<Startdatum_AO ={'>=$(Vanaf)<=$(Tot)'}> +
<Einddatum_AO={'>$(Vanaf)<=$(Tot)'}> +
<Startdatum_AO={'<=$(Vanaf)'}, Einddatum_AO={'>=$(Tot)'}>
}
if(Startdatum_AO < Vanaf, Vanaf, Startdatum_AO))

It shows the correct information but when a record is 2 times in the database it only shows 1 of the records.
We expect that's because the ONLY function.

Does anybody know how the get both records out of the database?



0 Replies