IN BVM could you please explain me how to create the dynamic Cascading for th below req.
Country(Level1) Region(Level2) City(Level3)
USA AL Huntsville
If i click the Country USA both Region and City should get updated based on the country prompt.Level 2& 3 should update based on Level 1.
Using BVM After creation the Data Connection,Data foundation,Business Element,Business view how we should add the LOV for the above req.
Please explain
If you have created BV already (hope you have selected all the columns : country, region, city in Business Elements).
Following are the steps to create an LOV.
Logon to Business View Manager
File --> New --> List of Values
Select the Business View (on which you want to create this LOV).
In the LOV Editor :
Move country, region, city from Available fields to List of Value Fields.
Give a Name and Click OK to save the LOV. It will save in the repository.
Now, to use it in a Crystal report, follow these steps:
a) Open a Crystal report in Designer Tool, (Logon the BO Enterprise to use LOV from repository )
b) Create a parameter, Give a name to it, Edit parameter.
c) Choose Dynamic, Choose Existing options
d) Select the LOV that you have saved in step (5) above.
Note : while creating parameters, if you click Country, region and City. It will insert 3 parameters into your Crystal Report)
e) Add the parameters to the report (Design window).
f) Add the correct ‘Record Selection’ formula by correctly referring Country, region and city parameters to work correctly.
g) Test the report.
If everything works fine, Export to BO Enterprise and test in Infoview.
We met a problem that our CR report have Cascading Dynamic Parameters and Static Parameters; When we tried to schedule the report and click EDIT button for static parameters It will take us to one Cascading Dynamic Parameter.
For example;
I want set parameter ;A; But when we click "A;the page will go in to page for setting parameter B.
This error happened after we installed the package for BO XI3.1
Our BO environment is XI3.1 and use crystal report 2008.