Hello,
I am using CR 8.5. My problem is that I have a list of files with names repeated. However some of their other attributes differ. I have created a group based on these file names.
If I do a simple count of how many files with a particular name(basically a group count)using Count(filename,filename) in the group header I am getting correct answer.
Now I need to do a count of files within a group which satisfy certain attribute conditions like filename.lengthoffile = 80.
I tried using "Count(filename,filename,cond)"
for cond above I used a formula with boolean return value, it gives me syntax error.
I would appreciate if anyone could give an example of what should go in "cond" in "Count(filename,filename,cond)" or suggest any other way to solve this problem.
Thanks and Regards,
Gaurang
I am using CR 8.5. My problem is that I have a list of files with names repeated. However some of their other attributes differ. I have created a group based on these file names.
If I do a simple count of how many files with a particular name(basically a group count)using Count(filename,filename) in the group header I am getting correct answer.
Now I need to do a count of files within a group which satisfy certain attribute conditions like filename.lengthoffile = 80.
I tried using "Count(filename,filename,cond)"
for cond above I used a formula with boolean return value, it gives me syntax error.
I would appreciate if anyone could give an example of what should go in "cond" in "Count(filename,filename,cond)" or suggest any other way to solve this problem.
Thanks and Regards,
Gaurang