Wondering if anyone can help me out with the following:
Here's the scenario (the database is an issue tracking system)
Tables: "Issues", "Issue_evolution" and "Issue_comments"
The report contains 2 subreports: For each issue I access 1 subreport for evolution and 1 subreport for comments.
Now I have a label for each Issue in the report which defaults to "In progess" I basically need some code to parse through the "issue_evolution" table for that particular issue.id and if the value 10 (Resolved) is found change the label caption to "Resolved".
Any help into this matter would be appreciated.
JCO
Here's the scenario (the database is an issue tracking system)
Tables: "Issues", "Issue_evolution" and "Issue_comments"
The report contains 2 subreports: For each issue I access 1 subreport for evolution and 1 subreport for comments.
Now I have a label for each Issue in the report which defaults to "In progess" I basically need some code to parse through the "issue_evolution" table for that particular issue.id and if the value 10 (Resolved) is found change the label caption to "Resolved".
Any help into this matter would be appreciated.
JCO