Under Review
over 2 years ago

3rd part Data Fields on Venu Sq have unreadably small font

I tried installing Calculate Formula and AppBuilder5 datafields. They both show the calculated data in a very tiny font.
I contacted both the developers and was told by the CalculateFormula developer that the font size is fixed for simple data fields.
This seems to be a problem for Venu Sq watches.

  • I changed format to Number, and I tried Decimal, but that didn't help. Thanks for your help. It seems to be a Venu Sq issue. :(

  • Hmm...I still get a teeny tiny font.

  • I tried formatnumber(sum(hr > 160))

    Yeah formatnumber returns a string. But "sum(hr > 160)" itself should return a number

  • is there anyway to get sum(hr > 160) to return a number and hence use the bigger font??

    Actually AppBuilder 5 returns a numerical value as long as your formula is purely numerical, and your display format is Auto, Number or Decimal. You could try changing the format to Number.

    If you still have the same problem, then I would say it's a different than what I've described. I will say it's possible that there are two different (yet similar) issues here. The only one I could reproduce (and make an educated guess at understanding the root cause) was the thing where simple data fields that return strings now always use small fonts.

  • Thanks. It seems this bug was reported over a year ago. Can it be that difficult to fix?? Grumble grumble. So I'm using Appbuilder to report seconds above 160bpm. I tried formatnumber(sum(hr > 160)) hoping that would return a number but of course it didn't...is there anyway to get sum(hr > 160) to return a number and hence use the bigger font?? I guess that would have to be an entirely different datafield. :(