Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are planning to develop dynamic solution where it will be possible to input(via script/SQL table) which of the slides need to be skipped for some customers(cycle field).
It is quite possible to do if there is no paging in power point template but if slides need to be paged for each location for a client, the slide skipping logic looks quite impossible.
If each slide has individual paging field created through script, it works but order of execution is not helpful. First it creates Slide 1 for all locations, then slide 2 for all locations etc. Our need is to generate Slide 1-10 for location 1 and then again Slide 1-10(skip 7) for location 2.
Has anyone tried this before? Any kind of input is highly appreciated
Thanks,
DJ
I do not see anything in API what can be used. We need to set it up in NPrinting designer.
I was thinking about concatenated entity for page node. so a table with combination location and your "skip_slide_flag". At the moment i have no environment to test it on, but think it might be difficult. I can get back to you with this later (once i get back on my windows machine).
Hi,
Cycles creates a different PowerPoint file for each distinct value of the cycled fields.
No, with table box all slides from 6 to 11 will be generated. I don't know a way to remove slide number 7 based on a condition.
If the TB contains values A, B and C you will have the slides 6-11 for A, B and C. Then if you reload the QlikView document so the TB contains the values A and C you will have the slides 6-11 for values A and C. In all cases you will have all slides from 6 to 11.
Best Regards,
Ruggero
Hi,
Do you mean that you will not generate some slides at all? If so - that is not possible
EDIT - i stated above without checking it on recent NPrinting version - i will test it again and let you know how i go...
YEs, I could create the solution using new data tables in the script(attached) and using new fields for each slide in the paging. I made values null in script for the locations I don't need slide.
Image of data table and paging node attached.
The last hurdle is the order of slides. Existing report has only one page field and it pages thru all 6 slides. Now since I added paging for each slide. It generates slide 1 for all the location values and then slide 2 for all the values.
Any idea what can be done to rearrange slide orders, is it possible to do something through Nprinting API once it generates response to change the order?
I do not see anything in API what can be used. We need to set it up in NPrinting designer.
I was thinking about concatenated entity for page node. so a table with combination location and your "skip_slide_flag". At the moment i have no environment to test it on, but think it might be difficult. I can get back to you with this later (once i get back on my windows machine).
Thanks Lech for the guidance. Our main challenge currently is, having multiple slides per location, and we need to keep all those slides together. Two level paging is not allowed in powerpoint else I could have paged each slide on slide flag and used location field as higher level paging.
Looks like skipping slide is only possible if each slide has paging field, which is not helping to keep all slides per location together. Using slide flag as page field in each slide generates Slide 1 for all location and then Slide 2 for all location so on and so forth. We need to create multiple slide for one location and then need to move forward to another location.
Thanks again for your time and help.
DJ,