Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
_jespers_
Partner - Creator II
Partner - Creator II

Fresh copy of basic Angular visualization issue

Hi,

I have an issue with my extension when reloading the URL in edit mode.

This issue even happens for a fresh copy of the basic angular visualization.

So the code for the issue is the basic template:

define( ["qlik", "text!./template.html"],

    function ( qlik, template ) {

        return {

            template: template,

            support: {

                snapshot: true,

                export: true,

                exportData: false

            },

            paint: function () {

                return qlik.Promise.resolve();

            },

            controller: ['$scope', function ( $scope ) {

                //add your rendering code here

                $scope.html = "Hello World";

            }]

        };

    } );

And when I add the extension to the sheet it looks like this:

1.png

But when I refresh the page in edit mode it looks like this:

It says "Invalid visualization - Visualization could not be found on the server: 'name_of_extension'"

But if I leave edit mode and refresh the page, it works fine:

3.png

And the issue will reappear if I enter edit mode again and refresh (as long as I refresh the page outside edit mode it works fine)

Any idea what can be the cause of this?

Regards

Jesper

1 Solution

Accepted Solutions
Aiham_Azmeh
Employee
Employee

Hi erik.wetterberg‌,

Yes, this is an already reported bug and fixed in the next Qlik Sense release -

View solution in original post

4 Replies
ErikWetterberg

Looks very much like a bug..What do you say aaz‌ ??

Erik

Ann-Louise-Andersson
Former Employee
Former Employee

Hello jesper.snihs,

I can't reproduce this issue. What version of Qlik Sense do you have?

GIF:

Animation.gif

Regards,

Ann-Louise

_jespers_
Partner - Creator II
Partner - Creator II
Author

Hi Ann-Louise,

Strange and too bad you couldn't reproduce the issue.

I'm using Sense November 2017 Patch 1.

issue.gif

Aiham_Azmeh
Employee
Employee

Hi erik.wetterberg‌,

Yes, this is an already reported bug and fixed in the next Qlik Sense release -