I am trying to design a chain application where the list box tool will 1. Pull up the field names and allow the user to select a particular field. 2. Once the field is selected, it will then allow the user to choose from the available data/rows of that field. I am trying to accomplish this process using a chain app.
I have created an analytic app (Step1_NNB.yxwz) which runs and creates an output data. And then another dependent analytic app runs at the back end to access the output data/database.
Problem: I have created a Step 1 workflow and the output file. The output file is accessed by the Step 2 workflow, but the Step 2 workflow is not running properly because it does not have both the NAME && VALUE field. For some reason the output data base only has just once column.
Steps followed: I would like to access the Value field through the Step1_NNB.yxwz and then choose a filed. When i choose a Field and go to the next step, there is an error window with a message that database should have a Name and Value field.
Inference So far: I seen other workflows that have been designed have the same data in the "Field" as well as the "Value" column. But for some reason I have not been able to accomplish that.
Attached the package along.
Thanks,
NNB