I created a user defined link. How do I edit the link so it is using the correct linking fields? Can you join one query to another using a calculated column. I am sure there is a way to do this but due to my lack of experience using SAS Enterprise Guide, I am at a loss. I created these two queries and now I want to join them using a calculated column.
Maybe if I explain more of what I am trying to do, someone can point me in the right direction. I bring in 4 oracle tables. I take each table and filter what I need and run the query for each table.
Now I want to take the results from each table and join them with the appropriate joining fields. I did export the results of each of the tables and them brought them back in and joining to one of the results query. That works but there must me a better way.