Entity Memberlist That Includes Base Members?

I have created a custom memberlist for Entities. It will drive part of the ICP report. When a region runs a report they want a report to run for the INTRA regional eliminations and the INTER Region eliminations (All entities other than that region's entities.)
I have created a list that includes all regions but the region which is running the report, however I am unable to grab the base members. I get the regional parent and not the entities. Is there a way I can change my script to include the Base members? I am able to successfully pull the correct regions and the values but I need to break it down to the entity.
See below for the pieces of my script that apply-
ElseIf HS.Dimension = "Entity" Then
aEntityLists(1) = "NM Intercompany Entities"
aEntityLists(2) = "SETX Intercompany Entities"
aEntityLists(3) = "GCTX Intercompany Entities"
aEntityLists(4) = "ALT Intercompany Entities"
aEntityLists(5) = "SPOHN Intercompany Entities"
aEntityLists(6) = "SR Intercompany Entities"
aEntityLists(7) = "NOLA Intercompany Entities"
aEntityLists(8) = "SWLA Intercompany Entities"
aEntityLists(9) = "CLA Intercompany Entities"
aEntityLists(10) = "UTAH Intercompany Entities"
aEntityLists(11) = "PHYSICIAN Intercompany Entities"
aEntityLists(12) = "CORPORATE Intercompany Entities"
HS.SetMemberLists aEntityLists
End If
Sub EnumMembersInList()
If HS.Dimension = "Entity" Then
If HS.MemberListID = 1 Then
HS.AddEntityToList "US_OPERATIONS", "SETX_REGION*",[Base] (This didn’t work)*
HS.AddEntityToList "US_OPERATIONS", "GCTX_REGION"
HS.AddEntityToList "US_OPERATIONS", "ALT_REGION"
HS.AddEntityToList "US_OPERATIONS", "SPOHN_REGION"
HS.AddEntityToList "US_OPERATIONS", "SR_REGION"
HS.AddEntityToList "US_OPERATIONS", "NOLA_REGION"
HS.AddEntityToList "US_OPERATIONS", "SWLA_REGION"
HS.AddEntityToList "US_OPERATIONS", "CLA_REGION"
HS.AddEntityToList "US_OPERATIONS", "UTAH_REGION"
HS.AddEntityToList "US_OPERATIONS", "PHYSICIAN_GROUP"
HS.AddEntityToList "US_OPERATIONS", "CORPORATE_OTHER"
Any ideas on how I can change this?
Thanks for your help!
Kristin

if HS.MemberListID = 1 Then
          eLi=HS.Entity.List("SETX_REGION","[Base]")
          For i=Lbound(aLi) to Ubound(aLi)
     HS.AddEntityToList " " aLi(i)
          Next
End If
My bad I should not have used your example, What it determines the list where the entities will be added is the MemberListID so you dont need to add the list name to your script.
Edited by: Raul Rodriguez on Apr 5, 2011 12:32 PM

Similar Messages

  • Financial Reporting: Base members of Current Point of View for Entity

    How do you typically handle reports in which you'd like to show all base members of the current point of view, but also allow the user to select a base entity?
    Example A: Base members of Current Point of View for Entity
    User selects a base entity: report errors
    User selects a parent: report functions as expected and shows base entities
    Example B: Base members of Current Point of View for Entity (Inclusive)
    User selects a base entity: report functions as expected and shows the base entity
    User selects a parent: report shows base entities (as expected), but also shows the parent entity (which we do not want to see)
    I think the last case listed is what we want, but is there any way to just show the base entities? Like an advanced suppression option or something I'm missing.
    Thanks.

    Unfortunately, we don't have anything that uniquely identifies our base entities (close, but not all of them). However, the report does work as desired by using the following for entity, set in the advanced properties:
    Base members of Current Point of View for Entity (Inclusive) AND Bottom of hierarchy Entity
    This will allow the user to select either A) parent or B) base entity from the hierarchy and the report will show either A) base entities of the parent (not the parent) or B) the base entity.
    Not sure why this works and all the other things attempted did not, but as long as it works. Also tried conditional formatting on Level, but that always threw a level 0 (for both base and parent).

  • Does refreshing a report that includes Scope and Entity require elevated rights / permissions?

    This relates to the following thread:
    Why does refreshing a report in the EPM Add-In need to edit the Ownership Manager?
    Since I've received no responses on the above thread, I thought I might approach this from a different angle.
    If we have a report that includes both Scope and Entity, in SAP BPC 10 NW (801 SP03) / EPM Add-In 10.0 SP 16 Patch 1, does this require a user to have elevated permissions in order to refresh the report?  I ask because I have users who have rights to view reports, but they error out when they try to refresh a report's data, only where Scope and Entity are used in the report.  The tasks that error are:
    P0081
    Run Consolidation Tasks
    P0082
    View Ownership Manager
    P0083
    Edit Ownership Manager
    I do not understand why any of these should even be called by refreshing the report, as the user is simply "viewing" data that already exists in the environment.
    Can someone please shed some light on this or point me in the direction of how I can go about resolving this issue?
    Your help is greatly appreciated.
    Jeff

    Hi
    I am facing the same issue despiste the elevated app permission as per
    https://msdn.microsoft.com/en-us/library/office/jj822159.aspx?f=255&MSPPError=-2147217396
    I still had the error 401
    the solution for me was
    Under list settings -> advanced settings update the Create and Edit access settings from "Create and edit all items"
    the add the user the right to add only ( no edit , no delete) .
    Eric Caron

  • BPC Logic Script: Copy from calculated members (non-base) to base members

    Hi experts,
    I want to copy some values from some calculated members to base members in the same dimension. It appears I have a hard time scoping the calculated members.
    This is my C_ACCOUNT dimension:
    And this is the COPYCALC.LGF script I am running:
    LGX:
    *XDIM_MEMBERSET C_ACCOUNT = 450
    *WHEN C_ACCOUNT
    *IS 450
    *REC( EXPRESSION = %VALUE%, C_ACCOUNT = 50)
    *ENDWHEN
    LOG:
    LOG BEGIN TIME:2014-02-26 17:21:12
    FILE:\ROOT\WEBFOLDERS\STEP_UNIT_TEST \ADMINAPP\BUDGET_CASH\TEST.LGF
    USER:KAROLISB
    APPSET:STEP_UNIT_TEST
    APPLICATION:BUDGET_CASH
    [INFO] GET_DIM_LIST(): I_APPL_ID="BUDGET_CASH", #dimensions=16
    AA_NUMBER,AUDITTRAIL,BUDGET_OBJECT,BUDGET_TYPE,CATEGORY,COFOG,CURRENCY,C_ACCOUNT,C_ACCOUNT_DT,ENTITY,FLOW,GRANTS,MEASURES,TIME,TIME_DT,VERSION
    #dim_memberset=4
    CATEGORY:RES,1 in total.
    CURRENCY:LC,1 in total.
    TIME:2012,1 in total.
    C_ACCOUNT:450,1 in total.
    SCRIPT RUNNING TIME IN TOTAL:1.00 s.
    LOG END TIME:2014-02-26 17:21:12
    My model structure:
    So as you can see I am trying to copy from account 450 (which is non base) to account 50 ( which is base member). Also you can see that in the previous example no record was generated.
    Whereas,  if I replace the account 450 with 4500 I get record generated in order:
    LGX:
    *XDIM_MEMBERSET C_ACCOUNT = 4500
    *WHEN C_ACCOUNT
    *IS 4500
    *REC( EXPRESSION = %VALUE%, C_ACCOUNT = 50)
    *ENDWHEN
    LOG:
    LOG BEGIN TIME:2014-02-26 18:26:26
    FILE:\ROOT\WEBFOLDERS\STEP_UNIT_TEST \ADMINAPP\BUDGET_CASH\TEST.LGF
    USER:KAROLISB
    APPSET:STEP_UNIT_TEST
    APPLICATION:BUDGET_CASH
    [INFO] GET_DIM_LIST(): I_APPL_ID="BUDGET_CASH", #dimensions=16
    AA_NUMBER,AUDITTRAIL,BUDGET_OBJECT,BUDGET_TYPE,CATEGORY,COFOG,CURRENCY,C_ACCOUNT,C_ACCOUNT_DT,ENTITY,FLOW,GRANTS,MEASURES,TIME,TIME_DT,VERSION
    #dim_memberset=4
    CATEGORY:RES,1 in total.
    CURRENCY:LC,1 in total.
    TIME:2012,1 in total.
    C_ACCOUNT:4500,1 in total.
    REC :%VALUE%
    CALCULATION BEGIN:
    QUERY PROCESSING DATA
    QUERY TIME : 0.00 ms. 1  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    CALCULATION TIME IN TOTAL :0.00 ms.
    1  RECORDS ARE GENERATED.
    CALCULATION END.
    ENDWHEN ACCUMULATION: 1  RECORDS ARE GENERATED.
    DATA TO WRITE BACK:
    AA_NUMBER AUDITTRAIL BUDGET_OBJECT BUDGET_TYPE CATEGORY COFOG CURRENCY C_ACCOUNT C_ACCOUNT_DT ENTITY FLOW GRANTS TIME TIME_DT VERSION SIGNEDDATA
    AA_NONE LIM NONE 10 RES FA_NONE LC 50 CAD_NONE A00 F99_1 NONE 2012 TD_NONE CURRENT 222.00
    1  RECORDS HAVE BEEN WRITTEN BACK.
    WRITING TIME :1.00  ms
    Why can I not copy value from 450 ? How do I solve this problem ?
    PS: currently I am testing this as a DM package run script but in the future I would like to make it a Default.lgf functionality.
    I am working on:
    BPC 10 SP5 for NW, calculation engine ABAP, BW 7.4

    Sorry to keep you in darkness. My code has developed since I have started this thread:
    *SELECT(%ADMISSIBLE%, "[ID]", C_ACCOUNT, " [THIERARCHY]<>'' AND [ACCTYPE]<>INC ")         // DEFINE THE SET OF REAL(ACTUALY EXISTING), NON-REVENUE AND NOT ANCIENT CASH ACCOUNTS HERE.
    *SELECT(%INADMISSIBLE%, "[ID]", C_ACCOUNT, " [ID] <> %ADMISSIBLE% ")
    *SELECT(%L1%, [ID], C_ACCOUNT, "[ID] = %C_ACCOUNT_SET%")       // DEFINE BASE LEVEL ACCOUNTS
    *SELECT(%L2%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L1% ")       // DEFINE FIRST(COUNTING FROM BASE) LEVEL PARENTS
    *SELECT(%L3%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L2% ")       // DEFINE SECOND(COUNTING FROM BASE) LEVEL PARENTS
    *SELECT(%L4%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L3% ")
    *SELECT(%L5%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L4% ")
    *SELECT(%L6%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L5% ")
    *SELECT(%LALL%, "[ID]", C_ACCOUNT, "[ID] = %L1%,%L2%,%L3%,%L4%,%L5%,%L6%")  //UNION OF ALL LEVELS
    *XDIM_MEMBERSET AUDITTRAIL = INPUT
    *XDIM_MEMBERSET VERSION = CURRENT
    *XDIM_MEMBERSET AA_NUMBER = AA_NONE
    *XDIM_MEMBERSET TIME_DT = TD_NONE
    *XDIM_MEMBERSET C_ACCOUNT_DT = CAD_NONE
    *XDIM_MEMBERSET C_ACCOUNT = %INADMISSIBLE%     //SCOPE LEAVES ALL POTENTIAL DESTINATIONS FOR MEMBERS IN %PARS%
    *FOR %A% = %PARS%    //LOOP OVER ALL ADMISSIBLE PARENTS
    *WHEN C_ACCOUNT
    *IS L_C_%A%
    *REC( EXPRESSION = [C_ACCOUNT].[%A%], C_ACCOUNT = L_C_%A%)         //SUM UP THE VALUES OF LEAVES AND WRITE THE SUM TO DESTINATION ACCOUNT
    *ENDWHEN
    *NEXT
    screen shot of part of member table for C_ACCOUNT:
    continuation in next reply (I have problems with my text editor)

  • Error msg is generated when attempt to crop a TIF that included a 3rd party filter (Win7 Pro SP1)

    Error msg is generated when attempt to crop a TIF that included a 3rd party filter not on
    local machine. (Windows 7 Professional SP1)
    1. File created in CS5 with third party filter applied to smart object (filter:Neat Image
    published by ABSoft.)
    2 Transfer to another computer that does not have the filter installed.
    3. Open in Photoshop CS6.
    4. Use crop tool to attempt to crop the photo.
    5. Receive error message "Could not complete the command because of a program
    error."
    6. Crop completes and can be saved, but filter is disabled and cannot be enabled unless
    moved back to original computer.
    Expected result should be:
    Allow filter to be enabled as CS5.  Or message similar to message produced with
    missing font.
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer,
    SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 1995 MHz
    Built-in memory: 6051 MB
    Free memory: 2949 MB
    Memory available to Photoshop: 5290 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GT 540M/PCI/SSE2
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 768, right: 1366
    Video Card Number: 1
    Video Card: NVIDIA GeForce GT 540M  
    OpenCL Unavailable
    Driver Version: 8.17.12.6744
    Driver Date: 20110301000000.000000-000
    Video Card Driver:
    nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode:
    Video Card Caption: NVIDIA GeForce GT 540M  
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\wayne\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 450.2G, 387.4G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64
    Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   5,0,10,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012
    18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build
    gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build
    gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0;
    BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112  
    0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    See if you can troubleshoot Safari extensions and third party plugins before Safari crashes.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.

  • Pipe in Expansion does not expand BAS members for all KeyRanges

    Hi all,
    I created a simple report to input some figures (in this case currency translation rates). I would like to add the different figures per period (BAS members of selected time period) and would like to have the different input currencies separated using the PIPE within the expansion parameters (rf. screenshot):
    http://up.picr.de/4945568.png
    I would expect the following result after expanding (rf. screenshot):
    http://up.picr.de/4945586.jpg
    What I get is the following; for the first KeyRange the BAS members are listed from JAN to DEC. the other KeyRanges only show the JAN 12 times (rf. screenshot ):
    http://up.picr.de/4945604.jpg
    Does anyone have an idea? I already tried to modify the expansion from BAS to BAS|BAS|BAS, but the result is the same.
    Thanks in advance and best regards
    DoubleM
    Using: BPC 7.5 for Microsoft

    Hi Karsten,
    thank you for your answer, too. Yes, this is sth. I also thought about (just add the Dimension description in a new header able.  I think now it's ok.
    If I would adapt the report like this I would have the next issue. I like using the pipes as they give a little bit more overview to a report (from my point of view), but I guess the functionality is not always really sophisticated.
    Example: Normaly the formula next to the first cells in the headers (like EVDES) is copied to the rest of the KeyRange. If you use pipes you have different KeyRanges and I would also expect, that the formula is also copied to this Ranges, but it will not. If I have static reports (like in the example of this thread), it's quite easy to copy the formulas, so the description is also named in the other ranges.
    But if you have really dynamic reports (so you do not know, how many rows will be filled) you cannot copy the formulas easily. Maybe a solution with macros might be possible, but it's not the nicest way ...
    cheers
    DoubleM

  • Attribute Dimension and association with multi level base members

    I am trying to associate attribute dimension members with base members that can be at different levels (level 0 or level 1 or level 2 ).
    First question - Is that possible ? Second how do I do that.
    I am building the dimensions(base and attribute) members first and then trying to associate.
    I get the following error message :
    Base member (xxxxxxx) association level does not match base dimension association level
    The base dimension looks like
    Supplier
    |-----Supplier Group
    |---------Supplier ID (Associate this member to an attrbiute dimension)
    |---------------Invoice Number
    Sometimes the Supplier ID may not have a Supplier Group or an Invoice Number (hence it can be a level 0 or directly under the dimension name - Gen2)
    The Attrbute Dimension looks like
    Supplier Value
    |---High
    |---Medium
    |---Low
    Edited by: 816875 on 30-Nov-2010 07:01

    First to clarify, base mambers by definition would all be level 0 members, but to your question, attributres can only be associated to a single level within a dimension. your problem is sometimes the supplier is level 0 and other times level 1. This can't be done.

  • Hello, im a photographer and wants to know if there is  a pack that include photoshop, lightroom and primiere?

    hello, im a photographer and wants to know if there is  a pack that include photoshop, lightroom and primiere?

    hi,
    Sory for all the questions, but need to understand.
    you said a year, ather that it will be more? or does it mean that i have to
    be obligated for one year?
    thanks,
    gila
    054-4774218
    http://www.aginteriorphotography.com/
    Gila Azulay - Phtographer @ facebook
    <https://www.facebook.com/pages/Gila-Azulay-Photographer-0544774218/219852621412097?focus_c omposer=true>
    bizmakebiz
    <http://www.bizmakebiz.co.il/Members/43844114-9075-46ff-af81-85cc94d2b716/>

  • Base members doesnot exist

    Dear all
    I have prepared a script logic which posts data from one model to another model.
    while i was testing this script, i got an error saying ALL_base members. I still used this script in default logic and executed a input template.
    It worked fine eventhough validation failed.
    Now we have a requirement such that category dimension is being passed from user prompt. So, I made a package which sends the category from user prompt and calls the script logic.
    I got the error ALL_Base member doesn't exist. After reading some threads in scn.sap.com, I have scoped all dimensions in source model with their base members.But this time I am getting an error saying a member doesnot exit. when i checked dimension members of that member, I couldnt find in any of the dimension but one of the property of costcentre dimension.
    Can somebody help in reviewing the below script? is this  below script syntactical wise and logical wise correct? if so, i need to check the dimension properties and members.
    Source Model:BF
    Source Dimensions:Account[A], Category[C], Costcentre,datasrc,fund,internalorder,time,wbs,measures
    Property of WBS:Funded_Prog
    Property of Costcenter: Fundcenter
    Destination:FUND_MGMT
    Destination dimensions:Commtnt_item[A], Category, Datasrc,Fund,Funded_prog,Portfolio,Time,Measures
    mapping ->
    source                                   destination   
    Account                              Commtnt_item
    WBS                                   Funded_prog
    costcenter                             Portfolio
    script logic
    *SELECT(%ACCOUNT_ID%,"[ID]",ACCOUNT,"[ID]<>'ETC','REV_ETC'")
    *SELECT(%CATYEAR%,"[YEAR]",CATEGORY,"[ID]=%CATEGORY_SET%")
    *SELECT(%WB%,"[ID]",WBS,"[CALC]='N'")
    *SELECT(%CC%,"[ID]",COSTCENTRE,"[CALC]='N'")
    *SELECT(%IO%,"[ID]",INTERNALORDER,"[CALC]='N'")
    *SELECT(%DS%,"[ID]",DATASRC,"[CALC]='N'")
    *SELECT(%FD%,"[ID]",FUND,"[CALC]='N'")
    *XDIM_MEMBERSET ACCOUNT=%ACCOUNT_ID%
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET TIME=BAS(%CATYEAR%.TOTAL)
    *XDIM_MEMBERSET WBS=%WB%
    *XDIM_MEMBERSET COSTCENTRE=%CC%
    *XDIM_MEMBERSET INTERNALORDER=%IO%
    *XDIM_MEMBERSET DATASRC=%DS%
    *XDIM_MEMBERSET FUND=%FD%
    *DESTINATION_APP = FUND_MGMT
    *RENAME_DIM WBS = FUNDED_PROG, ACCOUNT = COMMTNT_ITEM, COSTCENTRE = PORTFOLIO
    *SKIP_DIM = INTERNALORDER
    *WHEN WBS.FUNDED_PROG
    *IS <> ""
    *WHEN ACCOUNT.ACCTYPE
    *IS INC
    *REC(FACTOR = 1,ACCOUNT=A40000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *IS EXP
    *REC(FACTOR = 1,ACCOUNT=A50000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *ENDWHEN
    *ENDWHEN

    *SELECT(%ACCOUNT_ID%,"[ID]",ACCOUNT,"[ID]<>'ETC','REV_ETC'")
    *SELECT(%CATYEAR%,"[YEAR]",CATEGORY,"[ID]=%CATEGORY_SET%")
    *SELECT(%WB%,"[ID]",WBS,"[CALC]='N' AND [FUNDED_PROG]<>''")
    *SELECT(%CC%,"[ID]",COSTCENTRE,"[CALC]='N' AND [FUNDCENTER]<>''")
    *SELECT(%IO%,"[ID]",INTERNALORDER,"[CALC]='N'")
    *SELECT(%DS%,"[ID]",DATASRC,"[CALC]='N'")
    *SELECT(%FD%,"[ID]",FUND,"[CALC]='N'")
    *XDIM_MEMBERSET ACCOUNT=%ACCOUNT_ID%
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET TIME=BAS(%CATYEAR%.TOTAL)
    *XDIM_MEMBERSET WBS=%WB%
    *XDIM_MEMBERSET COSTCENTRE=%CC%
    *XDIM_MEMBERSET INTERNALORDER=%IO%
    *XDIM_MEMBERSET DATASRC=%DS%
    *XDIM_MEMBERSET FUND=%FD%
    *DESTINATION_APP = FUND_MGMT
    *RENAME_DIM WBS = FUNDED_PROG, ACCOUNT = COMMTNT_ITEM, COSTCENTRE = PORTFOLIO
    *SKIP_DIM = INTERNALORDER
    *WHEN ACCOUNT.ACCTYPE
    *IS INC
    *REC(FACTOR = 1,ACCOUNT=A40000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *IS EXP
    *REC(FACTOR = 1,ACCOUNT=A50000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *ENDWHEN
    Ujkt log
    LGX:
    LOG:
    FILE:\ROOT\WEBFOLDERS\CORPORATE \ADMINAPP\BF\TEST.LGF
    USER:10005576
    APPSET:CORPORATE
    APPLICATION:BF
    [INFO] GET_DIM_LIST(): I_APPL_ID="BF", #dimensions=9
    ACCOUNT,CATEGORY,COSTCENTRE,DATASRC,FUND,INTERNALORDER,MEASURES,TIME,WBS
    #dim_memberset=8
    ACCOUNT:1,10,100,1000,100001,...1036 in total.
    CATEGORY:CB01,1 in total.
    TIME:2014.07,2014.08,2014.09,2014.10,2014.11,...8 in total.
    WBS:CAP000001SRAMU1,CAP000005,CAP000006,CAP000009,CAP000011,...24670 in total.
    COSTCENTRE:10021101,10031101,10071101,10081101,10100001,...2106 in total.
    INTERNALORDER:1001000000,1001000001,1001000002,1001000003,1001000004,...1275 in total.
    DATASRC:DS_CALC,DS_ECC,DS_MANUAL,DS_PRIORITY,DS_TRF,...36 in total.
    FUND:10001000,1100,1110,1180,1190,...66 in total.
    UJK_EXECUTION_EXCEPTION:Value of Property (FUNDED_PROG) for member (CAP000001SRAMU1) in dimension (WBS) is empty
    Version of BPC - SP 002.
    S/W COMPONENT     RELEASE     LEVEL     HIGHEST SUPPORT PACKAGE DESCRIPTION
    CPMBPC                      801                 0002     SAPK  - 80102INCPMBPC     CPM BPC
    SAP_BW                      731                  0006                        SAPKW73106                SAP BW      

  • Can't deploy a model that includes a service

    I'm using flashbuilder 4.5.1 & lcds 3.1 and I'm trying to deploy a model that includes a service something like this:
    <service name="Zoo">
            <annotation name="ActionScriptGeneration">
                <item name="ServiceType">RemoteObject</item>
            </annotation>
            <function name="scoop" return-type="void">
             <parameter name="animal" type="opaque"/>
            </function>
        </service>
    When I try to deploy it I get this lcds error about expecting an annotation.  I've successfully used this capability in the past, any suggestions or workarounds?
    thanks in advance

    Rohit,
    Thank you very much for the explanation. 
    By the way, the Flash Builder 4.5  Data Model perspective displays the following when you hover over a <function…> tag and appears to be in error. See text in red below.
    Defines the prototype of an externally defined function within a service.
    For information about functions, including how to add them in Design mode, see Add service functions. Can
    appear
    A function element can only appear as an immediate child of a service element. Attributes
    Attribute
    Req/Opt
    Default
    Description
    name
    Required
    Specifies the function name.
    arguments (deprecated)
    Optional  
    Note: The arguments attribute is deprecated in LiveCycle Data Services 4.5. For prolonged support an d
    augmented functionality, use the parameters attribute.
    Specifies the names and types of the function’s arguments. If present, the value specified for arguments
    takes the form name:type, where name and type denote argument names and types, respectively.
    Names must be valid data model language names, and types must be valid data model language type
    expressions
    Instead of an arguments attribute, you can use child parameter elements. If you use parameter elements,
    you cannot include the arguments attribute.
    parameters
    Optional  
    Specifies the names and types of the function arguments. A missing parameters attribute indicates that the
    function takes zero arguments.
    If present, the value specified for arguments takes the form name:type[=default], where name , type, and
    default denote parameter names and types, and default values respectively. The name and type are required.
    The default value is optional.
    Separate mutliple parameters with commas.
    Default values can be literal values or expressions.
    Names must be valid data model language names, and types must be valid data model language type
    expressions.
    Instead of a parameters attribute, you can use child parameter elements. If you use parameter elements, you
    cannot include the parameter attribute.
    return-type
    Optional  
    Specifies the return type of the function.
    You must specify the type of data that is returned. However, the attribute is optional because you can use a
    child return-type element instead. Child elements
    A function element can contain zero or more annotation and parameter elements, and zero or one return-
    type elements. Example
    The data model in the following example contains a service with two functions, both of which are called
    from expressions in properties of an entity. <model xmlns="http://ns.adobe.com/Fiber/1.0">
        <entity name="Applicant" persistent="true">
            <property name="name" type="string"/>
            <property name="ssn" type="string"/>
            <property name="age" type="integer"/>
            <property name="state" type="string"/>
            <property name="score" expr="CreditScore.getCreditScore(ssn)"/>
            <property name="risk" expr="CreditScore.getRisk(state, age, score)"/>
            <id name="id" type="integer"/>
        </entity>
        <service name="CreditScore">
            <function name="getCreditScore" parameters="ssn:string" return-type="integer"/>
            <function name="getRisk" parameters="state:string, age:integer,
                 score:integer" return-type="integer"/>
        </service>
    </model> <
    Maybe you can pass this info along so it gets fixed on the next Data Model plugin release…
    Thanks,
    Oscar

  • I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look

    I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look normal when I first open them in photoshop. I will edit, save, and then realize once i've sent it to myself to test the color is WAY off. This only happens in photoshop. I've read some forums and have tried different things, but it seems to be making it worse. PLEASE HELP! Even viewing the saved image on the mac's pic viewer is way off once i've edited in photoshop. I am having to adjust all my colors by emailing myself to test. Its just getting ridiculous.

    Check the color space in camera raw, the options are in the link at the bottom of the dialog box. Then when saving make sure you save it to the srgb color space when sending to others. Not all programs understand color space and or will default to srgb. That won't necessarily mean it will be accurate, but it will put it in the ballpark. Using save for web will use the srgb color space.

  • File name collision during build that includes Report Generation toolkit. How to correct?

    When I switched to LV 8.6 (it's also in 8.6.1) I started getting a file name collision warning when building an installer that included the Report Generation toolkit. The executable works, but I don't like to leave warnings uninvestigated. I don't understand 1) why it's happening now and 2) what it's recommending for the fix. Here's part of the actual warning it gives.
    LabVIEW prevented a file name collision during the
    build. Duplicate file names cannot be copied to the same destination. You can
    rename files as part of the build process to avoid name conflicts.
    The following files were moved to a unique
    location:
    C:\Program Files\National Instruments\LabVIEW
    8.6\vi.lib\Utility\NIReport.llb\Append Control Image to Report.vi
    C:\Program
    Files\National Instruments\LabVIEW 8.6\vi.lib\Utility\NIReport.llb\HTML\Append
    Control Image to Report.vi
    C:\Program Files\National Instruments\LabVIEW
    8.6\vi.lib\Utility\NIReport.llb\Append File to Report.vi
    C:\Program
    Files\National Instruments\LabVIEW 8.6\vi.lib\Utility\NIReport.llb\HTML\Append
    File to Report.vi
    C:\Program Files\National Instruments\LabVIEW
    8.6\vi.lib\Utility\NIReport.llb\Append Horizontal Line to Report.vi...........

    Hi GS,
    The architecture of the Report Generation Toolkit was changed in LabVIEW 8.6 to utilize LabVIEW Classes.  As such, there are some warnings during an EXE build because the class VIs have identical names.  Classes were not used in the toolkit in LabVIEW 8.5 and previous...that's why you didn't see any warnings during the build until now.
    Your EXE should still function properly, and you shouldn't have to change anything about your build.  The purpose of the warnings is to let you know that the duplicate-named VIs needed to be handled differently during the build.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Unable to save a report that includes a datasource of "Microsoft SQL azure" type

    I have install SSRS in azure using the following instructions (http://msdn.microsoft.com/en-us/library/dn449661.aspx) and all seems to work fine, however when I create a report in report builder 2014 (in this case empty) that includes a Microsoft SQL Azure
    datasource type I am unable to save the report and get the following error message (even though when I test connection it succeeds). 
    "The report definition was saved, but one or more errors occurred while setting the report properties"
    Reports with standard sql datasources work fine.
    I have also tried creating the report using Visual Studio 2013 and get a similar error message.
    I have tried this using SQL 2012 and SQL 2014 and get the same error.
    Does anybody know how I can create a report with Microsoft SQL Azure datasource type?

    Hi jamesla,
    Based on my research, the issue can be caused by a deleted shared data source still exist under the Data Sources list in Report Builder. For more details about this scenario, we can refer to the following thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7170dbee-048c-4298-89ba-df4d42924c8e/the-report-definition-was-saved-but-one-or-more-errors-occurred-while-setting-report-properties?forum=sqlreportingservices
    Since the error message without detail information, we can try to render the report to see the detail error message. Besides, we can try to check it in the log file. The SQL Reporting Services log files are found on the reporting services point server, in
    the folder %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles.
    For more information about how to use Microsoft SQL azure as the data source of a report, please see:
    http://msdn.microsoft.com/en-IN/library/ff519560.aspx
    http://programming4.us/database/2158.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • HT204053 How do I set up a second I cloud ID so that 2 family members can use the same I Pad?

    How do I set up a second I cloud ID so that 2 family members can use the same I Pad?

    To change a secondary account to a primary account do the following:
    Tap Settings > Mail, Contacts, Calendars.
    Delete the secondary account.  (This only deletes if from your iPad, not from iCloud)
    Tap the Back button.
    Tap iCloud.
    Delete the primary account. (This only deletes it from your iPad, not from iCloud.  Your son's iPad will not be effected by this.)
    Add the secondary account that you want to be your primary account.

  • I have a keynote presentation that includes a significant amount of video.  When I edit the keynote slides (not the video slides) how can I save the changes without re-saving the videos (because that takes a VERY long time)?

    I have a keynote presentation that includes a significant amount of video.  When I edit the keynote slides (not the video slides) how can I save the changes without re-saving the videos (because that takes a VERY long time)?  I edit the presentation depending on the audience to which I am presenting.

    If you add a new  slide with just a text box (therefore a very small amount of data),  to an existing presentation then save,  Keynote will only save the new content to the file,  it wont save  pre-existing content as its already included in the file.
    The time  taken to "save" will be very much shorter than a "save as" when all of the existing content is saved again.

Maybe you are looking for

  • Can not able to login in sql ERROR: ORA-01033

    hi friends im using oracle 10XE.. till y'day it was working fine.. sudden it shows the following error while connecting to sqlplus and also the home page of oracle is also not getting opened... ORA-01033: ORACLE initialization or shutdown in progress

  • In my portfolio, one document of 6 pages, only the first page appears and i can't move to the other

    Am making up a portfolio of different pdfs. 1 document has 6 pages, but I can only see the first page. When I worked on it at home, an arrow appeared at the  bottom of the first page by which I could move to the other pages. Now here at work, there i

  • Payment program rules for selecting Bank accounts

    Hi !! Anyone that know the rules for payment program to select Vendor Bank accounts from XK03 when - more then one row exist in Vendor bank accounts (XK03) and - Field Partner bank type is "blank" (LFBK-BVTYP) for all bank account rows The rules seem

  • How to install NBA TV on Apple TV

    Hi people! Could you please explain me how to install NBA TV on Apple TV. Thanks beforehand!

  • Web service application instance

    I am building a LV2009 web services application (main.exe + web services).  The web service VI's share globals with the main.exe.  I think that the web services run under a separate application instance, therefore using globals will not work directly