zaky Posted August 6 Share Posted August 6 Hi all, questions. need help I make a merge function using this formula (Below) Which worked for some capsule but on the first picture, you can see the 2 cycles were merged together. should have 2 cycle. instead of 1 any ideas? Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted August 7 Share Posted August 7 Hi zaky, the two cycles have been merged as I think the emptying of the second cycle starts directly or within 1h after the reaction phase of the previous cycle. Instead of using combinewith() and merge() you can try to use the join operator, which connects two conditions: $e.join($f, 1mo).join($r, 1mo) Regards, Thorsten 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