jsaltzman Posted April 28, 2003 Share Posted April 28, 2003 Can i make a calculated field appear in a layout only when it contains info or a certain number? ie: Count(sku) Results ">=2" will show a picture or simply the result but anyhting with a "1" will not appear at all? Link to comment Share on other sites More sharing options...
BobWeaver Posted April 28, 2003 Share Posted April 28, 2003 Case(Count(sku)>=2,<<pictureField or other calc here>>,"") Link to comment Share on other sites More sharing options...
cjaeger Posted April 29, 2003 Share Posted April 29, 2003 yep, but the field still shows up. You will have to set up a relationship, that is true when the value is >=2, and invalid, when otherwise. Then place a 1-row portal on your layout and place whatever you want in there. Anything that has it's upper left corner in the portal will show/hide... Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7858 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