Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
I am trying to create a pop up message on opening the QlikSense App. For example,if a particular KPI is above a limit,then a message should pop up when the user opens the app in the hub.
I have achieved this in Qlikview using Alerts Wizard but I am not sure how to do this in Qliksense. Is there any inbuilt feature or custom written code I can use to build this feature. Thanks in advance for the help.
Hi @anushahegde
I am having a lot of fun writing this extension, I reach a point where I like the way it is turning out; these are the features you will find out:
The extension is still work in progress, but you are welcome to unit test it and write back to this topic any suggestion for improvements or glitches or bugs you could find; my intention is to publish this extension into GitHub and Qlik Branch once it is complete.
These are some screenshots:
This is the Modal style, it accept multi-line text but with some trickery, like the text shown above was entered with this expression:
='<p> </p><p>This is my custom message!</p><p>This is line two</p><p> </p>'You enclose the text between the HTML tags <p> </p>, while the tag <p> </p> introduce a blank line.
The Extension has 4 blocks of parameters (feel free to suggest if they are well organized)
The Content Object could be empty in this version; there are two new fields here, the Previous KPI and Last Check variables, you have to define them either on the script or on the UI (I prefer this way).
This section define the text for the Header-Body-Footer and allow us to assign colours to them (except the body, which is always black letter on white background) I do not like the idea of allowing header-footer with different colours.
Here is where you chose the rendering style (basic or modal); and enable-disable the prompt, beside of assigning the popup message width and height (note, I am not happy with the basic form, It most likely will be replaced with a Modal without header-footer.
This section if for non-English speaking users consuming this extension, they can customize the extension's message to their language.
These text boxes show the information returned by the extension!
Please let me know how you feel the extension is performing; I haven't test multi-sheet applications with the extension on each sheet either.
Have fun playing around with the extension and your feedback is welcome and appreciated!
The extension is attached, please remove your current version, from the application you tried it as well as the extension folder.
Regards,
I attached the latest version of the PopupMessage extension, it fixed some issues rendering the messages! My unit tests uncover very few errors, so it is becoming very stable; this is version 1.0.4
Regards,