hi all
do i understand the step row normaliser right?
if initial table looks like:
Settings in Row Normaliser:
so shouldn't i get the result like:
PLS correct me where i am confusing?
thanks you very much in advance
do i understand the step row normaliser right?
if initial table looks like:
DATE | drink_A | drink_B | choc_C | choc_D | bread_E | cigar_F |
---|---|---|---|---|---|---|
20030101 | 1 | 2 | 3 | 4 | 5 | 6 |
... | ... | ... | ... | ... | ... | ... |
Settings in Row Normaliser:
type filed: |
group | |||||
field name: | drink_A | drink_B | choc_c | choc_d | bread_E | cigar_F |
type: |
drink | drink | choc | choc | bread | cigar |
newField: | A | B | C | D | E | F |
so shouldn't i get the result like:
group |
A | B | C | D | E | F |
drink | 1 | 2 | ||||
choc | 3 | 4 | ||||
bread | 5 | |||||
cigar | 6 |
PLS correct me where i am confusing?
thanks you very much in advance