Hi,
I'm hoping somebody has a recipe for this.
My analytic app should:
1) solicit a file from the user
2) ask the user to choose a specific field for further processing (done!)
3) Leverage the field from 2 in a join against some system data that I'm querying along a different branch.
My trouble is, the users selected field from 2's name could be anything. So I guess my choices are:
A) Dynamically influence the join maybe using the same list box technique I used in 2. I've experimented with this but it doesn't seem real intuitive but I allow I might be missing something.
Find a way to force rename the field, without actually knowing what the field was originally named.
Does anyone have any experience doing something like this?