Query about using the map block
Submitted by vinayak on Wed, 06/22/2011 - 04:00
I have a table of information as below example. In my model, I want to select any parameter row(example Para4) using user input or some other means, such that I am able to extract the corresponding values (Value1 thru Value6)
Parameter Value1 Value2 Value3 Value4 Value5 Value6
Para1 0.2 0.4 0.5 2.7 6.0 11.0
Para2 0.3 0.4 0.6 3.0 6.6 12.1
Para3 0.3 0.4 0.7 3.3 7.3 13.3
Para4 0.3 0.5 0.7 3.6 8.0 14.6
Para5 0.4 0.5 0.8 4.0 8.8 16.1
Para6 0.2 0.4 0.5 2.7 9.7 17.7
Para7 0.3 0.4 0.6 3.0 10.6 19.5
Para8 0.3 0.5 0.8 4.0 8.8 21.4
How can this be achieved using map block? Is there a better way of doing this? Regards,
Answers
-
Submitted by Anders89 on Fri, 06/24/2011 - 08:15.
You must convert your data to be comma separated instead of a space, then you can use a dialog table. See the attached diagram and data file.
0