Hi guys,
Thanks again for all the help so far. I'm doing an SSRS report (using SQL, on prem 2015) for Opportunities and there is a requirement to pull the stage from the business process flow.
I've managed to pull a dataset for FilteredProcessStage (Processstage) which has a stagename field, so I did an expression of =lookup(fields!processid.Value, fields!processid.Value, fields!stagename.Value, "Processstage") but this just pulls the same stage (the first one), not the one related to the opportunity.
I'm missing something, but I can't see what! Any help greatly appreciateD!
*This post is locked for comments
Thanks ever so much!
Hello,
Try to use something like:
=lookup(fields!stageid.Value, fields!processstageid.Value, fields!stagename.Value, "Processstage")
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156