Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
poojashribanger
Creator II
Creator II

problem in max(Fiscalyear)

Hi,

I have table like this

FiscalYear

2016-2017

2017-2018

when i am trying below expression i am getting 26

previously it was working fine.

right(max(FiscalYear),2)

it should give me 18 i.e my max(fiscalyear) is FY18

Please help.

i have attached image

1 Solution

Accepted Solutions
sunny_talwar

May be try this

Right(MaxString(FiscalYear), 2)

View solution in original post

1 Reply
sunny_talwar

May be try this

Right(MaxString(FiscalYear), 2)