Apex using colon in item values
609332Dec 12 2007 — edited Dec 13 2007Hi,
I am trying to use drill down mechanism in apex.I have a report with an attribute http://test.com clicking on which it will show another report with all values from table where name="http://test.com".
I am using text item to pass the value from the first report to the second.
So I have created a text item in second report and using it in the where caluse.
But unfortuately the value of the text item in the second report is coming only as "http". Everything after ":" is missing.So the second report is empty as there are no values in that table with name "http".
Can somebody advise me? Is it because ":" is a special character used for describing the items? If so wht to do?