How to set format for Distribution platform output?
Analyze=>Distribution
gives (by default) the following format:Level Count Prob
1 4 0,03846
2 32 0,30769
3 57 0,54808
4 11 0,10577
Total 104 1,00000but I need so:Level Count Prob
1 4 3,8%
2 32 30,8%
3 57 54,8%
4 11 10,6%
Total 104 100,0%It's easy to obtain if call (by double-clicking on it):
"Column Numeric Format".OK! But it works for ONE variable! But I have MANY vari...