Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
https://www.youtube.com/watch?v=ijWEwOyY2zU
Qlik Tips: Beginners Guide to QlikView Extension Objects : Part 1
Qlik Tips: Beginners Guide to QlikView Extension Objects : Part 2