But, it is not working for me. I want cascading prompt on country–> state–>city
I have created 3 LOV’s at IDT by using parameters and List of Values option like:
In select statement i have dragged country and apply filter on country as prompt.
In select statement i have dragged state,country and apply filter on country as prompt.
In select statement i have dragged city,state and apply filter on state as prompt.
In Business Layer, for city object i associated a 3) city LOV. i am trying to create a query by selecting some objects in results object pane and city in filter pan. when i create prompt for city object it is asking prompt for city and state only not asking prompt for country.
In List of Values option, I have created ‘StateLOV’ by taking State in select object pane and Country = @prompt in filter pane.
In Business Layer, for ‘Cascading State’ object properties I have associated above ‘StateLOV’.
Here the problem is, when I create report by taking some objects in select object pane and “Cascading State” in filter object pane. at the time of running the report it is asking prompt for Country, State I am giving values, but in query(script) country related filter is not showing in WHERE clause and data is not filtering accordingly.
data is not filtering accordingly(if i give county as A state as B,C,D… report fetching data for A country as well as other counties which are having states B,C,D)