Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to make a bar chart, in which we can see the number of contracts. But the vehicle order of the contract needs to be the first vehicle order by date and its needs to be the a "Main" order.
I have ben looking all over this place and searching the net but just can't get it right.
=Aggr(count(DISTINCT if(VoertuigorderType='xx' and VoertuigorderExterneStatus <>'xx' And Leasemaatschappij<>'xx' and Leasemaatschappij<>'xx' and ProductBeschrijving<>'xx', ContractReferentie))min(VoertuigorderBestelDatum),ContractReferentie))
who can help me out with the measurement?
please post some sample data and expected output