Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Extension Object

Hi Community,

I have below simple HTML and JavaScript code, I want to create extension for the same in QlikView, Please help me.

<html>

<head>

<script type="text/javascript">

<!--

function sayHello() {

alert("Hello World")

}

//-->

</script>

</head>

<body>

Click here for the result

<input type="button" onclick="sayHello()" value="Say Hello" />

</body>

</html>

Regards,

Villyee

1 Reply