web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Regarding computed column in view

(0) ShareShare
ReportReport
Posted on by 351

Hi specialist,

I want to returning the month of each date to filter. So that I need some example.

Etc (MONTH(TransDate)).

Will appreciate your inputs.

Thanks.

I have the same question (0)
  • Verified answer
    greengrimms Profile Picture
    1,400 on at
    RE: Regarding computed column in view

    :Hi,

    You should take a look at SysComputedColumn class, since it contains the methods that will help you in this implementation.

    You can simply create a new computed column on your view, add a method to it, and add the following code inside it:

    public static str myViewMethod()
    {
        return 'MONTH('   SysComputedColumn::returnField(viewstr(yourView),
                identifierStr(yourViewDatasource),
                fieldStr(yourView, yourViewDate))
                ')';
    }

    Then assign your method to the 'View Method' property on your newly created computed column.

    Hope this answers your question.

  • waytod365 Profile Picture
    351 on at
    RE: Regarding computed column in view

    You're great!

    Its worked for me. :) Many thanks.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,922

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,922

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 835 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans