If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

BLink a value

Started by DaniEU, 13 Oct 2016 03:10:45 AM

Previous topic - Next topic

DaniEU

Hi all,

I was requested to blink a value in a list.
This list have a few columns where one is urgency with values like "Hot", "Cold", "Warm" or "Urgent". In this cell each value have a different background color, but now they requested to blink when the value is "Urgent".
How can I achieve this?

TIA,

Daniel

AnalyticsWithJay

There are a few approaches, but the simplest is to simply put a conditional display of a .gif animated image -- whether it be an image or a background. Find a "blinking" image online.

hespora

where's good ol' Netscape's <blink> tag when you need it? :)

Seriously though, I second Jay's approach. "<blink>" is simply outdated and I doubt you'll find any browser that supports it and will also run cognos. css property "text-decoration:blink" is, I believe, only supported by firefox (and who knows how much longer), and the consensus is to use css3 animations, which is a pain. A gif right next to the value is a decent enough alternative.

(Though also, there's always the road of challenging the requirement. That's what I would do. ;))


AnalyticsWithJay

Quote from: hespora on 14 Oct 2016 02:35:01 AM
where's good ol' Netscape's <blink> tag when you need it? :)

Oh jeez! :)