Skip to main content
Nintex Community Menu Bar
Question

What additional formula functions would you want to have in Skuid UI-only fields?

  • July 11, 2024
  • 4 replies
  • 0 views
  • Translate

Forum|alt.badge.img+11

Not long ago, we added DATE_ADD and DATE_DIFF to formula functions in UI-only fields. What other formula functions not currently supported would you like to see available? 

Thanks!

Did this topic help you find an answer to your question?

4 replies

Forum|alt.badge.img+10

Matt,

It would be nice to have a ‘TRIM’ function (similar to the Apex String method) that would remove any spaces before and after a Text field.

I have also had a need to remove the last character from Text field.  I could see combining JOIN_TEXT with a ‘REMOVE_LAST_CHAR’ function.  You may want a semi-colon separated set of text fields without the last semi-colon that will be added by the JOIN_TEXT.  For example:

REMOVE_LAST_CHAR(JOIN_TEXT(“,”,{{Name}}))

Thanks,

Bill

Translate

Forum|alt.badge.img+13

Bill, big +1 for TRIM(), would be hugely helpful.

On REMOVE_LAST_CHAR(), just want to make sure I understand what your after — as I understand it, REMOVE_LAST_CHAR({{Input}}) or REMOVE_FIRST_CHAR({{Input}}) can be achieved with a combination of LEFT(), RIGHT(), and LEN():

REMOVE_LAST_CHAR({{Input}}) —> LEFT({{Input}},LEN({{Input}}) - 1)
REMOVE_FIRST_CHAR({{Input}}) —> RIGHT({{Input}},LEN({{Input}}) - 1)

Are you looking for a shortcut function to achieve these?

Translate

Forum|alt.badge.img+4
  • 33 replies
  • July 11, 2024

Hi Matt,

I know there is this sort of functunality with combining RIGHT() and LEFT() in a formula field, but a MID() function would be very useful to cut the extra steps out.

Thanks,
Emma

Translate

Forum|alt.badge.img+7
  • Rookie
  • 35 replies
  • July 11, 2024

I vote this up… I’m surprised this hasn’t got any traction since 2019.

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings