Outputting a specific level of Content Parent

I've taken a look at the Developer Guide and the Javadoc Reference but couldn't find an answer to my question.
Is there a way to either:
- Read Content Parent assets, but at a specific level (depth) only, in order to output them (e.g. in an HTML option list) or
- When reading Content Parent Assets are you able to identify what level (depth) an item is, in order to only output a specific level
E.g. if I have a 'Location' taxonomy of Region > Country > State and define this into a Content Parent structure of the same to create assets of: Asia Pacific > Australia > NSW.... how can I read the Content Parent assets and output a list of only Countries?
Not sure on tag or API... but assume there is some way?
Cheers

You will have to use filed copier in parents i.e. in countries and regions.
parentRegion- this attribute will hold the name value of region parent
parentCountry- this attribute will hold the name value of Country parent
This way your asset will inherit the both the values for Region and countries and then you can search state on Countries which have the same region giving you the list you require.
For e.g.
NSW will have country as Australia and region as Asia Pacific.
Now you will apply search state for all countries having attribute Region as Asia Pacific
You can also refer FirstSite for this. They have used this for Navigation instead of Dropdown.

Similar Messages

  • How to know whether the Content Type at Library level is Inheriting Parent Content type or not Using Powershell?

    Hi,
    How to know whether the Content Type at Library level is Inheriting Parent Content type or not using Powershell?
    Is there any property for that? Or Do I need to compare the Content type Id's at Site collection level and Library level?
    Any help would be greatly appreciated.
    Thank you,
    AA.

    Hi Ashok,
    For a content type, there is an attribute called Inherits, the value of this attribute determines whether the content type inherits fields from its parent content type when it is created.
    If Inherits is TRUE, the child content type inherits all fields that are in the parent, including fields that users have added.
    If Inherits is FALSE or absent and the parent content type is a built-in type, the child content type inherits only the fields that were in the parent content type when SharePoint Foundation was
    installed. The child content type does not have any fields that users have added to the parent content type.
    More information, please refer to the link:
    https://msdn.microsoft.com/en-us/library/office/aa544268.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Logical Level in Content Tab

    Hi,
    What is the use of Logical Level under Content Tab in Logical Table Source?
    Need more information, docs related to this
    Thanks,
    Satheesh

    Hi
    This logical level is useful for level bases metrics.It shows the levels in your hierarchy.We can give the level in this and in the report it shows the data for that level only.
    See this lnk, http://gerardnico.com/wiki/dat/obiee/measure_level_based
    Thanks
    Don

  • The filtration level of content you choose...

    I intend to download aplications from the net, and I have a problem with a part of tem I receive the following message "Le niveau de filtrage du contenu que vous avez défini ne vous permet pas de télécharger cet article " Wich mean in short "the filtration level of content you choose,did not allow you to download this stuff"
    But I don't understand wich filter they speak about !!!
    Thank you for help

    Do you have some apps for monitoring your device?
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Missing output variable specification

    Hi there,
    I am trying to put in place a one way BPEL process, which receive the invocation from the Mediator component and do not expect any response from the process. I get this error during compilation:
    Buildfile: /opt/oracle-jdev/bea-home/jdeveloper/bin/ant-sca-compile.xml
    scac:
    [scac] Validating composite "/home/alessandro/Work-Space/JDeveloperProject/SOA-POC/trunk/AuditService/composite.xml"
    [scac] Setting BPELC option 'classpath' to /opt/oracle-jdev/bea-home/jdeveloper/jdev/extensions/oracle.sca.modeler.jar:/opt/oracle-jdev/bea-home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/oracle-jdev/bea-home/jdeveloper/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/oracle-jdev/bea-home/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/oracle-jdev/bea-home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/oracle-jdev/bea-home/jdeveloper/soa/modules/oracle.soa.mediator_11.1.1/mediator_client.jar:/opt/oracle-jdev/bea-home/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar::/home/alessandro/Work-Space/JDeveloperProject/SOA-POC/trunk/AuditService/SCA-INF/classes
    [scac] FATAL_ERROR: in BPELProcess.bpel(107): output variable not defined
    [scac] <invoke/> missing output variable specification
    [scac] Make sure to use attribute outputVariable to specify the output message
    BUILD FAILED
    /opt/oracle-jdev/bea-home/jdeveloper/bin/ant-sca-compile.xml:236: Java returned: 1 Check log file : /home/alessandro/Work-Space/JDeveloperProject/SOA-POC/trunk/AuditService/SCA-INF/classes/scac.log for errors
    Total time: 9 seconds
    BPEL
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Thu Oct 07 16:50:01 CEST 2010
    Author: alessandro
    Purpose: One Way BPEL Process
    -->
    <process name="BPELProcess"
    targetNamespace="http://xmlns.oracle.com/SOA_POC_jws/AuditService/BPELProcess"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/SOA_POC_jws/AuditService/BPELProcess"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/SOA-POC/AuditService/AuditDB%2F"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:ns2="http://xml.virtual-lab.eu/schema/poc-soa/audit/def"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/AuditDB"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="bpelprocess_client" partnerLinkType="client:BPELProcess" myRole="BPELProcessProvider"/>
    <partnerLink name="AuditDB" partnerRole="AuditDB_role"
    partnerLinkType="ns1:AuditDB_plt"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:BPELProcessRequestMessage"/>
    <variable name="Invoke_AuditDB_insert_InputVariable"
    messageType="ns1:LogCollection_msg"/>
    <variable name="outputVariable" type="xsd:string"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess.wsdl) -->
    <receive name="receiveInput" partnerLink="bpelprocess_client" portType="client:BPELProcess" operation="process" variable="inputVariable" createInstance="yes"/>
    <assign name="Assign_Payload">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:executionTime"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:when"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:onSys/@ns2:which"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:whichSys"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:fromUser"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:who"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:usingClient"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:whichClient"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:fromIP"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:ipClient"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns2:add/ns2:callingWS_Operation"/>
    <to variable="Invoke_AuditDB_insert_InputVariable" part="LogCollection"
    query="/ns3:LogCollection/ns3:Log/ns3:wsOperation"/>
    </copy>
    </assign>
    <invoke name="Invoke_AuditDB"
    inputVariable="Invoke_AuditDB_insert_InputVariable"
    partnerLink="AuditDB" portType="ns1:AuditDB_ptt"
    operation="insert"/>
    <terminate name="Terminate"/>
    </sequence>
    </process>
    Could anyone explain me why the compiler expects an output variable and why it doesn't work anyway.
    Thanks in advance
    Alessandro I

    Looks like you deleted the the response back from the client.
    If you want to fire and forget BPEL process create an empty BPEL process or an async process. Don't delete the callback in the async process. If the client isn't listening then nothing will happen.
    also why is your last step a terminate, this will force all process to have a status of fail.
    cheers
    James

  • Two signals on two outputs with specific time interval

    I cant manage with following:
    Have NI-6251 card. Trying to sent two step-signals on two outputs with
    specific time interval, say 1 to 10 ms with 1us accuracy.
    How can I start?
    Thanks!

    Hi Anonymous,
    What do you mean by step-signals?  Do you mean a signal that steps up the voltage over time, a step function signal that is zero until a certain time then goes to 1, or a pulse train?
    In the meantime you can find examples for getting started in the NI Example Finder by selecting Help » Find Examples
    When that opens you can limit the examples to ones that are compatible with your hardware.  In the bottom left corner select your hardware and check the Limit results to hardware box.
    Browse to Hardware Input and Output » DAQmx » Digital Generation or Generating Digital Pulses.
    Best Regards,
    Bryan H.

  • Regarding output at billing level

    Hi,
    in billing document level one invoice no: getting 2 pages print out and another invoice no: getting one page print out for these to we are using same output type only. clint asking why it's not coming 2pages printout for 2nd one. where i need to check and what is the procblem.
    Thanks,
    kk

    What have you investigated yourself?  How is the output configured and rendered?  Have you debugged the processing?  What type of contents are on the second page?  Be specific.  You can't just post a vague issue here and expect advice because your 'client' has a problem.  You need to demonstrate some effort and/or capability on your own first...

  • How to count number of members on specific level at specific moment?

    ASO
    4 dims(for example)...
    -Times
    -Product
    -Organizations
    -org1
    -org2
    -orgN
    -Measures
    -cost
    -org_num
    I want to identify the count of memebers in Dimension Organizations at any time(f.e. for all Products in January in) . What is the syntax of mdx formula in outline?

    Here is an example that i've right now
    Count (EXCEPT([Dimension1].Levels(0).members,Descendants([Parent 1],Levels([Dimension1],0))))
    This will give all the level 0 members of dimensions except level 0 of a parent.
    I'm assuming that by specific moment you mean a specific measure.
    NonEmptyCount (Market.Levels(0).Members, Sales,exclude_missing)
    With
    Member [Measures].[Number Of Markets]
    as 'NonEmptyCount (Market.Levels(0).Members, Sales,exclude_missing)'
    Select
    {[Measures].[Number Of Markets]} on Columns,
    {[100].Children, [200].Children} on Rows
    FROM Sample.Basic
    where ([jan],[actual])This will give you
    (axis)     Number of Markets
    100-10     20
    100-20     16
    100-30     8
    200-10     20
    200-20     17
    200-30     9
    200-40     3
    Now if you clear one market (I cleared colorado->100-10,Sales,Actual,Jan) and then the result will change to
    (axis)     Number of Markets
    100-10     19
    100-20     16
    100-30     8
    200-10     20
    200-20     17
    200-30     9
    200-40     3
    Regards
    Celvin
    http://www.orahyplabs.com

  • TFS 2010 Branching - Is it possible to create a child branch with latest version of specific code alone from parent branch?

    Hi,
    QUERY:
    I've  'MAIN' code base as parent branch.
    From 'MAIN' parent branch, I need to create multiple child 'Development' branches (Dev1, Dev2,etc..) for consecutive releases. 
    I don't want Child branch creating with entire code from Parent branch. i.e Each DEVELOPMENT branch should not be a full branch of MAIN.
    Is it possible to create child branches with specific code from Parent.
    For example:
    MAIN  -> Parent branch contain Project1, Project2,...........Project10.
    DEV1  -> Child branch which contains Project2 and Project3 alone.
    DEV2  -> Child branch which contains Project2, Project5, Project6, Project7, Project8 alone.
    NOTE:
    I'm trying to create a 'Basic branching Plan' to maintain the Source Code in TFS, for consecutive release with concurrent development.
    i.e  
    MAIN   <--- FI & RI ----->  Dev1, Dev2, Dev3
    MAIN  <------- RI alone ---| Release1, Release2, Release3
    I'm new to TFS, please advice for the above mentioned branching specific query.
    Also, if possible, please suggest me the best branching strategy according to my need.
    Regards,
    Riswan Babu

    Hi Riswan,
    It's unavailable to branch a folder or team project partly, it always copying the same source code from its parent when you create a branch in your team project. For you requirement, you might try the methods below to see if it works for you:
    1. Since the DEV1 and DEV2 have different, you can have two folders(like MAIN) in your team project and each folder include the projects/solutions you need. No need to create two branches that include different projects
    2. Create two branches from Main, and delete the additional projects that you want to keep. Then develop with the branches separately.
    3. Or create the branches from Main but keep all the content, just modify the projects you need in each branch. The difference will merge back in root branch if you need to merge back finally.
    For release, you can create sub-branches from the two branches you created as you requirement. And you can check the links below for more information about branching and merging:
    http://msdn.microsoft.com/en-us/magazine/gg598921.aspx
    http://vsarbranchingguide.codeplex.com/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Output from Web Analysis Related Content will not Export to Excel

    I have Web Analysis reports, data in which is sourced from an EIS database. I have drill thru reports that are accessible from "Related Content". The resulting report is created fine, but cannot be exported into Excel. Specifically, I'm prompted for the location of Excel on my pc. Once I browse to it, it will open in Excel.
    I have upgraded from Office 10 to Office 12, although I cannot say for certain that is when this problem started occurring.
    Secondly, there are no other BI+ issues with export to Excel. For example, FR and WA export fine. The ExcelPath in the webanalysis.properties file takes care of that. I'm hoping there is something similar to update for this problem.
    Thanks for reading, hopefully someone else has encountered this and successfully resolved. BI+ version is 9.3.1.

    Have you tried the print button in the web analyzer it does export the input filter parameters as part of the exported PDF document.
    You can include any additional text elements and use a custom export template if required.

  • Adding a topic at a specific level

    I imported a framemaker file in order to create my robohelp
    source content. In the Project Manager I have a Project Files
    folder, Broken Links, URLs, TOC, Index, Glossary, and See Also.
    Within the Project Files folder are all my topics listed
    alphabetically, each with a HT and TOC sub file. My question is,
    how do I add a Heading 4 topic and have it be associated with a
    specific path? By path I mean a specific Heading 1-3, where this
    topic will be one of many Heading 4s. This is hard to explain,
    please let me know what info I can provide to better help you come
    up with a solution.

    Hi all
    This question has also been posted over on the HATT list. I
    replied with the following on HATT:
    Hi there
    Are you trying to add the "Heading 4" topic (whatever that
    is) in Frame or in RoboHelp?
    I saw your query on the Adobe forums but I think your use of
    "Heading 4 Topic" is probably confusing the issue if it's RoboHelp.
    In RoboHelp, we have individual topics. The topics themselves may
    contain Headings 1 - 6, but we have no clue what you mean by a
    "Heading 4 Topic". This is why I'm wondering if you are referring
    to Frame.
    Cheers... Rick

  • Extract Title and specific table of content/pages in set of PDF's

    I need to extract the title of each PDF and a specific content and its pages. For example i have a folder full of PDF's and i need to find in the Table of Contents a heading called Enhancements if there. If Enhancement content is there copy the Title of the PDF usually on first page and copy the Enhancement section and place in another PDF as chronology of enhancements.I have AA Standard X
    What tool can do this?

    You could certainly use the SDK to write a custom plugin to Acrobat (in C/C++) that would do what you require.  It's not trivial, however.

  • Regarding generating levels in the parent-child relationship--- using BODS

    Hi Experts,
    I got a problem in generating the level for the child attribute at which it stands in the hierarchy. I have 2 columns in my input file one for parent_no and other for child_no. I need to generate the level of the child_no in the total hierarchy structure. I used vertical hierarchical_flattening but it is not generating the requied output, it is generating the tree structure for each and every node in the hierarchy.
    What I need is my output file must contain the same number of rows as the input file and it must have an added column to it showing the level the child_no is in the hierarchy.
    Kindly, give me some suggessions for aquiring the same.
    Thanks in advance.
    Edited by: Sudheer_157 on Jul 20, 2009 9:21 AM

    Hi SubhadipRoy, I think you might need to create a procedure for this task.
    Because in SSIS, we cannot directly get the Identity ID.
    As my experience, there were serveral ways to do. But all are workaround.
    So, My suggestion is.
    In SSIS:
    1. Create a DataFlow
    2. Drag a flat source and load the data from dat file
    3. Create a procedure which receive the parameter from your data of each row.
    4. Drag a OLEDBCommand to the Panel and Invoke the Procedure also don't forget to pass all your rows to the Procedure in OLEDBCommand control.
    5. In Procedure, after insert 1 row you could get the Identity ID throuth SCOPE_IDENTITY()
    That's it, hope it works for you even this may not the efficency way.
    Althrough, I expect someone can give the best way if there is.

  • Cannot output Reports pdf directly to content area

    I have registered a report (Oracle Reports rdf) as a portal component. It is included in a content area. I can execute the report and the output file is created (pdf) - but it is not loaded automatically into the content area folder that I specified in the scheduling parameters.
    The pdf file is created in the first directory in the REPORTS60_PATH (in our case 'bin').
    Version info :
    9iAS 1.0.2.2
    Portal 3.0.9

    Andy,
    The integration of Oracle Reports into a Portal content area is possible in two ways. Having registered a report in the Reports security pages the Oracle Report appears a standard Web component and may be added as an item. In this case the report appears as a Link which when clicked will run the report at that time (you indicate that this is working). The second way is to push a scheduled report automatically to a defined folder such that when a user moves to that folder the pre-generated report is already there.
    This second technique requires that the report server know where the Portal repository is stored. To do this you need to first set the "REPOSITORYCONN" parameter in the Report Servers configuration file (usually <reportServerName>.cfg) Eg. portal30/portal30@PortalSID. This will then allow the server to push the completed document to the defined folder.

  • Query Output in specific way

    Team,
    Query - select d.Hostname, od.data from zDevice d join zOpaqueData od on d.ZUID = od.object WHERE (od.name = 'com.novell.zenworks.data.configSettingForContentReplication') order by Hostname
    Output - <ContentSatelliteServer><ServersToUse>Parent</ServersToUse></ContentSatelliteServer>
    Above is just the sample, I just want to retrieve the Parent
    part, could someone help me?
    Thank you.

    Assuming your output is varchar type, and you need the text from
    <ServersToUse> and </ServersToUse>
    Please try as follows
    Declare @outputstring varchar(100)='<ContentSatelliteServer><ServersToUse>Parent</ServersToUse></ContentSatelliteServer>'
    select SUBSTRING(@outputstring,CHARINDEX('ServersToUse',@outputstring)+LEN('ServersToUse')+1,CHARINDEX('</ServersToUse>',@outputstring)-(CHARINDEX('ServersToUse',@outputstring)+LEN('ServersToUse')+1))
    Thanks
    Manish
    Please click Mark as Answer if my post solved your problem and click
    Vote as Helpful if this post was useful.

Maybe you are looking for