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: 
Not applicable

Nprinting HTML format Formula

Hi

The issue in nprinting

I have 2 different connections in nprinting Conn1 and Conn2

Some Variables -

Conn1 -> Var1

Conn1 -> Var2

Conn2 -> Var3

I html template i want to addition as Var1+Var2+Var3

I tried as formula but formula is totally on connection base.

I stuck.

Please help masters.

Thanks.

Lokesh

4 Replies
Not applicable
Author

Hi

Can anyone help me on this.

Thanks.

Lokesh

Anil_Babu_Samineni

May be this?

<html>

<head>

<script>

var1=15;

var2=20;

var3=30;

Variables=var1+var2+var3;

document.write("sum of numbers is: " +c);

</script>

</head>

</html>

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Hi Anil

Thanks  for reply.

This is not working in nprinting. In mail notification is coming as blank.

And if i do preview then its asking me allow blocked content.

Please guide.

Thanks.

Lokesh

Edge
Creator
Creator

Hello,

 

JavaScript doesn't work in email.