Hi,
Is it possible to build a linked report with WebI Rich client without using InfoView?
Assume the following simple report which select some fields of a file transfer information.
TransferID Filename Transfer Status
-
1 a OK
2 b OK
3 a NOK
Now I want to click on the record with TransferID 3 and get some more information for that particular record such as:
TransferID Filename Transfer Status Date Duration
-
3 a NOK Feb 24 5
In other words, I'd like to do select of that table with the where condition "TransferID = 3" which corresponds to the record I clicked in my initial report.
Thanks a lot,
Kurt