arnab28
Forum Replies Created
-
How 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?
Thnaks 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
When 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
still your code is not working ,
please check my calculator form , see the url (https://bsbtest.assiduusinc.com/duodenoscope)Please check two fileds
fieldname434 and fieldname894I 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)I have tried this formula in my calculated filed, but its not working.
Is it possiable all calculated field use this formula?
is it possiable any jquery forula to use all calculation field onlyrecently 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 ‘http://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 ‘http://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?
Then 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?
Thanks 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?Is 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?
Hello 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?
Thanks 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)))
but 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.
I am using a check box there are three value
1.ReprocessMethodSter
2.ReprocessMethodDHLD
3.ReprocessMethodSHLD