Hi Team,
I'm trying to create iterative macro for the following data-set
Expected output:
1)If level in increase then outut column add one value after first level.
(QuesDefn Object= 'Question' then output of 1st row is '00001',
If QuesDefn=option then check level,If level =2 then Output is 00001.00001 OR if Level=3 then output is 00001.00001.00002)
Note : Level 2 consider 2 values, as like 3 Level considered 3 values.
2)If QuesDefn Index id changed and considering level=2 then
output for same 'QuesDefn Id' = 00001.00002 OR if level=3 then 00001.00002.00001
Note: This problem is regarding Questions and responses of program.
So,Question consider 'RadioButton' and option consider 'MultiCheckbox'
Each 'RadioButton' consist Unique value of 'QuesDefn index' and 'QuesDefn ID' also Each 'MultiCheckbox' consist unique valus of 'QuesDefn Index'
