Rachel Moring Posted May 11, 2022 Share Posted May 11, 2022 I have two data sets - one has depth values every 30' and the other has depth values every 100'. I am wondering if there is a way that I can have an associated value for the 100 depths applied to three consecutive values with the 30' depths. Link to comment Share on other sites More sharing options...
Fabian Duerr Posted May 12, 2022 Share Posted May 12, 2022 I see three options here: Try to create a common column that you can use for the join by using a binning function on your time column. Make sure to use a transformation for this column, not just a simple calculated column. Otherwise you can't use the column for the join. Make a full join of your tables. Create a calculate column for your condtion. Then add one more transformation to create final table by filtering to your condition. Write a data function for the approximate or overlapping match. For more information check my answer in the following link:https://community.spotfire.com/questions/common-data-periods Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now