BEx Query Cell Definition (If ..then...else with AND)

Hello Experts,
I am struggling with a requirement which I need to define in the Cell definitions in Query designer. I have tried going through the numerous posts regarding this if..then...else in SCN but were of no help to me.
My requirement is as follows:
if expression1 then result1, else if (expression2 AND expression3) then result2, else (expression4 AND expression5) then result3
I tried to define this in the cell as below:
<expression1> * result1 + (<expression2> AND <expression3> ) * result2 + (<expression4> AND <expression5>) * result3
but somehow it does not work.
Any pointers of how to achieve this?
Thanks.

Hi,
If you are getting 'X' then this may be related with the dimensions you use in comparing variables. Try the whole formula such as
(nodim(var_1) > nodim(var_2) * nodim(kyf_1)
"then try seperating the if else statements into different cells" : for example try adding a formula for
each item in your formula (one for buchungsperiode, one for buchungsperiode ein gabe etc. I mean you can find the formula vaiable or key figure that causes 'X' in the results by seperating the formula into the items of the formula.
Regards
Yasemin...

Similar Messages

  • IF logic in bex Query, only want to calculate keyfiugre with all values.

    Hi ! 
    I have a pushasing flow with folowing key figur. But Im missing the invoice value but have the difference beetween them.
    _____________Invoice Quantiy  |  PO value (Good issue)  | Invoice value          |  PO vs Inv diff | 
    example one________2________________10 eur__________(10+1)_____________ 1_________this case ok
    exemple 2 ________blank_____________10 eur___________(10+blank) _________blank______havent recived any invoice yet invoce value should not be calculated 
    My problem is that the invoice value should only shown then I have a Invoice Quantity.
    I think its best to look at quatity because there mayby hard to differs on blank and 0 in the logic.
    Do any one now a good solution on this, missing the IF statsments in BEX, its a 3.5 BW installation.
    How should the logic look like ?
    regards
    Nicke
    Edited by: Nicklas  Åslund on Oct 16, 2008 8:28 AM
    Edited by: Nicklas  Åslund on Oct 16, 2008 8:31 AM

    If then else statement in bex
    this helped me
    (( 'Cumulative Value GC' > 0 ) * 'Dummy Key Figure') + (( 'Cumulative Value GC' <= 0 ) * 15)
    If 'Cumulative Value GC' > 0.
    rslt = 'Dummy Key Figure'.
    else.
    rslt = 15.
    endif.
    this help me to writ the logic

  • Nested if-then-else with double condition

    Hi everybody, I tried to see on the forum how to build a complex if-then-else statement....but I didn't still find an answer
    So, I'll explain my situation:
    First I have to check if the field PROJ_DT_TO is null or not and then the language parameter:
    1. if the field PROJ_DT_TO IS NULL then I have to check the language parameter:
    a) if this last one is equal to 'English' I want to write inside my template 'Today',
    b) if instead is equal to 'Greek' I want to write 'Σήμερα'
    2. else if the field PROJ_DT_TO IS NOT NULL, again, I have to check the language parameter:
    a) if this last one is equal to 'English' I have to write <?format-date:PROJ_DT_TO;'MMMM yyyy'?>
    b) if instead is equal to 'Greek' I have to write <?format-date-and-calendar:PROJ_DT_FR;‘MMMM yyyy’;'GREGORIAN';'Europe/Athens'?>
    I used the following syntax...but it didn't work...
    <?choose@inlines:?>
    <?when@inlines:PROJ_DT_TO=''?>
    <?xdofx:if $p_language = 'Ελληνικά' then 'Σήμερα' else if $p_language = 'Αγγλικά' then 'Today' end if?><?end when?>
    <?otherwise@inlines:?>
    <?xdofx:if $p_language = 'Ελληνικά' then <?format-date-and-calendar:PROJ_DT_FR;‘MMMM yyyy’;'GREGORIAN';'Europe/Athens'?> else if $p_language = 'Αγγλικά' then <?format-date:PROJ_DT_TO;'MMMM yyyy'?> end if?>
    <?end otherwise?>
    <?end choose?>
    The first piece, until the first <?end when?> instruction works....it's the <?otherwise@inlines:?> and the rest which doesn't work.....
    If, instead, I use (without reaching my goal):
    <?choose@inlines:?>
    <?when@inlines:PROJ_DT_TO=''?><?xdofx:if $p_language = 'Ελληνικά' then 'Σήμερα' else if $p_language = 'Αγγλικά' then 'Today' end if?><?end when?>
    <?otherwise@inlines:?>
    <?format-date:PROJ_DT_TO;'MMMM yyyy'?><?end otherwise?>
    <?end choose?>
    I see the date PROJ_DT_TO even if always in the date format 'MMMM yyyy'
    Anybody knows how can I rewrite my statement in order to reach the if-then-else situation I metioned above ?
    Thanks in advance
    Best Regards
    Alex

    Hi Vetsrini, thaks for your answer and your hint !!
    I tried your code, but without the command 'when@inlines' doesn't work...
    So I tried this :
    <?choose@inlines:?>
    <?when@inlines:PROJ_DT_TO=''?>
    <?xdofx:if $p_language = 'Ελληνικά' then 'Σήμερα' else if $p_language = 'Αγγλικά' then 'Today' end if?>
    <?end when?>
    <?otherwise@inlines:?>
    <?format-date:PROJ_DT_TO;'MMMM yyyy'?>
    <?end otherwise?>
    <?end choose?>
    and It works..
    But, look at this ! I discovered on the manual that inside the Preferences it's possible to set the Report Locale with the language you want.....and if I set my Report Locale in Greek, using the code above I correctly see all dates in Greek....but ALWAYS !!
    I need to see dates in Greek or English dinamically according to the value of the parameter p_language passed inside the template at the beginnig (<?param@begin:p_language?>).
    Even if inside the code there is the double condition ($planguage = 'Ελληνικά' or $p_language = 'Αγγλικά') for the two cases PROJ_DT_TO='' or PROJ_DT_TO !='', I see ALWAYS dates in the language set inside the Locale Report....
    Is there a way to manipulate the Report Locale Setting and make it dinamic ?
    Thanks in advance
    Alex
    So this preference is static, even if inside my report I have the parameter p_language I can see the data and headings with

  • Trying to install updates through software update and it downloads and tries to install then quits with and error

    I am trying to install the updates from software updates.
    It downloads and attempts to install but then gives and error saying nothing was installed.
    What could be causing this problem.
    The updates are for Itunes and a Digital Camera Raw Compatibility update.

    Thanks for the help... Here is what I found on the log.
    Hopefully I did this right
    Jul 17 09:41:40  -MacBook-Pro Software Update[2187]: JS: 10.7.4
    Jul 17 09:41:41  -MacBook-Pro diskmanagementd[2200]: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x106508c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    Jul 17 09:41:42  -MacBook-Pro diskmanagementd[2200]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x106508ae0=disk0s3=Recovery HD
    Jul 17 09:41:44  -MacBook-Pro diskmanagementd[2200]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x7fd730d13a50
    Jul 17 09:41:44  -MacBook-Pro diskmanagementd[2200]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    Jul 17 09:41:44  -MacBook-Pro diskmanagementd[2200]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7fd732203960
    Jul 17 09:41:46  -MacBook-Pro diskmanagementd[2200]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    Jul 17 09:41:46  -MacBook-Pro diskmanagementd[2200]: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
                  ProductBuildVersion = 11C2002;
                  ProductCopyright = "1983-2011 Apple Inc.";
                  ProductName = "Mac OS X";
                  ProductUserVisibleVersion = "10.7.2";
                  ProductVersion = "10.7.2";
    Jul 17 09:41:52  -MacBook-Pro Software Update[2187]: JS: 10.7.4
    Jul 17 09:41:57  -MacBook-Pro Software Update[2187]: JS: model = MacBookPro8,1
    Jul 17 09:41:57  -MacBook-Pro Software Update[2187]: JS: 10.7.4
    Jul 17 09:42:02: --- last message repeated 4 times ---
    Jul 17 09:42:02  -MacBook-Pro Software Update[2196]: Acquired Lock: 501, 2187, 0
    Jul 17 09:42:02  -MacBook-Pro Software Update[2196]: Releasing Lock: 501, 2187, 0
    Jul 17 09:42:09  -MacBook-Pro Software Update[2187]: Calculated need 2282.313 MB; 573165.167 MB free; 583126.685 MB available with MTM reclaim
    Jul 17 09:42:12  -MacBook-Pro Software Update[2196]: Acquired Lock: 501, 2187, 0
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_ImageEnhancement. (return value 3)
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_CHorsePI. (return value 3)
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Inkjet3. (return value 3)
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:24  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Cmd2HP. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_DMF. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_PDE. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Scan. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_CHorsePDM. (return value 2)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Chuckwalla. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_CHorsePIL. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Fax2. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Scan3. (return value 2)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_CHorse. (return value 3)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_SmartX. (return value 2)
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Officejet Pro 8600
    Jul 17 09:47:25  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for HP_Pdf2Pdf1. (return value 3)
    Jul 17 09:47:27  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-5890CN
    Jul 17 09:47:27  -MacBook-Pro Software Update[2187]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-5895CW
    Jul 17 09:47:27  -MacBook-Pro Software Update[2187]: JS: Printing drivers update available for Brother_Common. (return value 2)
    Jul 17 09:47:28  -MacBook-Pro installd[2192]: PackageKit: ----- Begin install -----
    Jul 17 09:47:28  -MacBook-Pro installd[2192]: PackageKit: request=PKInstallRequest <29 packages, destination=/>
    Jul 17 09:47:28  -MacBook-Pro installd[2192]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_CHorse.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_CHorsePDM.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_CHorsePI.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_CHorsePIL.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_CHorsePSF.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Chuckwalla.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Cmd2HP.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_DMF.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Fax2.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_ImageEnhancement.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Inkjet3.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_PDE.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Pdf2Pdf1.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Scan.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_Scan3.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/HP_SmartX.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3000/MakeQueuesScript.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3895/Brother_Common.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3895/Brother_ICA.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3895/Brother_Inkjet08Common.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3895/Brother_Utility.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-3895/MakeQueuesScript.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-6197/RAWCameraUpdate3.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/AppleMobileDeviceSupport.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/iTunesX.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/CoreFP.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/CoreFP1.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/iTunesAccess.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-6245/iTunesLibrary.pkg>"
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.Brother_Common (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.Brother_ICA (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.Brother_Inkjet08Common (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.Brother_Utility (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.RAWCameraUpdate3 (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.AppleMobileDeviceSupport (prefix path=/)
    Jul 17 09:47:30  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.iTunesX (prefix path=/)
    Jul 17 09:47:31  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.CoreFP (prefix path=/)
    Jul 17 09:47:31  -MacBook-Pro installd[2192]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.iTunesAccess (prefix path=/)
    Jul 17 09:47:31  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_CHorse.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:32  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_CHorsePDM.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:33  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_CHorsePI.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:34  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_CHorsePIL.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:35  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_CHorsePSF.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:36  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Chuckwalla.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:36  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Cmd2HP.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:36  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_DMF.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:40  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Fax2.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:41  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_ImageEnhancement.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:41  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Inkjet3.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:41  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_PDE.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:42  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Pdf2Pdf1.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:42  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Scan.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:43  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_Scan3.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:43  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3000/HP_SmartX.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:44  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3895/Brother_Common.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:44  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3895/Brother_ICA.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:44  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3895/Brother_Inkjet08Common.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:45  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-3895/Brother_Utility.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:45  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/041-6197/RAWCameraUpdate3.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:46  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/AppleMobileDeviceSupport.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:49  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/iTunesX.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:57  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/CoreFP.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:57  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/CoreFP1.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:58  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/iTunesAccess.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:58  -MacBook-Pro installd[2192]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-6245/iTunesLibrary.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jul 17 09:47:58  -MacBook-Pro installd[2192]: PackageKit: update_dyld_shared_cache -overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Jul 17 09:48:08  -MacBook-Pro installd[2192]: update_dyld_shared_cache[2320] updating i386 cache because dylib at /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera has changed
    Jul 17 09:48:23  -MacBook-Pro installd[2192]: update_dyld_shared_cache[2320] updating x86_64 cache because dylib at /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera has changed
    Jul 17 09:48:35  -MacBook-Pro installd[2192]: PackageKit: xpchelper --rebuild-cache --overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Jul 17 09:48:39  -MacBook-Pro installd[2192]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.Z6vqHH/Scripts/com.apple.pkg.HP_CHorse.vgDS4q
    Jul 17 09:48:50  -MacBook-Pro installd[2192]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “HP_CHorse.pkg”." UserInfo=0x7f86d620b050 {NSFilePath=./preinstall, NSURL=file://localhost/Library/Updates/041-3000/HP_CHorse.pkg, PKInstallPackageIdentifier=com.apple.pkg.HP_CHorse, NSLocalizedDescription=An error occurred while running scripts from the package “HP_CHorse.pkg”.} {
                  NSFilePath = "./preinstall";
                  NSLocalizedDescription = "An error occurred while running scripts from the package \U201cHP_CHorse.pkg\U201d.";
                  NSURL = "file://localhost/Library/Updates/041-3000/HP_CHorse.pkg";
                  PKInstallPackageIdentifier = "com.apple.pkg.HP_CHorse";
    Jul 17 09:48:51  -MacBook-Pro Software Update[2196]: Releasing Lock: 501, 2187, 0
    Jul 17 09:48:51  -MacBook-Pro Software Update[2187]: Error: An error occurred while running scripts from the package “HP_CHorse.pkg”. (PKInstallErrorDomain code 112)

  • Refresh BEx-Query with variant

    Dear all,
    i have a question about refreshing Queries with variants.
    To refresh a BEx-Query (BW3.5) in a Workbook with VBA is no problem.
    For example:
    Run "SAPBEX.XLA!SAPBEXrefresh", False, myRange
    But is there a possibilty to refresh a BEx-Query with a variant (also with VBA)?
    My target is to create a VBA-Tool:
    1 which user can select a single Query and the available variant.
    2 Then push a VBA-Button
    3 After the selection no Variable-Screen will pop-up
       and the refreshing is completed.
    Thanks all

    Hi Ashok,
    refreshing Queries automatically on Workbook open is standard...
    What i need is to refresh a Query with variant (saved variable-values for a query e.g. the name of the variant is "ZMYVARIABLES").
    The user should not select an existing variant (ZMYVARIABLES)
    manually with Shift+F5 (Get Variant) on the Query-Variable POPUP-Screen.
    What i need is a codefragment which implement that all.
    Pseudo code:
    Sub RefreshQuery(QueryID As String, Variantname As String)
    End Sub
    Thanks,
    Erol

  • Cell Definition and Reverse sign Issue after upgrade

    Hi ,
    we are having a issue here after upgrade to BI 7 from 3.1c .
    There is a Collision between Cell Definition and Reverse sign in the query designer.
    Issue is . We have Key Figure "Net Days AR" which has Reverse Sign Checked under properties. In 3.1c when we ran the report the Net Days AR would get value like  for example    -40 . but now after upgrade to BI 7 SP 16 we are getting value 40. the negative sign is missing. The formula is correct.
    I went and checkd if we have any cell definitions defined on this and found the cell definitions onthis keyfigure.
    values are comming correct if there are  no cell definitions.
    Thanks in Advance and Points will be awarded.
    Thanks,
    Reddy

    we have the same problem. In BI 2004s with BEx 3.x when the cell reference is defined, the reverse sign flag is ignored.
    I opened a message to SAP. Until now no solution and I think we'll never receive solution. Here are the answers we received:
    SAP
    I have to say this is the limitation of front end 3.5.
    In designer 3.5, it works this way:
    When you define a cell referance, this cell is blocked from change of the column property change. No matter how you change the column key fig proerty, it keeps the original status when you define it.
    If you want the defined cell property, you need to delete the cell
    referance, change property, then redefine the referance.
    I agree this is very inconvinience, that's why I would recommend you to use query designer 7.0 if possible. With 7.0 front end, you can define separately the property for defined cells. It is more flexible.
    ME
    At the moment it is not possible to migrate to 7.0 frontend.
    I tried to delete the cell reference, change properties and redefine the reference. I tried to create new columns, define cell properties, save and define the cell reference. I tried several different combinations...
    No way, as soon as I define the cell reference, column properties are ignored.
    1) How can we restore the correct behavour of a query in frontend 3.5?
    2) If we found a way to restore it, we need a smart procedure to modify all our existing queries (including how to identify those affected by this inconvenience).
    SAP
    For front end 3.5, you need do following:
    1. delete cell referance
    2. change the column property (such as tick on or off the sign reversal)
    3. re-define the cell (this cell will with the new sign status)
    4. define formular base on cell
    After step 3, you can't change cell property whatever you do in
    column property. This is the designed behavior.
    If you want to change property after step 3, you need to start
    all over from step 1.
    ME
    I did it.
    Don't work. When I define the cell reference, column properties are ignored.
    SAP
    It seems there is some issue in front end.
    Do you use the front end 3.5 with latest patch?
    Could you please check front end installation as per sapbexc.xla (described in note 197460). If there are problems shown within this check do the following:
    - Remove your frontend via 'START' - 'PROGRAMS' - 'SAP FRONTEND' -'REMOVE SAP FRONTEND'
    - Install the lastest frontend and GUI patch (according to note 496977or 496989 again and check the installation).
    ME
    I don't think so. I am using:
    Sapgui 7.10 Patch 8
    Bex 3.50 Patch 3
    Bex 7.x Patch 5
    to be continued...

  • BW Report-Cell Definition

    Hi,
       I have a issue with BEX Reporting...
              I need to create some Fields as selection under a structure.For each Field I have a Hidden column with the same name and with all the filters for that particular hidden column.Now in the Cell definition I give the filters and define the hidden column as Cell Reference. Now for the visible fields i need to do cell calculation using something like this--
    IF Cell_Reference > 0 THEN Cell_Reference ELSE NULL.
    I cannot find a function to carry out such a calculation.
    Can anyone please suggest as to how do i do it..?
    Thanks a lot..
    Jeev

    Hi,
    Try to create Restricted Key figures for those characteristics based on the key figure for which you want to calculate and create condition based on the created RKF to check for > 0.
    Hope this helps
    AP

  • Using hierarchies from SAP BW BEx Query in BO Universe

    Hello,
    I'm trying to use a hierarchy (e.g. a simple customer class hierarchy) which is a part of a BEx Query in a BO Universe. But until now I have not found a way to get a hierarchy from a BEx Query working in a BO Unvierse.
    1. Is it generally possible to use hierarchies in BEx Queries with a BO universe? (at the moment I can see all characteristics and keyfigures from the query... but I can't see the hierarchy levels for the characteristic)
    2. If 1) is possible: I want to use a hierachy variable to select a hierarchy depnding on the user who is using a report... that's not a problem in BEx. But: Is it possible to use this query/scenario with a BO universe? Does the BO universe update itself automatically if the hierarchy has changed in a BEx query?
    I've tried it with SAP BW 3.5 and SAP BI 7.0. BO Release is XI 3.0. Unfortunatelly without result.
    Regards,
    Thorsten

    Hi Thorsten,
    1) Hierarchies are mapped in the same way as custom-made universe hierarchies. When a hierarchy is defined on a characteristic in the BW Query, Designer creates one hierarchical structure in the universe, with a subclass for each level in the hierarchy. The structure depends on the current BW Query definition.
    2) If the number of levels in a hierarchy changes in the BW query, you must update the universe. In the universe connection select *Use Single Sign On when refreshing
    reports at view time* to allow the user to benefit from SAP SSO.
    Hope this helps
    Jacques

  • 0repmode  "Restatement" value is not available in the BEx query

    Dear SEM-BCS experts,
    We need to select 0repmode  "Restatement" value in a BEx query, but it is not available (only # and Standard). The query is based on the SEM-BCS virtual cube. We use SEM-BCS version 6.02.
    I would be grateful if you could help us to resolve this problem.
    Mila

    Dear Mila,
    Report mode. "Restatement" availability purely depends on the settings made for
    the transaction data transfer ; between Transaction cube (BCS cube) to Reporting cube (BW cube). 
    Please check in the info package created for Transaction cube(BCS Cube) where in you can see the available options. If the data transfer is happening with reporting mode "Restatement" then it should be available.
    Most of the people use one Standard (S), Purchase (P).. but Restatement (R) option also available.
    Hope this will give you clarity.
    Thanks
    kamal

  • SAP BW BEx query - WEBi MDX query

    Hi Experts, have we had some discussion on this?
    Does MDX query send by WEBi report to BW use the same program to extract data from BW database?
    One of the option for WEBi report source of data is to build Universe on top of BEx query. Could you share how this process actually happen.
    I think
    - WEBi query will pass parameters that is relevant for BEx query filter of the universe
    - the BEx query will then extract the data (following normal process if we run BEx query independently)
    - if WEBi has further filtering, it will then get the BEx result above and filter it further ..??
    So, how is MDX query come into the picture?
    Or is it:
    - WEBi query and the BEx query will determine what MDX query will be generated, and this MDX query will then fetch the data.
    But why BEx query extract data faster then MDX query?
    Sorry, i am new to this. hope someone could share some light here. In the meantime i continue to real those documentation and try to get some more ideas of what is actually happening.
    Thanks.

    Hi Thanks a lot for pointing this out.
    Did i understand it correctly that BEx query is using a different set of program (platform) to retrieve data compare to MDX query, and not MDX uses those program that is used by BEx to retrieve data from BW database and have extra steps on top of that?
    Can anyone share what is actually happen WEBi MDX query is executed (how the database is hit with SQL, and what are the tools to evaluate the efficiency of the WEBi (or the used BEx). As for BEx we have RSRT to analyze it right.
    And even to test the MDX query using MDXTEST and try to get the data from WEBi report, i found WEBi report still take considerably a lot longer. Why is this so? just because BO is a different system then BW?
    And as it's shared the BO 4.0 is using the same platform as BEx to retrieve data from BW database, does this mean we don't need to care about MDX usage in BW anymore as far as BO data extraction concern?
    Thank you very much.

  • Options in Assignment of Condition in BEX Query Designer

    Hi Experts,
      I am trying to define a condition in BEX Query Designer.
    I defined my condition and bit confused with Characterstic Assignment
    What Happens if is select 9What is the difference)
    1) All Characterstic in the Drilldown Independtly
    2)Most Detailed  Characterstic Along the Rows
    3)Most Detailed Characterstic Along Columns and
    4)Individual Chars and Chars.Combinations
    Thanks

    hi,
    chk the link
    Query creation
    http://help.sap.com/saphelp_nw70/helpdata/EN/f1/0a5625e09411d2acb90000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/d21c1f46076bb2e10000000a1553f6/content.htm
    Ramesh

  • Condition (Defintion) in BEX Query Designer

    Hi Experts,
      I am trying to define a condition in BEX Query Designer.
    I defined my condition and bit confused with Characterstic Assignment
    What Happens if is select 9What is the difference)
    1) All Characterstic in the Drilldown Independtly
    2)Most Detailed  Characterstic Along the Rows
    3)Most Detailed Characterstic Along Columns and
    4)Individual Chars and Chars.Combinations
    Thanks

    Hi,
    <b>● All Characteristics in the Drilldown Independently</b>
    This setting allows you to apply a condition in a general way. Depending on which characteristics you use in the drilldown, you obtain different results.
    Note that the characteristics that are already used in an active condition for characteristic combinations are not included.
    This option is optimized for ranked list conditions, but can also be used for threshold value conditions with relative values.
    <b>●Most Detailed Characteristic Along the Rows or Columns</b>
    This option is optimized for threshold value conditions. The condition is applied to the most detailed characteristic of the rows or columns.
    Note that this function is not supported when executing the query in the BEx Analyzer. For more information, see Restrictions in the BEx Analyzer.
    <b>● Single Characteristics and Characteristic Combinations</b>
    This setting allows you to evaluate the condition for characteristics or characteristic combinations defined for specific drilldowns only. You can select any characteristic (of the characteristics used in the query in rows, columns, or in the free characteristics) or a characteristic combination.
    ○       If you only want to evaluate the condition when a certain characteristic is present in the drilldown, select this characteristic.
    ○       If you want to evaluate the condition for characteristic combinations, select multiple characteristics.
    Source:
    help.sap.com
    For more information and examples please check the following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/73/702e39074dc93de10000000a114084/frameset.htm
    Hope it helps.

  • How to create variables in Bex query

    Hi all,
    can anyone please explain how to create the variables and how many types of variables in Bex Query.
    Thanks in advance
    James

    Hi James,
    You can create variables in the BEx Query by right clicking on your characteristic and then selecting Restrict. A pop up window will appear. On the left side of the pop-up window, right click on a white space and then select New Variable. The Variable Wizard will then appear - you can now create your variable acording to your specifications. For more info on variables, please click on the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56a7e09411d2acb90000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/61/579b3c494d8e15e10000000a114084/content.htm
    Hope this helps,
    Juice

  • How to design Label in Bex Query

    Hi to all,
    How to create label in query .
    i have designed a query which contain sales value for coffe1 coffe2 coffe3 and sales value for tea1 tea2 tea3 . But i need to group coffe1 coffe2 coffe3 under COFFE as label, and tea1 tea2 tea3 group under TEA as label example .
        COFFE  ( LABEL)            I        TEA  ( LABEL )
    coffe1 coffe2 coffe3         I       tea1  tea2  tea3
    1          4         6                 I        2       5       7
    2          5         7                 I        3       7      9
    i that can be done unde query designer or report designer or any other tool is for that.
    please can any one tell me how to do it and step's regarding that.
    i shall be thnakfull to you for this.
    Regards
    Pavneet Rana

    Thanks for reply.
    I have created already a cerated a structre under Columns and have displayed tea1 tea2 tea3 and coffe1 coffe2 coffe3 as selection and restricted with sales value.
    but when i execute query  it display like
      tea1 tea2 tea3 coffe1 coffe2 coffe3 .
    i need to group tea and coffe under TEA and COFFE label.
    can i do some thing in bex query designer.
    can i do it with text variable.
    I shall be thankfull for reply.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Oct 4, 2010 2:39 PM

  • Giving Error while opening BEx Query Designer.

    Hi all,
                   A user is trying to open BEx Query Designer 7.0 and she is getting this error
    " SAP BEx Query Designer standalone has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were middle of something, the information you are working on might be lost. "
    She is not having issues while opening BEx Analyzer. She is having Office 2010. This doesn't seem to be compatibility issue with the Office. This BEx was not installed on her machine 2 weeks back and it was working fine until now. 
    As a first re-solution i told her to get it re-installed but still she is getting the same issue.
    Thanx.

    Hello,
    There is no relation between Office VS Query Designer. Only with BEx Analyzer and MS Excel.
    My suggestion is.
    If you don't have version 7.20 of SAPGUI and Business Explorer, please download the installer.
    After that, download the latest patch available and install:
    http://service.sap.com/swdc
    > Support Packages and Patches
    > Browse our Download Catalog
      > SAP Frontend Components
    > SAP GUI FOR WINDOWS
    > SAP GUI FOR WINDOWS 7.20 CORE
    > Win32
    _ > * gui720_5-10007878.exe
       |  > BI ADDON FOR SAP GUI
       |  > BI 7.0 ADDON FOR SAP GUI 7.20
       |_ > * bi720sp03p_301-20006596.exe
       |
       |  > BI ADDON FOR SAP GUI
       |  > BW 3.5 ADDON FOR SAP GUI 7.20
       |  > Win32
       |_ > bw350gui720_5-20006857.exe
    If persist, let me know.
    Cheers
    Edward John

Maybe you are looking for

  • Can you connect the TC directly to a Mac Book Pro thru either USB or Ethernet?

    Can you hook a Time Capsule directly to a Mac Book Pro thru USB Port or Ethernet or? So that you can speed up the transfer time?? It's so slow compared to directly connected FW800 and Thunderbolt Drives... It's painful... Thanks

  • 4th gen touch and iTunes Match no longer works

    I have a 4th gen touch, and iTunes Match no longer works - I choose it in settings, and it just turns itself off a few seconds later - it worked before, and I had to restore the iPod, and it doesn't work any more.

  • Flash Video mystery

    Hi all, I'm in charge of our company website. We have recently had to move to a new host. All of the Flash files work except for the ones containing video, examples are here:Ex 1 / Ex 2 / Ex 3http://www.nightingaleassociates.com/primary-capital-actio

  • Increase Query timeout in Dashboard

    Hi,                     When we add  a query through query browser in dashboard after certain time the connection gets timed out if the system is idle . Normally we can increase time out for webi reports but where could we increase the time for the B

  • Videora won't run on my XP system

    Every time I try to start Videora, I get a Common Language Runtime debugging service flag that tells me "Application has generated an exception that could not be handled" - Any ideas on why I get this message ? Many thanks for any help or advice....