Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Progress bar

Hi,

It's possible do the progress bar (indentical of the attached), inside macro?
Obs: Version 10 SR2 in server.


Regards,
Nuno

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

You can add that gif to a text object, have a variable to define whether the object is being shown or not and then change that variable from your macro.

1. Set gif visibility variable to true

2. macro code

3. Set gif visibility variable to false

View solution in original post

9 Replies
danielrozental
Master II
Master II

You can add that gif to a text object, have a variable to define whether the object is being shown or not and then change that variable from your macro.

1. Set gif visibility variable to true

2. macro code

3. Set gif visibility variable to false

IAMDV
Luminary Alumni
Luminary Alumni

Hi Nuno,

Daniel is right. You can use the variables & triggers totoggle the image and use the text placeholder to show/hide the gif image. Youcan achieve this without using the macro.

I am attaching an example for your reference.

I hope this helps!

Cheers - DV

Not applicable
Author

Thank you all

doplear01
Creator
Creator

i can make this work on QV 9, it´s possible in this version?

Not applicable
Author

Thanks Daniel,

This is what I was looking for.

Thanks

Not applicable
Author

I like this; but am not sure how you set gif visibility variable to true..is this done in the vb macro itself or is there an option I am not seeing?

Not applicable
Author

Set gif visibility variable to true/false is set in: Properties / separator Layout / Conditional Show (view)

Not applicable
Author

Hi,

Can you please share the macro?...this seems to be quite interesting...

Anonymous
Not applicable
Author

Hi,

Can you pl provide macro.

Thanks,