Essbase Objects - Outline control, Dataserver control

Hi,We are using essbase objcects 7.0.2 - Data Server control & Outline control to select the members in the organization dimension. How can we enable multiselection of members in Outline control. I have tried EssOtv1.SingleSel = Falsebut still having problems in multiselection and can any one tell me how to read the multi selected members from outline control.I appreciate yout time.ThanksVK

To make the EssOTV control multiselect, set the Checkboxes property = True.Here is how to get the selected members when you have multiselect turned on.. In fact, there is a bunch of info stashed in a collection in the Tag property of the treeview Node, so I put in some sample code for that too (and hopefully it will look ok posted to this site; formatting here is not the greatest):Dim oNode As NodeDim sMessage As StringFor Each oNode In Me.EssOtv1.Nodes If oNode.Checked Then sMessage = "Node Text = " & oNode.Text sMessage = sMessage & "; Node member = " & oNode.Tag(1) sMessage = sMessage & "; Node alias = " & oNode.Tag(2) sMessage = sMessage & "; Node level = " & oNode.Tag(3) sMessage = sMessage & "; Node generation = " & oNode.Tag(4) sMessage = sMessage & "; Node dimension number = " & oNode.Tag(5) Debug.Print sMessage End IfNext oNodeNote: the Node object is defined as part of the Microsoft Windows Controls component (add it to your toolbox to get early binding).Tim TowApplied OLAP, Inc

