Home
Designing Analytics Reports
Get another field1 of cube where MAX(field2)
Migrateduser
<p>I have a simple cube like:</p>
<pre class="_prettyXprint">
"Key" "Value"
AAA 1122
BBB 421</pre>
<p>In my report I want to return:</p>
<pre class="_prettyXprint">
AAA 1122</pre>
<p> --> because 1122 is MAX(Value)</p>
<p> </p>
<p>I added a Summery Field with Function MAX and Expression dataSetRow["Value"]. However, how do I get access to Key AAA?</p>
<p> </p>
<p>To me this is what I would get back in case I set a filter in an Excel table.</p>
Find more posts tagged with
Comments
There are no comments yet