arnab28
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueHow to add thousand separator symbols in equation code.
is the code like CONCATENATE(IF(fieldname509<0,’-‘, ‘,’), ‘$’, PREC(ABS(fieldname509),2));or another way we can do?
Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueThnaks for your code, its working as expected. but Symbol for grouping thousands its not working when i am using your code .
for example code is CONCATENATE(IF(fieldname482<0,’-‘, ”), ‘$’, PREC(ABS(fieldname482),2));
result value is $xxxxx.xx
but i am looking for value like $x,xxx.xx
Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueWhen i use CONCATENATE(IF(fieldname434<0,’-‘, ”), ‘$’, ABS(fieldname434)); equation i got the value but thre are two decimal value is not shown.
i am getting value is -$xxxx .but i am looking for value like -$xxxx.xx
Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issuestill your code is not working ,
please check my calculator form , see the url (https://bsbtest.assiduusinc.com/duodenoscope)Please check two fileds
fieldname434 and fieldname894Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueI have tried my equation in fieldname434 please see the below URL for a screenshot of this particular filed calculation (https://ibb.co/fkxMP8D)
there is another field where i tried your formula please see the below screenshot
url (https://ibb.co/DgwzM5z)Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueI have tried this formula in my calculated filed, but its not working.
Forum: Plugins
In reply to: [Calculated Fields Form] – sign position issueIs it possiable all calculated field use this formula?
is it possiable any jquery forula to use all calculation field onlyForum: Plugins
In reply to: [Yoast SEO] Keyword does’t show in view sourcerecently i am getting one issue in
style.css:1 GET https://calculators.singleuseendoscopy.com/webfonts/2EE68F_8_0.woff2 net::ERR_FAILED
(index):1 Access to font at ‘https://calculators.singleuseendoscopy.com/webfonts/2EE68F_8_0.woff’ from origin ‘https://calculators.singleuseendoscopy.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
style.css:1 GET https://calculators.singleuseendoscopy.com/webfonts/2EE68F_8_0.woff net::ERR_FAILED
(index):1 Access to font at ‘https://calculators.singleuseendoscopy.com/webfonts/2EE68F_8_0.ttf’ from origin ‘https://calculators.singleuseendoscopy.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
style.css:1 GET https://calculators.singleuseendoscopy.com/webfonts/2EE68F_8_0.ttf net::ERR_FAILEDplease help me how to resove that?
Forum: Plugins
In reply to: [Yoast SEO] Keyword does’t show in view sourceThen can I not use the old version of the Yoast SEO plugin there I am using the meta keyword section?
is it a good way to solve my problem?
Forum: Plugins
In reply to: [Yoast SEO] Keyword does’t show in view sourceThanks for your response. but I saw your suggested plugins but those are not SEO-related plugins and there are no options for added meta keywords.
is it possible can I add some custom code in Yoast SEO to enable the meta keyword section?
if your answer is yes can you help me out to provide the custom code?Forum: Plugins
In reply to: [Yoast SEO] Keyword does’t show in view sourceIs it possible i get back the meta keyword option? because I need to show keywords on my website page source code. help me with some options?
Forum: Plugins
In reply to: [Calculated Fields Form] How value number is 1 onlyHello sir,
for my input sheet form if i enter some value and remove then again if i put some value over there then value will not match the previous equation, is there anything i want to chnage?
Forum: Plugins
In reply to: [Calculated Fields Form] How value number is 1 onlyThanks for the reply, just a conformation about the formula instaed of fieldname1 can i use fieldname1_cb0,fieldname1_1_cb1,fieldname1_1_cb2 fields?
IF(IN(‘ReprocessMethodSHLD’,fieldname1),0.01,IF(IN(‘ReprocessMethodDHLD’,fieldname1),0.015,IF(IN(‘ReprocessMethodSter’,fieldname1),0.025, 0)))
Forum: Plugins
In reply to: [Calculated Fields Form] How value number is 1 onlybut in my form, I need to select multiple options. is it possiable any solutions whre i select two option but value will show only minimum value.
for example
1.ReprocessMethodSter – 2.5%
2.ReprocessMethodDHLD – 1.5%
3.ReprocessMethodSHLD -1%if i selected 1 and 2nd option then result show only lowset value for those two.
Forum: Plugins
In reply to: [Calculated Fields Form] How value number is 1 onlyI am using a check box there are three value
1.ReprocessMethodSter
2.ReprocessMethodDHLD
3.ReprocessMethodSHLD