I am revisiting the tutorials and remain concerned by the level of coding input required as part of the setup. For example in the Data Validation Tutorial, at Slide 3 we are instructed to copy and paste into the Extend Output Variables script editor:
Data setup
I am revisiting the tutorials and remain concerned by the level of coding input required as part of the setup. For example in the Data Validation Tutorial, at Slide 3 we are instructed to copy and paste into the Extend Output Variables script editor:
// OutputVarScript
PrevSed1=Sed-Diff(Sed);
CorrSed1=Sed*(Sed>0)+(Sed=0)*PrevSed1;
PrevSed2=CorrSed1-Diff(CorrSed1);
CorrSed=CorrSed1*(CorrSed1>0)+(CorrSed1=0)*PrevSed2;
LogSed=Log(1+CorrSed);
LogFe=Log(1+Fe);
CorrSi=Si*(Si<>900)+1.2*Fe*(Si=900);
SqrtFe=Sqrt(Fe)
How are we to know when setting up a new database or project when/where/if an entry of this complexity is needed, and what it should contain?
Regards
Martin