Similar Messages

  • How to create an object like "Control Account" in JE? u5982u4F55u7F16u5199u63A7u5236u79D1u76EEu63A7u4EF6

    I want to create a user screen like Journal Entry. How could I create an object like "Control Account" in JE?
    我想编写一个象u201C日记帐分录u201D那样的屏幕,但是不知道其中u201C控制科目u201D列的控件如何编。请教各位高手。谢谢
    Edited by: An Ping Zhang on Sep 15, 2009 4:57 AM

    Dear An Ping Zhang,
    The "Control Account" column in JE is used ChooseFromList.
    You could refer to SDK sample
    SDK\Samples\COM UI\VB.NET\17.ChooseFromList.
    BTW: you could post your question in Chinese into SAP Business One 中文论坛
    /community [original link is broken]
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Authorisation object for controlling te changes to "Delivery completed indi

    hi
    I want to know the authorisation object for controlling te changes to "Delivery completed indicator" in PO.
    I want to give the authorisation to change to certain users only.
    Best regards
    Sar

    There is no authorization at field level.
    Either the user has authorization to change an order or not.

  • SAP Business Objects Access control with BI4.1 and enterprise authetication

    Hi Team,
    We are on BI 4.1 with enterprise authentication. We are using IDM (oracle waveset 8) for access management. Currently we receive request from IDM and we manually configure user in BI4.1. We are now planning to automate this process, like as soon as user request place request through IDM , his access wil lget configure in BI 4.1
    can we achieve this using SAP Business Objects Access controle or with any other method ? Need your guidance
    Thanks,
    Nivedita

    Hi Andrea,
    1. you configure the BOE Server with the SAP authentication for your SAP server
    1b you configure trust between the portal server and the SAP system
    2. you import the portal iView template as part of the SAP Kit into the portal server
    3. you create a new system (or use an existing one) in the portal system landscape and configure the properties of the Crystal Enterprise properties
    4. you create a new iView based on the portal iView template
    ingo
    I have some difficulties to create a new system, I don't know witch option i should choose.
         System (from template)     
         +BI JDBC System
         BI ODBO-Compliant OLAP System
         BI SAP Query System
         BI XMLA-Compliant OLAP System
         EP 5.0 System
         HTTP System
         JDBC System
         KM Lotus System
         KM WebDAV System
         KM Windows System
         SAP system using connection string
         SAP system using dedicated application server
         SAP system with load balancing
         Web Service System using WSDL URL+
         System (from PAR)
         com.sap.km.cm.repository.manager
         com.sap.km.common.domino
         com.sap.netweaver.coll.appl.gw
         com.sap.netweaver.coll.appl.sync
         com.sap.portal.httpconnectivity.urlsystem
         com.sap.portal.ivs.sl.connector.helper
         com.sap.portal.runtime.application.soap
         com.sap.portal.systems.bi
         com.sap.portal.systems.datasource
         com.sap.portal.systems.EP5
         com.sap.portal.systems.jdbc
         com.sap.portal.systems.sap
         com.sap.portal.systems.webservices
         com.sap.portal.unification50.template
    Thanks a lot
    Selvam

  • Windowless ActiveX Object Flash control

    Hi,
    I've written a windowless custom wrapped ActiveX Object
    Flash control(IOleInPlaceSiteWindowless) that does it's own drawing
    to a bitmap through the OLEDraw function using the IViewObject
    interface. It all works great but rendering is slower than what I
    see in the Internet Explorer Window. My guess is that because I
    currently need to render the entire Flash Object to the bitmap
    instead of rendering just the rectangle that is passed to me
    through the function IOleInPlaceSiteWindowless::InvalidateRect.
    Does anyone know how I can render just the pixels from the Flash
    Object that are specified in the InvalidRect call?
    Thanks,
    Keith

    I am not certain that you can change the loading properties in LabVIEW, you can certainly change properities after using property and invoke nodes. Have you tried reinstalling the driver? You may need to contact Newport to learn more about the initialization.

  • What are the essbase objects?

    What are types of essbase objects available?

    Essbase development objects which we work most are Outline(.otl), Rul file(.rul), Calc script(.csc) and report script(.rep).
    these are the core objects that will store and define the structure of essbase cube.

  • Migrating Essbase Objects

    While migrating essbase objects from one essbase server to another, i copy the whole applciation folder in NT environment.this invariably copies the app.app and app.apb files.
    I opened the .app file and saw the database setup details in there and realized that the target app essbase server is different.
    Does this mean that copying of .app and .apb files are not needed while migration?
    Also, in the target environment, there is not .apb file. i guess this is because it is a newly created blank application upon which the migration is done. In that case, when in the .apb file created as this is the app backup file.

    Hi,
    The Best thing you can do during migration is, Export Level 0 data first. If you want to use the wizard, it will copy all the Essbase objects. Copy the security file from Dev to QA (assume you are migrating from Dev to QA). If you do not want to use the wizard, just simply create the application in the new server, open the outline (Dev outline) and save it in QA. Now you can import the data and run the calc script. Hope this helps and i did this process many times

  • Using the Hyperion (Essbase) Objects 6.5  Base Classes

    Hi all,I am using Hyperion (Essbase) Objects 6.5 to report from an Essbase 6.5.3 database. Using the sample report.asp page as a guide, I want to use the "EssProperties" class to change the Essbase options for missing values and using aliases, however there no effect on the results returned when setting these properties.Has anyone out there had any success?

    You need to set the EssProperties class you created into the EssOperations class:set oEssOperations.EssProperties = <your property class instance>Alternatively, you can modify, in place, the instance of EssProperties that EssOperations already has:with oEssOperations.EssProperties .MissingTextString = "Boo!" .UseAliases = trueend withThink of the Essbase Objects Base Classes sort of as a molecule.. The 'basic atom' of the molecule is the EssOperations class (which contains the normal retrieve/zoom/pivot type of operations). Attached to the 'basic atom' are the things that are needed for a successful operation.. First, a connection (the EssConnection object) is 'plugged into' the molecule. Next, properties (an EssProperties object) is plugged in.. Finally, you need a grid to display it on so you plug in a grid object (or, more technically, one of the components that implement the IEssGrid interface).Once you have all of the 'atoms' of the grid plugged in, you have everything you need to do a successful operation.Tim TowApplied OLAP, Inc

  • What is the difference between Object Outline Stroke, Object Expand..., and Object Compound Path/Make?

    Could anyone explain the differences between these three commands? I created a circle with a stroke, applied all three commands, and ended up with the same thing, a compound path. Are there situations where this is not the case, or situations where one of these commands is more appropriate?

    Cleveland,
    In the case of the straight stroke/nofill, object>outline stroke and object>expand seem to do the same thing.
    In the Layers palette you can see the three different outcomes for Expand if you have both Fill and stroke ticked, only Fill ticked, and only Stroke ticked. Only the last one corresponds to Outline Stroke.
    You should use Outline Stroke as the simplest one if that is what you need. Compound Path is for creating something with one or more holes from multiple paths, or for collecting paths to forrm the Clipping Path of a Clipping Mask. Expand is for the rest.

  • Authorization object to control transaction visibility in a Territory

    Hi All ,
    We have a requirement where visibility to business transactions should be controlled through the territory structure .
    A user should be able to view ( Display only ) all transactions created in the system but should be able to to view as well as edit all those transactions that are created in his territory or a territory under his .
    Please let me know if anyone has implemented this functionality and used a standard Auth object like CRM_ORD_TE .
    Thanks in advance.

    Hi,
    Please see the online documentation for the setting up of authorizations:
    http://help.sap.com/saphelp_crm70/helpdata/en/e9/b29a39e7aee372e10000000a11402f/frameset.htm
    The section 'Examples for the Authorization Assignment' contains a specific example for how to maintain territory object CRM_ORD_TE.
    When setting this up, keep in mind that before object CRM_ORD_TE is checked, first objects CRM_ORD_OP and then CRM_ORD_LP are checked, so authorization must not be granted to the user in these objects first, before the territory object is checked. This is outlined in the Process Flow section of the documentation.
    Hope this helps.
    Best Regards
    Gavin

  • Error while deploying objects from Control Center Manager

    I got the error "The Network Adapter could not establish the connection"
    while deploying my objects (dimensions, cubes, mappings etc) from Control Center Manager Oracle 10g R2.
    Any idea to ressolve it..........

    Some more details would be helpful ...

  • Authorization object to control plant code in ME54N

    Dear All,
    Problem: Restrict user "PURAUTALL" userid to release PR's in ME54N for plants "5350" & "5360" only but should be allowed to create/change/display PR's for all other plants including 5350 & 5360.
    Analysis: Object M_BANF_FRG is used to control releasing PR's using release codes but how to link up plant codes
    Setup:
    PURAUTALL userid has access to create/change/display PR's for all plants - M_BANF_WRK is *
    PURAUTALL userid has role same as user id but does not contain object M_BANF_FRG in PFCG
    Kindly provide suitable solution &/or process to create object M_BANF_FRG in PFCG.
    Thx & Reg
    Bhushan

    Hi Julius,
    Thx for replying, actually we havent tried any options because it seems to be a release strategy issue. As of now, thinking to create the object M_BANF_FRG in PFCG and then linking release codes.
    But before that business needs to decide to create new release strategies / codes based on plant as characteristics.
    If this correct, if any other way out pls help.
    Thx
    Bhushan

  • Authorization Object to Control access for ContactData in Dispute Managmt

    Hello Experts,
    Do you know which Authorization Object is necessary to use to be able to control Contact Data available in Dispute Management? Any hint will be much appreciated.
    I want to have greyed out the contact data fields (contact person, e-mail, phone and fax number) in change mode.
    Thanks in advance.
    Best Regards,
    Vanessa.

    Hi Ravi,
    Thank you very much for your reply, but I have done this already.
    Transaction is UDM_DISPUTE but they are so many authorization objects available and none of them seems to be related to contact data. Please kindly check within transaction the part of the screen that I am talking about.
    Also check the list of objects in SU24 to Transaction UDM_DISPUTE. Do you know which one is related to 'contact data' part of the screen?
    I need to know which authorization object valid to Transaction UDM_DISPUTE is the one related to contact data. Any other idea?
    Thanks in advance.
    Best Regards,
    Vanessa Barth.

  • Authorization object to control BOM usage ?

    Hi ,
    Through which authorization object we can control the authorization for BOM usage ?
    We have to control authorizations for CS01 through BOM usage Production , PM ,Sales BOM etc...
    regards,
    madhu kiran

    Hi,
    The Authorization Object: C_STUE_BER
    BOM Usage - STLAN
    Generally it will be given as *.
    You can restrict the authorizations based on the Usage.
    Hope thi helps..
    Regards,
    Siva

  • Re-casting of object from control reference

    I feel like this question is likely answered elsewhere, but after days of searching I couldn't find an answer. Sorry if I'm missing the answer in some obvious place.
    I'm given a reference to a cluster control and told that the elements of the cluster are all children of parent class A. Using the controls[] property I get an array of the elements, and the value property of each of those elements gives a variant that can be turned into class A. At that point, all of the object oriented overriding and private data stuff works as expected.
    So far so good.
    But one method I call on those objects changes the private data, and I need to update the control with the updated object. There I get a runtime error because the control isn't A but some child class of A.
    I think this is where Preserve Runtime Class comes into play, but since I only get a reference to work with, what do I do? This is especially frustrating because debugging probes show that LabVIEW knows the child class on the wire, but I can't see how to tell LabVIEW to cast down to the class that it knows it has.
    For example, is there some way to use the ClassName property of the control to cast the object of class A into the child that the control is expecting?
    Solved!
    Go to Solution.

    nathand wrote:
    So your trying to write to the specific control within the cluster, by reference, as a variant, and you're getting an error? What's the actual text of the error?
    Really you shouldn't ever be using a front panel object this way, especially one where the user never sees the data in it. For passing data around you should use a wire. Neither a wire nor a DVR will get you the ability to pass an arbitrary cluster, though, which it sounds like is what you're trying to do. With a bit more information we might be able to suggest a better approach.
    I don't have the text of the error handy, but it comes from the write value property node and basically says the given variant can't be converted to the type of the control. It happens only when the value is cast to the parent class, which makes sense.
    In other words, given a control of child type,
    control.value ---> variant ---> to parent ---> variant ---> control.value     failes with the error
    control.value ---> variant ---> to child ---> variant ---> control.value       succeeds
    So a solution would be a way to cast to the child instead of to the parent. LabVIEW knows what class the control contains; it is listed in a number of places from the ClassName property through the probe window. The problem is I know of no way to bridge the gap from "LabVIEW knows what class this thing is" to "have LabVIEW cast the variant to that class."
    I completely agree that I shouldn't have to ever be using a front panel control this way, but I don't want to get sidetracked into talking about the shortcomings of LabVIEW that have required such a use. Suffice it to say, that is the assignment.

Maybe you are looking for