function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nishant Singh PanwarNishant Singh Panwar 

Dynamic Parameters in Joined report

Hi Everyone!

Have anyone Implemented a Joined Report with dynamic parameters and calling that report from a Command Link.

The Joined report contain report from two related objects containining a same field and same filter condition (That too only one condition..).

Sounds pretty simple but it is not working with URL parameter passing.

It will be very helpful if someone can share their inputs.

Thank You.
Nishant Singh
 
Gaurav KheterpalGaurav Kheterpal
It's a known issue and there is currently an idea (https://success.salesforce.com/ideaView?id=08730000000hC6SAAU) for this. You may want to upvote it.

If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal
Certified Force.com Developer| Salesforce Mobile Evangelist| Developer Forums Moderator| Dreamforce Speaker
Nishant Singh PanwarNishant Singh Panwar
Hi Gaurav,

Thanks for the Inputs. I've upvoted the Idea but I still need to fix this thing somehow.

I've also found out from some other discussion forums that Salesforce uses POST method to capture using JSON Parser. I didn't got it completely but surely would like to reuse that code and close this problem.

Forum: https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AlcQIAS
Code: https://gist.github.com/stephenbrown1/7443749
Baground Info: http://salesforce.stackexchange.com/questions/8723/passing-variables-to-joined-reports

I will really appreciate if you can have a look at the code and give your inputs to achive this.

Thank You.
Nishant Singh.
Manasa KadaveruManasa Kadaveru
Hi Nishant,

I could not able to do the same. Can u pls help let me know how you solved joined reports URL passing issue.

Thank you in advance.
Manasa
Mounica Rani PattapuMounica Rani Pattapu
Hi manasa, Are you able to find out solutios.if yes could you please share it.