Monthly Records Calculation

Monthly Records Calculation

Comments

  • How do I evaluate a list of monthly records stored in a table in my database?

    I want to evaluate records from the most current month of a Customer against the previous month and calculate the difference in budget of those months. Its possible that there could be customers with multiple rows in the table for the same month, and I want to use that and calculate the sum of the budgets in that month. Id like to do that for the most current month and the previous month as well.

    What is the best way to do that?

  • Ive established a database table definition. Ive found I cannot see these type of structures using the Fetch Entities step.

Sign In or Register to comment.