
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Progress bar
Hi,
It's possible do the progress bar (indentical of the attached), inside macro?
Obs: Version 10 SR2 in server.
Regards,
Nuno
- Tags:
- new_to_qlikview
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you all

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i can make this work on QV 9, it´s possible in this version?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Daniel,
This is what I was looking for.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set gif visibility variable to true/false is set in: Properties / separator Layout / Conditional Show (view)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you please share the macro?...this seems to be quite interesting...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you pl provide macro.
Thanks,
