Original Message:
Sent: 8/4/2023 5:12:00 PM
From: David Dwyer
Subject: RE: "Text value too long" warn
Hi @Refika B,
One way to shorten the text in this dialog would be to :
- Sort the variables such that all those mentioned here are next to one another in the file
- Use the SUM(var, var ,var, ...) function rather than stringing the list of variables together with "+"
- Use the "TO" keyword.
Example:
You are trying to build somehting like:
COMPUTE newvar = var1 + var2+ var3 + ... + var1000.
EXECUTE.
Try instead:
COMPUTE newvar = var1 TO v1000.
EXECUTE.
Again, the above assumes the variables you want to sum, are all next to each other in the Data Editor.
------------------------------
David Dwyer
SPSS Technical Support
IBM Software
------------------------------
Original Message:
Sent: Thu July 27, 2023 06:21 AM
From: Refika B
Subject: "Text value too long" warn
Hello everyone. When i try to get the total score of my scale, spss gives this warn "text value too long for the current server locale". What am i supposed to do? #SPSS Statistics
------------------------------
Refika B
------------------------------