Hey, I have a simple problem as I want to use countifs and sumifs functions in Alteryx. I have two datasets and I need to find out how many times a certain corporation ID appears in other dataset in a given time period.
Dataset1 is like this:
Column1=CorporationID, Column2= date1, Column3=date2.
Dataset2 is like this:
Column1=CorporationID,Column2=date3,Column3=price.
Now I first want to know how many times corporationID in dataset1 appears in dataset2 based on a condition that date3 falls between date1 and date2.
Second, I want to know what is the sum of "price" based on corporationID and certain daterange. I attached an excel and I would like to reproduce those results in Alteryx.
Excel has both example datasets.