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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Creating xml file by passing parameter in runtime

Hi,
Suppose we have following tables (Company,Project,Client Project,Internal Project,Project Details,Manager,Employee Details).Those tables have parent child relationship.
Company --> Project --> Client Project --> Project Details --> Manager --> Employee Details    
Will give the employee details for client projects.
Company --> Project --> Internal Project --> Project Details --> Manager --> Employee Details
Will give the employee details for Internal projects.
Now if I pass "Project" as parent and "Client Project" as child in runtime.It will invoke  
Project --> Client Project --> Project Details --> Manager --> Employee Details branch and create one xml file.
Or if I pass "Project" as parent and "Internal Project" as child in runtime.It will invoke  
Project --> Internal Project --> Project Details --> Manager --> Employee Details branch and create one xml file.
Either way if I pass company as parent and project as child in runtime. It will invoke all the information related to client project as well as internal project and store it in a xml file.
I am to pass those parameter (i.e Project, not any value related to project -->Project_id or Project_name etc)  in run time and it will create xml file accordingly.
Thanks
Babul
Labels (3)
2 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
Is there any way ??
Please help me .
Anonymous
Not applicable

Hi,
Suppose we have following tables (Company,Project,Client Project,Internal Project,Project Details,Manager,Employee Details).Those tables have parent child relationship.
Company --> Project --> Client Project --> Project Details --> Manager --> Employee Details    
Will give the employee details for client projects.
Company --> Project --> Internal Project --> Project Details --> Manager --> Employee Details
Will give the employee details for Internal projects.
Now if I pass "Project" as parent and "Client Project" as child in runtime.It will invoke  
Project --> Client Project --> Project Details --> Manager --> Employee Details branch and create one xml file.
Or if I pass "Project" as parent and "Internal Project" as child in runtime.It will invoke  
Project --> Internal Project --> Project Details --> Manager --> Employee Details branch and create one xml file.
Either way if I pass company as parent and project as child in runtime. It will invoke all the information related to client project as well as internal project and store it in a xml file.
I am to pass those parameter (i.e Project, not any value related to project -->Project_id or Project_name etc)  in run time and it will create xml file accordingly.

Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina