Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Status on Indicator

Hi all,

sfatoux72

Marcus Sommer

jagan mohan rao appala

Bill Markham

I have some issue :

I have a strighttable  with in that one column as   Indicators   so i need mouse over on indicators?

is it possible on indicator to place a mouse over on?

Thanks in advance

Suresh

15 Replies
sunny_talwar

is it possible on indicator to place a mouse over on?

What is a mouse over?

Gysbert_Wassenaar

Depends on what you mean. Have a look at this blog post: Cell Popups in Straight Table | Qlikview Cookbook


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP
Author

hi sunny ,

in stright table i hve writen this exp to get the mouse over 

='status' &Chr(10)&'Test'  

it is givng  mouse over...

but  how can i give  to indicator  in stright table?

below is my exp

=if((Column(3)-Column(4))>10,'qmem://<bundled>/BuiltIn/led_r.png',if((Column(3)-Column(4))>5,'qmem://<bundled>/BuiltIn/led_y.png','qmem://<bundled>/BuiltIn/led_g.png'))

Chanty4u
MVP
MVP
Author

thnks gysbert...that i hve done for other caluclated dimensions its wrkng......but it is not wrkng for  indicators in stright tble?

any other alternate?

Chanty4u
MVP
MVP
Author

hi,

Andrew Whitfield

Colin Albert

Colin Albert,John Witherspoon

if i use

='[Status]' & Chr(10)&'sam'&  if((Column(3)-Column(4))>10,'qmem://<bundled>/BuiltIn/led_r.png',if((Column(3)-Column(4))>5,'qmem://<bundled>/BuiltIn/led_y.png','qmem://<bundled>/BuiltIn/led_g.png'))

this is givng  mouse over but.......that indicator is not displyng in stright table?

y it is hpng?  any one help me on this

Chanty4u
MVP
MVP
Author

hi,settu_periasamy

Any alternates on this?

settu_periasamy
Master III
Master III

Hi,

I don't think to show the Image on Mouse hover. May be you can use symbols to show.. (like upward, downward symbols)

check the below snapshot..

Capture.JPG

Chanty4u
MVP
MVP
Author

thnks for Quick response settu.

But my requrmnt is  on indicators in my stright table.  Is that posible ?

below is my exp for indicator

how to set the mouse over to this?

='[Status]' & Chr(10)&'sam'&  if((Column(3)-Column(4))>10,'qmem://<bundled>/BuiltIn/led_r.png',if((Column(3)-Column(4))>5,'qmem://<bundled>/BuiltIn/led_y.png','qmem://<bundled>/BuiltIn/led_g.png'))

Chanty4u
MVP
MVP
Author

hi settu,

.chr() function is not wrkng for indicators  wen i use /chr() fun  the  indicator is disabled and text is coming in place of that