COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: vincydza@gmail.com on 20 Aug 2015 03:46:50 PM

Title: Prefix status column in list report with a circle,diamond and square color icon
Post by: vincydza@gmail.com on 20 Aug 2015 03:46:50 PM
In the attached list report how can I prefix the status column with a coloured circle, diamond and square icon.

Vince


Title: Re: Prefix status column in list report with a circle,diamond and square color icon
Post by: cognostechie on 20 Aug 2015 04:41:46 PM
You will have to save the icons as images first. For how to use them in the report, I did this sometime back and don't exactly remember but I think you can insert an image and then using a case statement based on Status, you can point it to those icons.
Title: Re: Prefix status column in list report with a circle,diamond and square color icon
Post by: BigChris on 21 Aug 2015 02:21:15 AM
If you save the images to your Webcontent folder you can just put the URL into the case statement. If you take a look you might find that there are already some images in there that you can use...the ones that metric studio uses are pretty useful.

Obviously you're installation may be different, but try referencing ../alp/images/symbol_4_lrg.gif , ../alp/images/symbol_5_lrg.gif and ../alp/images/symbol_6_lrg.gif
Title: Re: Prefix status column in list report with a circle,diamond and square color icon
Post by: Michael75 on 21 Aug 2015 03:05:51 AM
@ Vince

If you want source code for an IBM Cognos Samples-based report which does just this, take a look at the attachment attachment_14809690_Image_xml.txt in this post: https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014809626&ps=25 (https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014809626&ps=25)

Note that there is a small error in the source code, which some kind poster </blush> corrected in the post dated 20th Aug.
Title: Re: Prefix status column in list report with a circle,diamond and square color icon
Post by: vincydza@gmail.com on 21 Aug 2015 07:51:57 AM
Got it, Thanks a lot.

Vince