Hello guys,
I'm currently using the following expression in order to obtain the number of aircraft flying:
=count({<DATA ={"$(=Date('26/03/21','DD/MM/YY'))"},NCIA={'AZU'},ONGR={'0'}>} NCIA)
How can I replace the value '26/03/21' by a variable called vDate1, and the value 'AZU' by a variable called vAirline?
Thank you