Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

can't find a way to create more than one makro in qv

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

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Each macro begins with "sub" and ends with "end sub"

sub test

.

.

.

end sub

sub test1

.

.

.

end sub

View solution in original post

2 Replies
m_woolf
Master II
Master II

Each macro begins with "sub" and ends with "end sub"

sub test

.

.

.

end sub

sub test1

.

.

.

end sub

Not applicable
Author

perfect, thanks