I'm pretty new to cognos Reports Studio,
but was wondering if there's a way to take
the results of a query, and work with them
inside of an HTML object.
Say I have a query that returns 1 record with the following:
-Genre
-Artist
-Album
-Song
and I want to fill an html object with the following:
'<%=song%> is a good example of <%=genre%> by <%=artist%>, from their album <%=album%>'
thanks in advance