Hi guys.
I produce descriptive statistics spreadsheet in STATISTICA.
I output it in a workbook but have no idea on how to change its name from default.
Specificly these are a within group descriptive statistics spreadsheets so new names are just grouping variable values. I've tried setting its Item's name property with no change (the same default name):
Set S1=newanalysis.Dialog.Summary.Item(1)
S1.Name="Multiple"
Has anybody known what was the problem ?
I produce descriptive statistics spreadsheet in STATISTICA.
I output it in a workbook but have no idea on how to change its name from default.
Specificly these are a within group descriptive statistics spreadsheets so new names are just grouping variable values. I've tried setting its Item's name property with no change (the same default name):
Set S1=newanalysis.Dialog.Summary.Item(1)
S1.Name="Multiple"
Has anybody known what was the problem ?