Newbie3 Posted April 6, 2005 Posted April 6, 2005 So I have a system of tracking the progression of orders. After so many steps it is considered completed. I currently have a portal showing that progression of all the different orders. The question: Is there a way so that when the final step is marked off as completed, that order will no longer show up in the portal?
dkemme Posted April 6, 2005 Posted April 6, 2005 The trick here is to use a calculation in the relationship the portal utilizes something like case ( steps = "Yes" ; OrderID ; "" ). As long as the text field steps has "Yes", the calculation will contain the OrderID, or whatever you use for the relationship. When an order is completed, set steps to something other than "Yes" and the calculation will return a blank, and that order will disappear from the portal.
Recommended Posts
This topic is 7171 days old. Please don't post here. Open a new topic instead.
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