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
sivapriyaa maniam sivakumarsivapriyaa maniam sivakumar 

Community Builder -Passing Paramters between visual force page

Hi All,

We have two Visual force page and Apex class.

First Visualforce page - Retrives the table data based on the picklist.
Second Visualforce page - Export those Table value with picklist parameters in Excel Sheet.
Results - retrieves the datas in excel sheet based on the picklist values.
This Flow is working fine in normal Visual force page preview.

But In community Builder :
We have added two visual force page in communities.

First Visualforce page - Retrives the table data based on the picklist.then,export button/link is clicked it redirects to second visual force page (export as excel).

Result -  Returns with Empty Excel sheet.

 Reason : Picklist value is not passed to second VFP(Export Functionality)

Need Help : How to pass the picklist parameter from First Visual force page to another VFP in community Builder pages.

Thanks in Advance