March 2, 200916 yr Hello Everyone How do I know the record is omit or not, by using calculation filed without run the script.. Example I have a table candidate. (Fields: Name, zc.temp[calculation]) With 5 records ( guru, Ram, Don, mac, win) By using find mode I will find the condition like below. [color:blue]name = guru Single record only found by this condition. the remaining records in omitted status. My requirement is: I want to set the zc.temp= "1" When the record is found. and also zc.temp = "0" when the record is in Omit status. By the above status [name]guru, [zc.temp] = 1 Other Four records are [name]ram , [zc.temp]= 0 [name]don , [zc.temp]= 0 [name]mac , [zc.temp]= 0 [name]win , [zc.temp]= 0 Without using Script. How can I complete this process. What I need to write in calculation field. What can I do for this... Can Any one Help me.
March 2, 200916 yr Author Yes.. you are right.. If the record is in omit status means the result is 0, and the record is in show at the layout means status = 1.. Thanks for ur support..
Create an account or sign in to comment