I'm experimenting with a form right now and I'm using repeats as a counter, so that whenever the user sees a certain plant, he creates another record in RepeatA, and when he sees a different plant, he makes a record in RepeatB, etc.
The values of the repeats are then calculated to get the ratio of one to the other, etc.
I only care about the calculations.
Is it possible to use the repeats but not end up with the related tables created by using them? I really don't need 6 extra tables that have single-field records with a value of "1".
I'm looking for something akin to bindtype:null.
Is this possible?