crow Posted October 25, 2008 Share Posted October 25, 2008 I have a portal with line items. On each item I have a yes/no tax drop down. I want to add up the items that have Tax=Yes and put them in toTaxTotal. I have: If ( lineItems 2::taxYesNo = "Yes" ; Sum ( lineItems 2::sellExtended ) ) I end up with all the line items being totaled. Not just the ones that equal yes. How can I get it just to total the ones that equal Yes. Thanks in advance. Link to comment Share on other sites More sharing options...
bcooney Posted October 26, 2008 Share Posted October 26, 2008 Like this... SalesTax.zip Link to comment Share on other sites More sharing options...
crow Posted October 27, 2008 Author Share Posted October 27, 2008 Wow Thank You Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5798 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