Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
cliff_clayman
Creator II
Creator II

How to edit a formula in NPrinting on a PowerPoint

I have a formula for a title in a PowerPoint file in NPrinting and I'd like to know how I can edit it to be formatted a specific way.  I have a variable named Year and the value looks like '2017'.  I want my title to look like this:

FY17

My current formula is this:  'FY' & vYear

Can I edit the formula to just give me the last two digits or do I have to handle it elsewhere?

1 Solution

Accepted Solutions
Anonymous
Not applicable

'FY' & right(vYear,2)

View solution in original post

3 Replies
Anonymous
Not applicable

'FY' & right(vYear,2)

cliff_clayman
Creator II
Creator II
Author

Perfect, thank you.  Is there somewhere I can find the syntax I can use in editing formulas in NPrinting?

Anonymous
Not applicable

it should be the same syntax as in QlikView...