I am trying to set up a count flow field with this goal in mind. Count how many disctinct occurences of a certain set of criteria happens. For example:
Table data:
Sale # Customer #
TS00001 C0000001
TS00001 C0000001
TS00001 C0000002
TS00001 C0000003
TS00001 C0000003
I need a flowfield set up to tell me how many distinct occuances of customer number there are for the sale number X (in this case TS00001). So the flowfield in this occasion should return 3.
In SQL you could use a SELECT DISTINCT, but no SQL is allowed here.
Any suggestions? <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" />
Ron
0
Comments
cheers,
MCP,NCPS,NCSD,NCSQL,WSSL,WSSD,WSWD