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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

small clarification needed

Hello All

i am in the midst of some clarification for the below scenario's require your help to get it done completely

scenario 1:

--------------

I have four qvw's(dashboards)

First.qvw

second.qvw

third.qvw  (it has security implemented)

fourth.qvw

now these four dashboards data has to be taken to the new dashboard i.e fifth.qvw ,(note that security is implemented in third.qvw, how do we break that)

scenario 2:

-----------------

i have  orders table with orderID, orderName  and  customer table with customerid and order name

now if the orders.orderName records are there not there in customer.orderName then add in the customer.ordername records if there just ignore it

how to achieve the above the scenario , i know may be its tricky n confusing ..

my point is how to check whether the rows or already existed in the columns or not ?

2 Replies
senpradip007
Specialist III
Specialist III

Can you share a sample application, that will help us to understand your requirement.

tresesco
MVP
MVP

Scenario 1:

If your third.qvw(with section access) is not configured with 'Prohibit Binary Load' (Settings->Document Properties->Opening tab), you can override the security by reloading it into another qvw using Binary Load and using section access there as per your need.

Scenario 2:

A sample would be helpful.