Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Can you share a sample application, that will help us to understand your requirement.
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.