My apologies for the confusion. I simply wanted to filter out how many rows met both conditions, for example out of the 5 detached properties, 3 are sold. I wanted to see how many are reserved, but at the same time I don't want to include any other house types that are reserved.
Using 2 "| selectattr", I was able to combine the conditions into 1 and therefore calulate how many properties met both criterias:
My apologies for the confusion. I simply wanted to filter out how many rows met both conditions, for example out of the 5 detached properties, 3 are sold. I wanted to see how many are reserved, but at the same time I don't want to include any other house types that are reserved.
Using 2 "| selectattr", I was able to combine the conditions into 1 and therefore calulate how many properties met both criterias: