What does the 'generatedColumns' parameter control?
0 vues
Réponse
The 'generatedColumns' parameter controls which calculated columns are added to the output tables. Options include 'ALL' for every generated column, 'NONE' for no generated columns, or specific columns like 'CUMFREQ' (cumulative frequency), 'FREQUENCY' (group frequency), 'GROUPID' (group identifier), and 'POSITION' (record's position within its group).