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: 
RSvebeck
Specialist
Specialist

Two extension (same) objects on the same tab - not possible?

It seems like I can not have the same extension object more than once on the same sheet. Is that correct? is it a known limitation? -> If I place it twice, only on of them work (shows correct information), the other one remains "blank". Version 11.

//Robert

Svebeck Consulting AB
26 Replies
RSvebeck
Specialist
Specialist
Author

Thanks Erik, it will save a lot of time.

I will re-write my code next week in this way, and when it is working I will post it here for future reference.

Best Regards Robert

Svebeck Consulting AB
ErikWetterberg

and its wrong.....

If you just read the Text properties when you initialize your object, changes in properties will not affect the object until the user refreshes the page. So you should probably check the Text values every time and possibly call CreateColors also.

/Erik

RSvebeck
Specialist
Specialist
Author

And here is the working solution in a simple example. I can add as many copies of the extension as I like! 🙂 Thanks for all the help! // Robert

Svebeck Consulting AB
Anonymous
Not applicable

Hi,

I want to use two calendar objects in the same sheet.Can anyone help me with this?

Please its Urgent.

Thanks.

Brian_Munz
Employee
Employee

Which calendar extension are you using?

This happens when extensions aren’t built with unique IDs so they conflict with each other. It can be fixed in the JS pretty easily usually.

Anonymous
Not applicable

Hi Brian,

I am using the inbuilt calendar extension object available with qlikview 11.Please suggest me where to make the changes.

Thanks

Anonymous
Not applicable

Hi Brian,

I am attaching the object.

Thanks.

Brian_Munz
Employee
Employee

The main issue is that the extension is targeting a lot of IDs and when there are two extensions there are multiple instances of the same ID which confuses the calendar object.

Where did you get this extension?  I'd like to put it on Branch so I could potentially fix it and then we can keep it in one place.

Anonymous
Not applicable

I am sending the .qar file.

Thanks.

Anonymous
Not applicable

Yes we are having many ID's. What should I do to overcome it?

Thanks.