arnab28
Forum Replies Created
-
I understand your 1st point, isted of % I used a number that’s okay, but I didn’t get your 2nd and last point. can you make a sort video for that . insted of use this value 2.5% = 0.025, 1.5%=0.015 and 1% = 0.01.
I am using checkboxes where I am using three options for selected. like 1st value is (2.5%), 2nd value is (1.5%) and the third value is (1%). when i selected 1st and 2nd option at at time then i will get value (min(2.5%,1.5%)= result is 1.5%) and when i seceted 2nd and 3rd option i will get value(min(1.5%,1%)= result is 1%) and when i am using 1st and 3rd option i will get (min(2.5%,1%)=result is 1%) and last when i seleted all three value i will get value like (min(2.5%,1.5%,1%)= result is 1%).
how can I make that?I want to store this value in the calculation field. when I selected individually I will get the right answer but when I select two options then I am facing this problem.
One more question is can I use the condition tag in the calculation file but when I am using the condition tag on mail body, it works fine, but I want to capture the condition tag value in the calculation filed. how can I make that?
I think you do not understand my point.
please check these two URL, https://ibb.co/0G42vT6 and https://ibb.co/PtFBXyy
this two image is one calculation filed section.in predefine value I enter 45,000 and calculation field I used filedname42 value, i am looking for like when user doe’s not entered anything in fieldname42 then default value 45000 capture on calculation field or when the user enters a value in fieldname42 then calculation filed capture the only user enter the value, doe’s not capturing predefine value(45,000).like if the user doe’s not entered any value we need to use the default value, or user enters any value we can’t use the default value, how can I make that?
If the user does not enter any value how by default value I am used in the Calculation field for other calculations?
right now I need one more help here I generate two different pdf but I need pdf attachment like if the value is greater than 0 then revied pdf1 with mail attachment or if the value is less than 0 then I receive pdf2 with mail attachment.
I am trying to content form the support forum option, I am generating a ticket also. ticket number 653395. But no one can reply that’s why I am messaging here.
Include attachment option is selected. it is yes. I received pdf attachment with the mail but I didn’t receive a CSV attachment with an email, why this problem is happened?
I want to use this function in the number format (Percent) field. there is No “Set Equation” attribute option are there
Hello sir,
Thanks for your help. Can I write this function code in HTML content under script tag or some other place?
How can I create a new error message using this Cff plugin. I want to create like sum of three field number always up to 100% if it’s not then its shown some warning message
It’s not showing text while I put this Text Area filed name like (fieldname1)
Like in Text Area filed i put some text in Predefined Value.I want to show this Predefined Value in Calculated Field. How can i make that?
How can I show text field text on calculate field? I had tried on this but its not showing.