Someone please look at this

I have tried like 4-5 times to publish this face, and it will not go through. I see nothing wrong with it. TIA!

1 Like

I am not sure if this is Right .
Obviously it works in creator .

$#BLN#<11?floor((#DWFSS#/2)%2)*100:0$

Also I am not sure about this

$#Dd#<10?0#Dd#:#Dd#$

You can use

(pad(#Dd#,2))

I have used this in a publication

$#Dd#<10?0:$#Dd#

Only slightly different .

I can not see why any of this would stop a publication . Make a seperate test with just these in . I think Marvin is being fussy about Syntax right now .

I did not find anything either. But as @russellcresser says, perhaps the 1st formula may cause an issue. And to note “pad” is not WFF compatible…

3 Likes

Cool thanks tom I forget .
.
I published this and it failed

$#Dd#<10?0#Dd#:#Dd#$
.

1 Like

Hey @tom.vannes . I see pad does not flag as an issue . This is a real Shit show for sure . I feel extremely sorry for those starting out . Facer used to be a Playground it is more like a Penitentiary these days .

1 Like

I published this and it passed . Remember to format protect Formulas posted Here .
.
$#Dd#<10?0:$#Dd#
.

2 Likes

I hope Marvin will settle down soon. Google must be serving him caffeine-laced treats lately. The playground is still there but it is plagued by sinkholes.

2 Likes

This published OK .
.
$#BLN#<11?floor((#DWFSS#/2)%2)*100:0$
.
it works

1 Like

I got it now, thanks guys!! You guys are awesome help!!

3 Likes

I hope your font name does not cross some “brand name”
image

3 Likes

So do we think it was your Date Leading Zero that was the issue ? The flashing battery test has had 2 Syncs ???

1 Like

In a time display you can get a leading zero for the hours like this (floor(#Db#/10))(#Db#%10)

4 Likes

Yes of course . :+1: :slightly_smiling_face:

2 Likes