
ETL Actions: Combine Data
https://knowledge.domo.com/Prepare/Magic_Transforms/ETL_DataFlows/ETL_Actions%3A_Combine_DataLearn how to combine data in Magic ETL using the Append Rows and Join Data actions.
I have two data sets. I need to filter based on if the same data is in the other sheet. If so I only want that filtered data to be in the sheet.
An example is if I have a row about apples. If a row says Red. I only domo to check to see if that row exists in the other sheet and if it does give it to me in a output data source.
You are talking about datasets, so I am assuming you want to do this in a dataflow with Magic ETL. You can combine two datasets in Magic ETL with a Join tile. You would select Inner Join for the type of join and then select each of the fields that you want to use for your criteria. In your example, you would join on two fields: fruit and color. You could also use the filter tile it you knew you didn't want any other fruits in your output dataset. You can find more information about how to use the join tile here:
uh... it sounds like you're describing interactive filters, but you'r use case is pretty... vague.
in Domo it is possible to set up a filter that applies across multiple datasets. so if i have two different datasets with a column called Color... i can filter on "color = red" and then filter both datasets...