In my webreport I want to read a value returned by RUNSQL subtag which returns an association. But in my report output, it's giving me the whole V{<ID>, <2000>} blob. I tried everything. If I put "ASSOC:ID" sub tag, the output is empty. Help please?
Here's my Live Report
select ID from kuaf where name = 'admin'
my web report tag, this variation outputs the full V{<>} blob
[LL_REPTAG_$LiveReport_GetKUAFID RUNSQL /]
this version outputs blank
[LL_REPTAG_$LiveReport_GetKUAFID RUNSQL ASSOC:ID /]
Note that my WR tag is placed inside the repeater section, not sure if that matters.
I want to use this value in another tag, which is why I want the numeric value only. Any pointer is appreciated.