1

Can you please let me know that how we can write code for irr calculation in SSRS Reports. IRR basically requires two parameters i.e. Payments array and guess value. But i don't know how to build array dynamically in SSRS reports.

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123

1 Answers1

0

you have to write the custom code for that, please refer to following link that definitely help to get it done

How to use the IRR function

Naveen Kumar
  • 1,541
  • 10
  • 12