jimi Posted May 19, 2001 Posted May 19, 2001 I have two files related by the I_CODE, where I_CODE is the key of the main file (say A) and have multiple existence in second file (: In a layout of A, the portal view is: I_CODE="A0001" key_in_B,value_in_B B1, 0 B2, 0 B3, 0 B4, 10 B5, 12 .... How can I do, if I do NOT want those zero value records to be shown in the portal?
BobWeaver Posted May 20, 2001 Posted May 20, 2001 You need another relationship based on a calculated field in file B. ExcludeZeroes = case(value_in_B,Key_in_B,"") Now, the relationship for your portal should be: A:I_code = B:ExcludeZeroes
Recommended Posts
This topic is 8590 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