How can i manipulate a Excel spreadsheet when i want to write exactly 500 features each sheet?
Greetz
Franco
How can i manipulate a Excel spreadsheet when i want to write exactly 500 features each sheet?
Greetz
Franco
A little maths should sort you out. The attached creates a unique id for each feature, then using the floor function puts every feature into a group of 500 features. You then use that attribute group id as part of your sheet name so that you can fanout sheets by groups of 500.
Hope that helps, Dave
Thanx Dave!
One Question again...
I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row
but only on the first sheet!
like this
how can I do this?
Greetz
Franco
One Question again...
I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row
but only on the first sheet!
like this
how can I do this?
Greetz
Franco
So, 501 records is allowable on Sheet1 or must it be 500 including the fixed record?
One Question again...
I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row
but only on the first sheet!
like this
how can I do this?
Greetz
Franco
You could do it like this, Creators allow you to send the feature before the main flow. If this doesn't work you could perhaps sort the features.
i have a column line also.....(component, Nominal Diameter,....)
so now i have 501 on each sheet
and i needed it on 501 incl. new line
Greetz
Franco
thanx dave ids start at 1 and the insert line id is 0
Great
Greetz
Franco