Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

interview Questions

Hi Experts,

please explain the answers for the below questions with examples

1.If Qlikview could't find the file in the destination folder,it will throw up an error.how to disable it?

2.How to get the current selection in drill down /cyclic group filed? 

3. what would be the data model of two fact tables with varying dimension?

4. how to send the pdf reports to people outside the domin?

5. how to refresh the dashboard periodically?

2 Replies
Chanty4u
MVP
MVP

sasikanth
Master
Master

HI,

Q1)   You can achieve the same using Error Modes

          if you set ErrorMode to 0 it will skip the error and continue to execute rest of the script

          SET ErrorMode=0;

Q2)   i didnt get you question if it is like adding dimension to the group then i dont think it is possible.

Q3)   Go through the concept of link table ,  respective dimensions will be linked to this link table

Q4)   If the Distribution through the publisher then set the  user identity option to "No Validation"

Q5)   You can reload through QMC-->Documents-->Reload

         or through third party tools like CTRL-M  to trigger  batch files contains application reload code