I built a table response map for the following:
TrialNumber FrameSizeType ConfiguredFrameSize AvgFrameSize iMIXDistribution IntendedLoad(%) OfferedLoad(%) Result Throughput(%) MaxLatencyThresholdExceeded OutOfSeqThresholdExceeded TxFrameCount RxFrameCount FrameLoss PercentLoss OfferedLoad(fps) ForwardingRate(fps) MinimumLatency(us) MaximumLatency(us) AverageLatency(us) MinimumJitter(us) MaximumJitter(us) AverageJitter(us) OutOfSequenceCount FloodFrameCount UnexpectedRxSignatureFrames Duration(sec)
1 Fixed 1280.0 1280.0 N/A 17.5 17.501 Passed 17.501 False False 13462 13462 0 0.0 1682.75 1682.63 10183.51 13182.83 10598.01 3.13 2539.49 122.021 0 0 No 8.0
1 Fixed 1518.0 1518.0 N/A 16.0 16.001 Passed 16.001 False False 10404 10404 0 0.0 1300.5 1300.34 10681.61 12371.66 11293.84 0.05 956.65 106.022 0 0 No 8.0
The 3rd value in each row (in this case, 1280.0 and 1518.0) are my key values. So, I want iTest to create queries using this as an index and then chart the results in a bar chart. If I manipulate the output so that 'ConfiguredFrameSize' is 1280 and 1518, I can use [query Tput Throughput_by_ConfiguredFrameSize($i)] where $i is 1280 or 1518. But, in its raw form as a floating type, iTest throws up and says:
"Error Cannot convert "" to number 3.3.1 3.1 display2544TputResults"
Can I not use floating types as key values for my queries?