November 5, 200916 yr Newbies Hello everyone I have a field where the size of a product is described by the letter "A"; "B"; "C" I want to make a summary field that counts me how many times "A" is present, then another one for both B and C. Since the summary option does not seem to let you put an if or select case in the count calculation. how can it be achived?
November 5, 200916 yr Have you taken a look at the GetSummary function available in the calculation engine function list?
November 6, 200916 yr Author Newbies Yes I did and could not figure out how to get the intended result. Now I have a field called Count that is a summary fields and counts ids, then I have a field type where I have letters to identifify.... So the getsummary would be getsummaty(Count;type="A") I thought but it does not work. Moreover I would like to be able to run this calculation from a related table as well
November 6, 200916 yr I think you're ready to get some basic instruction in summary reporting: http://www.tinyurl.dk/11497 http://www.tinyurl.dk/11498 --sd
Create an account or sign in to comment