Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
In nprinting power point report we have Slides property to cycle on multiple slides. I am looking for similar option in Excel report in nprinting to cyclic on multple sheets. Unfortunately i couldn't find this property in excel report, please let me know if there is any alternate option, or if i missing something.
Please help!
Thanks!
Hi agree with Lech.
Another solution is to edit the worksheet names by adding a fixed string.
In this case you add the same field two times without the need of changing the script.
I forgot to mention this in my first answer, sorry.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi,
No, in Excel templates there is not a similar property.
You need to add a Page on the first worksheet and then add a second Page (with the same QlikView or Qlik Sense field) in the second worksheet.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi Ruggero,
I tried your solution but gets below error when running the report.
Error: The same worksheet name already exists.
The sheet names are the names of the page fields that i have added twice and i see both the sheet names are different as shown below
<Field_Page>
<Field_Page_2>
Please help!
yes - this is expected
my solution is:
This solution keeps all the sheet names unique and also provides logic for sheet names where i know which one is which one.
hope this helps
cheers
Lech
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi agree with Lech.
Another solution is to edit the worksheet names by adding a fixed string.
In this case you add the same field two times without the need of changing the script.
I forgot to mention this in my first answer, sorry.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Thanks both. It is working now.
one final query. This solution giving me a series of slides for field1 and then for field2 In page.
MY requirement is to keep both slides side by side for first value in field and then for second value.
is it possible to achieve this?
Thanks
Unfortunatly it is not possible.
Qlik NPrinting will create first the first worksheet with all its copies, then the second, etc.
thanks everyone for the help