Hi,
I am trying to implement chaining using the apps. It is not showing correct results. Here are the details.
I have a excel file with Country, state, region, city and temperature data. my end goal is to show temp for the city selected.
1. in my first app (Workflow) ) I show distinct countries - it is working file.
2. when country is selected I am filtering out selected records and creating country.xydb
in my another app (workflow)
1. Input is country.yxdb and showing only states
2. when state is selected I am saving those records to state.yxdb
in another app (Workflow)
1. I am using state.yxdb as input file
2. show only regions belongs to this state.
The logic is same for state, region and city steps However. When I run 1st app and select country. it write data to country.yxdb but when I continue running the app it does not refresh, it shows state of old selection..
I don't know How to solve this issue.
Thanks
aK