Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vinod
Creator
Creator

How to splite the Qlik Application

Hi All,

In Qlik Apllication contains 5 employee id's,

Emp:
LOAD * INLINE [
EmpId
Emp1
Emp2
Emp3
Emp4
Emp5
];

Based on the each employee id new Qlik Application should be create in the same path.

Thanks,
Vinod.

3 Replies
tresesco
MVP
MVP

Do you have Publisher ? If yes, you could use Reduce and Distribute feature to do the same. Otherwise, you could manually reduce the application using qlikview desktop.
Vinod
Creator
Creator
Author

Manually How to do using QlikView Desktop.

tresesco
MVP
MVP

  1. Select 'Emp1' from EmpID field.
  2. File->Reduce Data->Keep Possible values
  3. Repeat these for all employees.