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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Some functions not able to understand

Hi All,

I am workng with one of the qlikview application and in that application some of the commands i am not able to understand like

makedate,  mapload, wildmatch, resident, directory....... Could someone please explain..... thanks in advance. I am new to qlikview and trying to understand scripts which are already there in my system...... regarding my project.

2 Replies
rohit214
Creator III
Creator III

hi Suresh

just go through the help

thanks

rohit

SunilChauhan
Champion II
Champion II

makedate is to create date

ex:makedate(2011,01,03)->01/03/2011

Mapload is used to add a field from mapping table to other table.

tab1:

Mapping Load

from path;

tab2:

Load

applymap(...) as fieldname

from path2

Mapping table will be invisible after loading

wildmatch is used to find matching characters both case insensitive and with wildcard characters

ex:wildmatch(fieldname,'S*') will find all the name start with s

resident is table which based on other table

resident =base table fields + some extra calculated fields

dirctory will show you the dirctory of any file

hope this helps

Sunil Chauhan