Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

function?


function createdlogfile(datastring)

.

.

.

.

.

end function

what is the work of function here ?

its like sub routine ...

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Commomqlik, a function is a piece of code (like a subroutine) that returns something ( a value, a number, a string)

View solution in original post

6 Replies
Clever_Anjos
Employee
Employee

Where is this code?

Script or macro screen?

It seems to be a piece of a macro, so this method should return something

fkeuroglian
Partner - Master
Partner - Master

AND WHERE IS THE CODE OF THE FUNCTION?

Only with the name of the function we CAN NOT guess what the function will do

please attach some code or post the routine if you want help

simospa
Partner - Specialist
Partner - Specialist

The only thing that we can see is that is a function that is called createdlogfile that needs a parameter called datastring...

Simone

Anonymous
Not applicable
Author

in macro i have

Clever_Anjos
Employee
Employee

Commomqlik, a function is a piece of code (like a subroutine) that returns something ( a value, a number, a string)

fkeuroglian
Partner - Master
Partner - Master