arnab28
Forum Replies Created
-
GPT AI Power: Complete AI Pack this plugin have showing error , while i am disable this plugin error will be gone
After disable the plugin this error not showing, can you help me why this error is showing only image generator prompt?
While upload photo in group avatar its showing error
“There was a problem cropping the group profile photo.”how can i solve this problem
- This reply was modified 3 years, 5 months ago by arnab28.
I am looking for an option only buddyboss plugin.
How can i add custom rule for moderator users?
Thank you so much sir, its works as expected. It really helps me a lot. thanks
I can’t use the currency field because I need to show the filedname50 value in another field. that’s why I need to use this custom code. Can you help me where I mistake my custom code.
Hello sir,
As you suggested i am using return as a part of custom equation.But now i am not getting “$” simbol.
please check the below code
(function(){
var v= fieldname50,
v = fbuilderjQuery.fbuilder.calculator.format(v, {groupingsymbol:’,’});
if(fieldname50) return ‘$’, PREC(ABS(fieldname50),2);
else return CONCATENATE(IF(fieldname50<0,’-‘, ”),’$’, PREC(ABS(fieldname50),2));
})()Hello sir,
Thanks for your suggestion.
But my custom coding works. I got the right result.
I am facing a problem is only thousands separator is not displayed with value.
You told me that a thousand separators must be included by yourself, can you give an example of how can I include that?
I am trying with that code(function(){ var v= fieldname50, v = fbuilderjQuery.fbuilder.calculator.format(v, {groupingsymbol:','}); CONCATENATE(IF(fieldname50<0,'-', ''),'$', PREC(ABS(fieldname50),2)); })()but its not works, just help me where I kept this grouping symbol code, so it will works?
I am using checkbox there are three value
1. icu
2. or
3. othersI want to show three values result in calculation fields.
when the user selects a value in ICU then only one calculation value result is showing true and the other two calculation fields are shown false.Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Zoom out in google mapOr by CSS only I can reduce zoom level?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Zoom out in google mapIs it possible to reduce the zoom level by code change?
For example CONCATENATE(IF(fieldname432<0,’-‘, ”), ‘$’, PREC(ABS(fieldname432),2));
this is the equation. form fieldname432 i am getting value. how can i add internally with fieldname432 value?Okay, I understand your point.
just one more help how to add thousand separator symbols in this previous equation.
actually, i do not find out what operator use for adding the thousand separator symbol in the calculation value.Hello sir,
right now I am using this formula
IF(fieldname418==0, ‘Unknown’, ‘$’+PREC(fieldname474-fieldname475,2))how to change position – symbol when i am getting value.
right now I am getting value like $-xxxx.xx .
but I am looking for value like -$x,xxx.xxHow can I add thousand separator symbols by itself when i am using your formula?
give me an example?- This reply was modified 5 years, 4 months ago by arnab28.