Hi, I'm creating a report to list projects and one of the parameters is the Department Group code responsible for the project, however this wasn't specified in any field, it can only be found in the project No, the first two characters, so I'm not sure how to extract those characters and make them populate a filter in the report request page, I was thinking on using a query but I can't find a way to get a substring from a field, my other option would be creating an enum and enter the codes manually which I don't think would change frequently. Any advice would be appreciated!