Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I'm working with makros in qlikview for the first time.
My proböem is I just can't find a way to create a second macro in 'edit module'.
Would be great if somebody could help me
Thanks in advance and best ragards
Sebastian
Each macro begins with "sub" and ends with "end sub"
sub test
.
.
.
end sub
sub test1
.
.
.
end sub
Each macro begins with "sub" and ends with "end sub"
sub test
.
.
.
end sub
sub test1
.
.
.
end sub
perfect, thanks