set workfile range to imported data series
Posted: Wed Dec 02, 2015 4:34 pm
I got a workfile with an equation in it, and a csv file with data in it.
I want both the workfile and the csv file merged into the same workfile, but the workfile range should equal the range of the csv file.
If i do this:
Then the range of the workfile equals the equation.WF1 (but i want it to equal data.csv)
I basically want to do this:
The range gets set to the range i want that way.
But i can't just use the import command to get the equation:
I don't know the needed range beforehand, so i can't use pagestruct either.
I want both the workfile and the csv file merged into the same workfile, but the workfile range should equal the range of the csv file.
If i do this:
Code: Select all
wfopen equation.WF1
import data.csv
I basically want to do this:
Code: Select all
wfopen data.csv
But i can't just use the import command to get the equation:
Code: Select all
import equation.WF1