Brett Bernstein

  • Total activity 44
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 8

Activity overview

Latest activity by Brett Bernstein
  • Brett Bernstein commented,

    Thank you!

  • Brett Bernstein commented,

    Thanks for the reply. However, that just PRINTS the field, no different that simply calling the @Text Field as a string. I want the Text Field to be processed as code. To simplify, I created a fiel...

  • Brett Bernstein created a post,

    Using eval() function?

    I have many similar calculation fields across many apps. I would be great if I could reference a field in a master app that would automatically update the code in the other calculation fields. I th...

  • Brett Bernstein commented,

    Thank you!

  • Brett Bernstein commented,

    Thanks for the quick reply! Yes, there is another underscore, so its: <podio field prefix> + "" + <string_ID.ext> Anyway to print the _ and avoid italics?

  • Brett Bernstein created a post,

    Underscore not showing up?

    I'm trying to get a "_" to show up in a calculation field. I basically am adding a prefix to a string of text as follows: prefix_<string of text from other podio field> In the calculation preview...

  • Brett Bernstein commented,

    Thanks for the quick reply! I tried and I get the following error: "The result is not a valid number" Here is my code: ID = @All of File No.[0].split(".",1) + "" write = Number (ID) The field ...

  • Brett Bernstein created a post,

    Convert String to Number for Filtering

    I noticed that I can't filter by text string fields. I keep file numbers in string fields and they look like 99955.023. I want to filter by the prefix 99955. I am able to pull that substring out, b...

  • Brett Bernstein commented,

    Interesting suggestion! Since I wanted to do it the way you first described I think Globiflow is the way to go.

  • Brett Bernstein commented,

    The answer from Sara shows how to get decimal places, but what about getting the comma's in the right places? So 2800 becomes 2,800?