So practically it means if the button switch is set to variable '0', count orders with K otherwise count orders with V and in either option, the value needs to be greater than 0, then it should return me the dimension startingDate. I'm wondering why I get no returns.
Only with aggr I get the switch between these working:
Can someone explain to me why I need to aggr and put another StartingDate to the end? For me the first function was fine, its practically the same as the following single if-statement function simplified, just that it has no variable and no Status K and V filter:
if(Order>0,StartingDate,0)
Of course this one has no Status K,V filter and no variables. But it returns me every StartingDate for EVERY row, as long there is a OrderId given.