Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
Delete multilevel field
posted

Please find the attached image for what i have.. i want to delete net and gross for any given field Eg:- <2years.

How can i Find all the fileds under any upper row field.

And even I want to find all the cell values or cells in given field.

Please Reply me as soon as possible. I am in bit hurry.

Thanks

Parents
  • 12875
    Suggested Answer
    posted

    Hi

    Looking at your image, it doesn’t appear that you are using summaries or grouping so I will assume that you your underlying data detail contains Net and Gross values.  And it also looks like your view model contains total net and total gross fields that are valued based on all items.

    I would think the most efficient way to achieve total net and gross for items with Maturity < 5 years or items with Maturity between 5 and 10 years would be to also have separate fields in your view model where you can hold the accumulated item values.    And you would use the maturity setter to add to the accumulated values.

    Please let me know if you have further questions.

Reply Children