How to repeat DataBand using quantity from field.
-
- Posts: 7336
- Joined: Tue Mar 20, 2018 5:34 am
Re: How to repeat DataBand using quantity from field.
Hello,
How do you run report? in which viewer, designer?
Thank you.
How do you run report? in which viewer, designer?
Thank you.
Re: How to repeat DataBand using quantity from field.
I am using php js version and in this version events are not working because report is in interpretation mode. Is there any other method to do this ?
Thank You
Thank You
Re: How to repeat DataBand using quantity from field.
Hello,
The events are working in Reports.JS.
But the code should be written in JavaScript.
Could you describe your issue more detailed with samples and we will help you?
Thank you.
The events are working in Reports.JS.
But the code should be written in JavaScript.
Could you describe your issue more detailed with samples and we will help you?
Thank you.
Re: How to repeat DataBand using quantity from field.
Hello,
I want to print Test as per qty from datafield. I attached my sample report here.
Thank You
I want to print Test as per qty from datafield. I attached my sample report here.
Thank You
- Attachments
-
- ReportSample (6).mrt
- (2.97 KiB) Downloaded 292 times
Re: How to repeat DataBand using quantity from field.
Hello,
Could you please tell me How to write event in javascript code with sample detail.
Thank You
Could you please tell me How to write event in javascript code with sample detail.
Thank You
Re: How to repeat DataBand using quantity from field.
Hello,
Please, try to use the next line:
Thank you.
Please, try to use the next line:
Code: Select all
DataBand2.countData = tbl_category.getData("category_id")
Re: How to repeat DataBand using quantity from field.
Hello,
I already used this line in BeforePrintEvent but still not work.
Thank You
I already used this line in BeforePrintEvent but still not work.
Thank You
Re: How to repeat DataBand using quantity from field.
Hello
We have checked this line.
It works right.
Please, check the countData property. It should start from the small letter.
Thank you.
We have checked this line.
It works right.
Please, check the countData property. It should start from the small letter.
Thank you.
Re: How to repeat DataBand using quantity from field.
Hello,
It works, Thank you so much for your help.
It works, Thank you so much for your help.
-
- Posts: 7336
- Joined: Tue Mar 20, 2018 5:34 am
Re: How to repeat DataBand using quantity from field.
Hello
We are always glad to help you!
Thank you.
We are always glad to help you!
Thank you.