This is not an global setting.
(Go to:
Tools --> Options --> The General tab
Select the Always ask before opening documents with macros check box.)
If you don't want users to run queries you can use the settings in supervisor
Sometime ago I had the same problem, this was my solution:
Replace {= If <CP COPIED SUM> >=1 Then "Some CP copied" Else "No CP copied to SU" ” }
with {= If <CP COPIED SUM> >=1 Then 1 Else 0} and use the ranking function to show only the highest values. (top 1 will probably work, otherwise try...
The mapping in the reports is based on the ID of the object in the repository. For the universe the report looks to the universe name.
If you make an identical universe with the same object names, the report will recognise the universe, but not the objects!
My suggestion is to change the...
Try to identify which instance you want to select, for example with the first date (orderdate, changedate, etc)
=If (<date>) = (max(<date> in <partnumber>)) Then "Dup" Else <Part Number>
You will not be able to use this as a filterm because this is an agregation function. As a work-around you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.