Hi,
I am trying to compute a field for a View I created. I had a display method on the datasource of a list page but since filtering/sorting is not possible on the display method field I am creating a view. Since this is the first time I am creating and using a view I am not sure how to achieve the following.
I want the ItemId of the InventSum table passed to my method and then in the method the select statements queries some tables based on the itemId and return either boolean true or false based on some criteria. I did it easily in a display method but not sure how to do it via Views. Any guidance will be appreciated,
*This post is locked for comments