@Right

Hi,Is the Right formula works with Numbers?

For example: AD000459 - AF004578 …

@Right(Field;6) = 000459 - 004578 …

But in the view doesn’t show me nothing !!!

Subject: @Right

Those arent numbers, they’re text. @Right works just fine on text, but your formula is way off base. Let’s assume that you get the 6 rightmost characters in your example. That results in “004578”, which is a string.

Perhaps if you were to describe what you are trying to accomplish? What do the data (item values) look like? Are they single-values only, or do you allow multiples? Are you attempting to display or select?