Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi all i am new to qlikview i need some tips to work in scripting

pls help to find some scripting knowledge 

12 Replies
ramasaisaksoft

Hi Rajasekaran,

Qlikview Script is nothing but creating a Data model in a simple format either(Star schema,Snow flake schema...etc)

using with joins,keep,concatenate...etc.

and also using with Functions Different types of loads

--Different types of loads (EX:-Inline,Resident,Mapping...etc)

--Functions (EX:-Date(),Math(),Apply May(),peek()...etc)

--Drop unnecessary tables,columns.. etc.

--Modifying Data types(EX:-Date format ,Number format,Currency Format..etc)

--creating alias names for removing Synthetic keys/tables,Circular Loops..etc)

all these are depending on your source data and also HDD document.

May be i didn't cover all the things but most of these are Very important.

Not applicable
Author

thanks rama sai

varshavig12
Specialist
Specialist

You should know basics of SQL.

SQL Tutorial