pralash
23rd November 2017, 11:25
Hi,
I'm new for LN Programming... Normally I'm adding my own variable in the particular layout and will get the result in the report. But right now, I want to add my array variable in the report layout... I don't having the proper idea about it. So can anybody please let me know that how to add the array variable in the report input field as well as in the report editor.
My script as follows in detail layout 3 as follows
detail.3:
before.layout:
cnt = 1
after.layout:
if cnt<=sort.index then
cnt = cnt + 1
layout.again()
endif
Here sort.index is an array which is holding n element and also which is declared in the programming script...
Please find the attachment for further reference...
Thanks in advance...
Regards,
Pralash
I'm new for LN Programming... Normally I'm adding my own variable in the particular layout and will get the result in the report. But right now, I want to add my array variable in the report layout... I don't having the proper idea about it. So can anybody please let me know that how to add the array variable in the report input field as well as in the report editor.
My script as follows in detail layout 3 as follows
detail.3:
before.layout:
cnt = 1
after.layout:
if cnt<=sort.index then
cnt = cnt + 1
layout.again()
endif
Here sort.index is an array which is holding n element and also which is declared in the programming script...
Please find the attachment for further reference...
Thanks in advance...
Regards,
Pralash