Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkxathras,
Do you mean that up to 15,000 records, some rate is 25%, 15,001-30k is 22%, etc? You have a couple options on how to do it.
You could attach an ID field to your input (essentially attach a a count) and do a simple set of "IF count </> #" statements.
You could use an aggregate node, with an aggregate statement of TRUE. THis will count every single record individually. THen you create a local COUNT variable to hold how many records have passed, and use THAT to do your IF statment calculations. This avoids adding a whole new field to your data.
One of those is the way I would probably do it. Depending on how my data was organized. If you are organizing your data differently (or are trying to do somethng other than what I assume above), elaborate a bit and we can try something else.
Regards
Timon Koufopoulos