Property in WHERE part of RUNALLOCATION

Hi All,
How we can use properties of dimension in *RUNALLOCATION?
I'd like to use property in WHERE clause, I've found only this post Allocation WHERE as a member property, there is info that it is possible, but there is no info how to do this...

Hi Michal,
Property usage in *RUNALLOCATION is clearly described in the help: *RUNALLOCATION - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
Look at the end!
But, you have to CLEARLY explain you requirements!!!!!!!!
Vadim

Similar Messages

  • DECODE in the WHERE part of the query ?

    Hello guys ,I am on 10gR2, and as always , the following mystery for me will be funny for you : ), so please share your knowledge.
    I have one select on v$session , and i would to use something like DECODE function in the WHERE part of the query,
    but , for the values i enter through the variables.
    Currently i have something like :
    WHERE status =upper('&session_status') AND username IS NOT NULL order by last_call_et desc;and that works fine, i enter either 'active' or 'inactive' and i get results.
    But i would like to enter for example '1' for active and '2' for inactive, so i could write as little as i can as i am lazy. : )
    Do you have some idea ?

    hi there
    select * from v$session  where status = decode('&session_status',1,'ACTIVE','INACTIVE')  AND username IS NOT NULL order by last_call_et descregards
    hitesh

  • In Safari on my iMac where parts a foreign site are showing on web pages I bring up.

    I have a problem with Safari on my iMac where parts of a foreign site are showing on web pages I bring up. I also run Firefox on the same computer with no such problem. Two malware programs have not found any problem that is relevant to or resolves the issue. Failing any other course that may fix this I am wondering if it is possible to replace Safari. Is there any way to do this? I have recently installed Yosemite, but I doubt that has any relevance. 

    Please understand, I am no geek. I am not wanting to change my default browser. My question may have been a little vague but what I wanted to know was whether (failing everything else) it was possible to delete Safari altogether and then reinstall a new one (Safari) somehow. I would think that may well get rid of the problem when it isn't a factor at all when I switch to using Firefox (which is also installed on my Mac).  As for the AdBlock, I'd prefer to avoid that if possible.

  • HostNameVerifier , security property file where default can be set

    considering writing a HostNameVerifier Interface implementation in java for the trusted manager our applications uses as the default HostNameVerifier.
    Our plan is to write this to except wildcards in the form host*.domain.domain.com. It would be handy to know if there were a setting in a security property file where we can set the default HostNameVerifier to be used? Is this possible. We are using iWS 6.0 sp 9

    It's normal that you found nothing because the described feature is unavailable.
    If you want that Pages stay with a given default folder, you must open your documents from this folder.
    If you open the file file_A from the folder folder_A the Open dialog will default to this folder as long as you open a file from folder_B.
    The app use three default paths, one for Open, one for Save and the last one for Export.
    Given that, if you save file_A in folder_B, the default folder used by Open will remain "the last folder from which you opened a document".
    Yvan KOENIG (VALLAURIS, France) vendredi 29 octobre 2010 21:23:41

  • Using a list in the where part of my query

    I don't want to bother getting results for everyone in my DB.
    I only want to retreive information from a list of up to 5
    people - the list will constantly change.
    I started with code below:
    <cfparam name="useYear" default="Year(now())">
    <!--- LIST --->
    <cfset riderList="1,5,10,18,53">
    <cfloop index="i" from="1" to="#ListLen(riderList)#">
    <cfquery name="getRiderSum" datasource="mileage">
    SELECT riderId,
    SUM(IIf(month(rideDate)=1, rideDistance, 0)) AS janSum,
    SUM(IIf(month(rideDate)=2, rideDistance, 0)) AS febSum,
    SUM(IIf(month(rideDate)=3, rideDistance, 0)) AS marSum,
    SUM(IIf(month(rideDate)=4, rideDistance, 0)) AS aprSum,
    SUM(IIf(month(rideDate)=5, rideDistance, 0)) AS maySum,
    SUM(IIf(month(rideDate)=6, rideDistance, 0)) AS junSum,
    SUM(IIf(month(rideDate)=7, rideDistance, 0)) AS julSum,
    SUM(IIf(month(rideDate)=8, rideDistance, 0)) AS augSum,
    SUM(IIf(month(rideDate)=9, rideDistance, 0)) AS sepSum,
    SUM(IIf(month(rideDate)=10, rideDistance, 0)) AS octSum,
    SUM(IIf(month(rideDate)=11, rideDistance, 0)) AS novSum,
    SUM(IIf(month(rideDate)=12, rideDistance, 0)) AS decSum
    FROM mileageLog
    WHERE riderId=#i#
    AND Year(rideDate)=#useYear#
    GROUP BY riderId
    </cfquery>
    </cfloop>
    but how do I keep the information ordered by the riderId?
    do I utilize the "i" as part of my query name?...
    name="getRiderSum
    do I utilize it as part of each monthly variable? ... AS
    janSum etc.

    You don't need a cfloop. Try an IN(...) clause instead.
    Obviously you have to validate that the #riderlist# is not empty
    first or the query will error.
    SELECT riderId,
    SUM(IIf(month(rideDate)=1, rideDistance, 0)) AS janSum,
    SUM(IIf(month(rideDate)=2, rideDistance, 0)) AS febSum,
    SUM(IIf(month(rideDate)=3, rideDistance, 0)) AS marSum,
    SUM(IIf(month(rideDate)=4, rideDistance, 0)) AS aprSum,
    SUM(IIf(month(rideDate)=5, rideDistance, 0)) AS maySum,
    SUM(IIf(month(rideDate)=6, rideDistance, 0)) AS junSum,
    SUM(IIf(month(rideDate)=7, rideDistance, 0)) AS julSum,
    SUM(IIf(month(rideDate)=8, rideDistance, 0)) AS augSum,
    SUM(IIf(month(rideDate)=9, rideDistance, 0)) AS sepSum,
    SUM(IIf(month(rideDate)=10, rideDistance, 0)) AS octSum,
    SUM(IIf(month(rideDate)=11, rideDistance, 0)) AS novSum,
    SUM(IIf(month(rideDate)=12, rideDistance, 0)) AS decSum
    FROM mileageLog
    WHERE riderId IN (<cfqueryparam value="#riderList#"
    cfsqltype="the column type here" list="true"> )
    AND Year(rideDate)=#useYear#
    GROUP BY riderId
    ORDER BY riderId

  • JScrollpane with custom panel where part of it shouldn't scroll

    Hi!
    I'm building an application where in one of my views I have a sequence diagram where communication is shown graphically. Right now I have a custom panel for this inside a JScrollPane. One detail that I'm thinking about changing is that the "actors" in the top should always be visible, even when scrolling down. This because it will be easier to see who has sent which message if these information is always visible on top. I know I could add a new panel on top, but I don't want a border in between, I want it seamless. One other solution I've thought about is to always repaint the top as I want it, but I don't want to do any unnecessary repainting if not needed. I mean, the top part only needs to be repainted when scrolling horizontally and the other part (showing the messages between the actors) need to be repainted when scrolling in any direction. Could I somehow have to sub-panels inside the JScrollPane and control them differently when scrolling? Anyone got a smart solution for this?

    Why don't you just set the borders of the JScrollPane and top JPanel so that they appear "seamless"? Then put them both in an "outside" JPanel with a border that makes it obvious that they are related?
    Something like this:
    JPanel outsidePanel = new JPanel();
    outsidePanel.setBorder(scrollPane.getBorder);
    scrollPane.setBorder(new EmptyBorder());
    outsidePanel.add(topPanel, BorderLayout.NORTH);
    outsidePanel.add(scrollPane, BorderLayout.CENTER);

  • Two conditions in where part of the query out of which 1 is based on length

    hi
    am having two tables and i need to join them to get my desired output. let me explain with example
    table A contains data like
    >
    col1 col2 col3
    12345 sons abcd
    23456 snms bcde
    34567 snms nil
    56478 sons ..
    >
    table B contains data like
    >
    col-1 col-2 col-3
    sons not-subscribed 0
    sons nil-balance 111
    snms not-subscribed 0
    snms incorrect 111
    soai incorrect 111
    >
    i need the output like
    >
    col1_of_table_A col3_of_table_A col-2_of_table_B
    12345 abcd nilbalance
    23456 bcde incorrect
    34567 nil not-subscribed
    56478 .. not-subscribed
    >
    likely requirement in sample query format is
    select a.col1,a.col3,b.col-2 from A a, B b where ((a.col2=b.col-1 and length(a.col3)>length(b.col-3)) or (a.col2=b.col-1 and length(a.col3)<length(b.col-3)))how to achieve this conditional joint?

    Hi,
    in your query i just added '..' instead of null for the row starting with 56478 in table A and executed the query as below and it doesn't give my desired output.
    with a  as
         select 12345 as col1, 'sons' as col2, 'abcd' as col3 from dual union all
        select 23456, 'snms', 'bcde' from dual union all
        select 34567, 'snms', 'nil' from dual union all
      select 56478, 'sons', '..' from dual
       , b as
         select 'sons' col1, 'not-subscribed' col2, 0 col3 from dual union all
        select 'sons', 'nil-balance', 111 from dual union all
         select 'snms', 'not-subscribed', 0 from dual union all
        select 'snms', 'incorrect', 111 from dual union all
        select 'soai', 'incorrect', 111 from dual
       select  col1, col3, col2
      from
           select a.col1,a.col3,b.col2, row_number() over (partition by a.col1 order by b.col2) rn
            from A a
             left outer join b on (
                                  (    a.col2         = b.col1
                                   and  length(a.col3) > length(b.col3)
                                  or
                                   (    a.col2         = b.col1
                                   and length(a.col3)  < length(b.col3)
      where rn = 1
      output is
    >
    COL1     COL3     COL2
    12345     abcd     nil-balance
    23456     bcde     incorrect
    34567     nil     not-subscribed
    56478     ..     nil-balance
    >
    what could be problem?

  • Problem using function call in WHERE part of a Report's SQL query

    I tried doing some searches on this, but couldn't find anything. I'm trying to run something similar to the following query in my report, but keep getting a "Query cannot be parsed within the Builder" error:
    SELECT function1(TABLE2.ID) A
    FROM TABLE1, TABLE2
    WHERE TABLE1.ID = TABLE2.ID AND
               TABLE1.NAME = 'BLAH' AND
               TABLE2.DATE > SYSTIMESTAMP AND
               (function2(TABLE2.ID) = 'YES' OR
                function3(:USER_ID) = 'YES')
    ORDER BY TABLE1.NAMEWhy won't this work? I can take out the 2 lines with function calls from the WHERE clause, and it works, so I'm assuming that APEX doesn't like something about my function calls. I know the functions are valid and work properly, because I tested them independently. Can anyone see what the problem is? Thanks!

    Here's the actual query:
    SELECT BUILD_EXT_RES_LIST(EXT_FILE.ID) A
    FROM EXT_FILE_RES, EXT_FILE
    WHERE EXT_FILE_RES.ON_OWNER_PROFILE = 'Y' AND
          EXT_FILE.OWNER_ID = :PROFILE AND
          EXT_FILE.ID = EXT_FILE_RES.EXT_ID AND
         (RES_SUBSCRIBER_YN(EXT_FILE.ID,:CURR_ID) = 'YES' OR
          ADMINYESNO(:CURR_ID,:PROFILE) = 'YES')
    ORDER BY EXT_FILE.FILE_NAMEAnd here's the actual error message:
    1 error has occurred
    Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the ''generic columns'' checkbox below the region source to proceed without parsing. ORA-00904: "SER_IS_ADMINYESNO": invalid identifier

  • Select clause with where part is needs 600 times longer to complete

    Hello.
    I have two select clauses one with where, which needs 120 seconds to complete and one without where, which completes in 0,3 seconds. I want to know why is that.
    120 seconds
    SELECT B.* FROM
    (SELECT A.OLOG, MCL_ISPROTOCOLALLOWED('LMOD', 'MCLI', A.OPRG) ALLOWED FROM  (SELECT DISTINCT OLOG, OPRG FROM FLOG WHERE FIRM = '001') A) B WHERE B.ALLOWED = '1' ORDER BY OLOG;0,3 seconds
    SELECT B.* FROM
    (SELECT A.OLOG, MCL_ISPROTOCOLALLOWED('LMOD', 'MCLI', A.OPRG) ALLOWED FROM  (SELECT DISTINCT OLOG, OPRG FROM FLOG WHERE FIRM = '001') A) B ORDER BY OLOG;Table FLOG has arround 270000 records, but only 40 of them are distinct.
    IsProtocolAllowed checks if user has a permision to view the record.
    Thank you for your help.
    Regards,
    Borut Ojcinger
    Edited by: 993896 on 14.3.2013 7:24

    Hi,
    welcome to the forum.
    Please read SQL and PL/SQL FAQ
    If you have a performance issue have a look at SQL and PL/SQL FAQ
    Additionally when you put some code or output please enclose it between two lines starting with {noformat}{noformat}
    i.e.:
    {noformat}{noformat}
    SELECT ...
    {noformat}{noformat}
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Is the problem where parts of the page don't show up only on firefox?

    facebook parts of it and other websites are not showing up anyone else have this problem on other browsers it works fine.. it seems a firefox problem with the recent upgrades.

    Can you spot any pattern with the missing content? For example, is it specific to pictures, videos, etc.?
    Also, have you noticed any issues with security certificates? Many sites now use HTTPS connections, and Firefox may exclude insecure content in secure pages, or fail to retrieve content from a server that has an invalid certificate. The solution for this depends on the reason for the errors, which can range from Firefox not being fully set up to work with your security software to having malware on your system or a hijacked connected.
    More generally:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    You can clear Firefox's cache completely using:
    "3-bar" menu button (or Firefox menu) > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    * click the padlock or globe icon to the left of the address in the address bar, then More Information > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page (and if the site requires a login, log in again). Does that help?

  • Get-Hotfix InstalledOn property not returning hotfix installed Date and Time on Windows Server 2008 SP2 but works on Windows Server 2008 R2 SP1

    Hi,
          I am working on a validation script to get the list of hotfixes installed on Domain Controllers every month as part of our monthly DC patching process. I have been successful in getting these details for DC's with (Windows Server 2008
    R2 SP1, Powershell v2.0) using the below command. 
    Get-HotFix -cn $computer | Select-Object PSComputerName,HotFixID,Description,InstalledBy,InstalledOn | where InstalledOn -ge (Get-Date -Day 1 -Format d) | FT -AutoSize
    I execute the above from a jump box with powershell v4.0 (Server 2008 R2)
    However, when I try the same command from the jump box to query DC's with (Server 2008 SP2, powershell v2.0). It doesn't return the InstalledOn date and time. It was giving error for the InstalledOn property and hence I renamed it to $_.InstalledOn. Now
    I don't get error but still no details displayed for InstalledOn property.
    I tried using the below, as could see on few forums that this might resolve the issue. I also tried removing the "where" part but still no installation date returned. 
    Get-HotFix -cn $computer | Select-Object HotFixID, Description, InstalledBy, @{l="InstalledOn";e={[DateTime]::Parse($_.psbase.properties["installedon"].value,$([System.Globalization.CultureInfo]::GetCultureInfo("en-US")))}}
    | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize
    Have tried this locally on the 2008 SP2 DC but still not working. Please advise what is going wrong? 
    Note: If I execute the below command locally on the 2008 SP2 DC, I am getting the InstalledOn output. However, when executed from the jump box with powershell v4.0 (Server 2008 R2) to query
    the same 2008 SP2 DC, it just gives the prompt again without any error or output. This behavior is consistent for other 2008 SP2 DC's in the environment.
    Get-HotFix -cn $computer | Select-Object HotfixID,Description,InstalledBy,InstalledOn | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize

    Hi jrv, I have already tried the Win32_QuickFixEngineering option, which doesn't work either. Apologies for not mentioning the workarounds that I have already tried.
    Get-Hotfix seems to be just a wrapper for Win32_QuickFixEngineering as per the below article. (http://technet.microsoft.com/en-us/library/hh849836.aspx)
    I have seen a mention of using the WU ActiveX control on few forums, but was too lazy to read it through.
    After rigorous testing, it makes me realize that somewhere the Get-Hotfix dates formatting\comparison isn't working. 

  • Unable to resolve DB adapter runtime error for setMaxRaiseSize property

    I am writing files to DB in flowN activity using merge operation and getting merge operation failed error. Then I set the following 2 properties in .jca file:
    <property name="setMaxRaiseSize" value="100"/>
    <property name="setmaxTransactionSize" value="1000"/>
    Later I found that these are inbound properties and removed from .jca file, but still I am getting the following error with reference to the property setmaxTransactionSize.
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'merge' failed due to: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "Could not instantiate InteractionSpec oracle.tip.adapter.db.DBWriteInteractionSpec due to: Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setMaxRaiseSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setMaxRaiseSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. </detail></part><part name="code"><code>null</code></part></bindingFault></bpelFault>
    I dont know from where it is still referencing the property. Please help me on how to identify and resolve this error.
    Thanks.
    Regards
    Shyam
    Edited by: Shyam Patibandla on Sep 5, 2012 2:32 AM

    Hi,
    Please do following settings.
    1. Increase the consumer threads for file adapter.
    2. Increase the concurrency in receiver communication channel.
    3. Set poolWaitingTime in receiver communication channel.
    Refer SAP Note: 821267
    Regards,
    Gouri

  • Only a part of an array is choosed

    Hi Guys!
    I've got  an array only a part of this array is choosed  but i want to choose all the array:
    The code:
    function Move-EmptyDir{
    [CmdletBinding()]
    param (
    [Parameter(Mandatory = $true)][string]$Source,
    [Parameter(Mandatory = $true)][string]$Destination,
    [ValidateNotNullOrEmpty()][regex]$NoMatch
    $EmptyFolders=@()
    $AllFolders= (Dir $Source -Force -Recurse) | Where-Object{$_.Attributes -match "Directory"}
    $ExistFolders= $AllFolders | Group-Object -Property Exists | Where-Object{$_.Name -match "True"} #verify
    $Inexisting= $AllFolders | Group-Object -Property Exists | Where-Object{$_.Name -match "False"}
    if($Inexisting.Count -gt 0){
    ForEach($Not in $Inexisting){
    Write-Warning "The Folder $Not is not existing"
    Foreach($Item in $ExistFolders.Group){
    $MeltinCount= $Item.GetFileSystemInfos().count #0= no element(s)
    $SimCount= (($ExistFolders.Group | Group-Object -Property Parent) | Where-Object{$_.Name -eq $Item.Name}).Count #0=no subfolders
    if($MeltinCount -eq $SimCount){
    $EmptyFolders+= $Item
    else{
    Write-Warning "The Folder $Item is have file(s)"
    $Moved= @()
    $Moving= $EmptyFolders.Length -1
    While($Moving -ne -1){
    $OneFolder= $EmptyFolders[$Moving] #<---------Maybe the problem is near here
    Write-Host $OneFolder.name -BackgroundColor Red
    if($OneFolder.GetFileSystemInfos().count -gt 0){ #Parent have some directory(but 0 files)
    Write-Warning "This Folder $OneFolder is not empty"
    $Moving--
    elseif($OneFolder.Name -match $NoMatch){
    Write-Warning "The Folder $OneFolder Match the Exceptions"
    $Moving--
    else{
    if($OneFolder.parent.Name -match $NoMatch){
    Write-Host "The Parent Folder of $OneFolder Match the Exceptions" -BackgroundColor Green
    $Moved += $OneFolder
    $Place = $OneFolder.FullName -replace "^$([regex]::Escape($Source))", $Destination
    if((Test-Path $Place) -eq $false){
    New-Item -Path $Place -ItemType Directory
    Remove-Item -Path $OneFolder.fullname -Force -ErrorAction SilentlyContinue
    Write-Verbose ('Moved folder "{0}" to "{1}"' -f $OneFolder.FullName, $Place)
    $Moving --
    else{
    Remove-Item -Path $OneFolder.FullName -Force -ErrorAction SilentlyContinue
    $Moving --
    $Where= 'C:\temp'
    $ToGo= 'C:\estinto'
    $MatchList= '0','1','8','9','Scansion'
    $Kind= 'Empty'
    if(Test-Path $Where){
    #$TheMatch = Select-Match -FullList $MatchList
    $Folders = Move-EmptyDir -Source $Where -Destination $ToGo -NoMatch 'F' -Verbose
    $Drives = ForEach($Item in $Folders){
    Select-Object -Property @(
    @{ Name = 'Name'; Expression = { $Item.Name } }
    @{ Name = 'Percorso'; Expression = { $Item.Parent.FullName } }
    #$Drives
    #Get-Report $Drives $Kind
    else{
    Write-Error 'Invalid Path' -Category ResourceUnavailable
    My folder structure Temp>F1>F2>F3>E4 & Temp>G1>G2 F1& G1 have files, F2 have only F3,F3 have only E4, E4& G2 empty
    Please create this structure and run the code one time: E4 is not choosed
    Thanks

    I do not use ISE much myself, but it seems to me that others have reported problems here that resulted from variables from an earlier run remaining in existence when a script is re-run when ISE was used.
    Of course, that would appear to be only part of your problem, as, ideally, the script should be able to find all empty folders when run only once.
    One thing you could do that might help would be to display all variables before the first run, between the two runs, and after the second run. When you see what values are contained after the first run, this might give a clue as to why or how the script
    seems to manage to get farther on the second try.
    This sounds like it may possibly be a one-off situation. Although "F" precedes "G" alphabetically, the file/folder system is not necessarily maintained in alphabetical order. If the "G" folders are processed before the "F" folders, then it seems likely that
    F4 is the very last folder processed. Perhaps it is being processed correctly, but the results are just not being properly recorded.
    Let us know how you get along with this.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Tentative bug report: property node (and other objects) resizes structure in which they are dropped even when this is not needed

    This one has bugged me for a while, so, since I am in a mood to report annoying features, here it is:
    On the diagram, when you drop an object that could have its size increased by user action (for instance a property node in which you chose "Value", which is a short property, but you could later change this to a "longer" one, which admittedly might require more space on the diagram), a case structure in which you drop it, will automatically increase its size.
    Let me illustrate this with ONE example (can be reproduced with other objects such as enums, clusters, etc...).
    Here is a simple diagram:
    Note that I am going to create a property node from the front panel. This, for a reason that makes the beauty of this "feature", is very important. Apparently, if you create the property node from the diagram, nothing weird happens. The exact location where I will drop the node is not very important but needs to be close enough from the border.
    Here is the result (LV 2011 but as I said, this has bugged me for a few versions already):
    Basically, the case structure (and the whole diagram as a matter of fact) has expanded.
    This is particularly annoying, say, when you are creating a diagram with 10 cases in a case structure and you start dropping things such as property nodes in each case: the structure keeps growing, and growing, and growing...
    That also works with Event structure, and I am ready to bet, with other as well.
    As I said, it is also not limited to Property nodes. I have noticed that this happens if you drop a cluster constant that contains an enum (presumably because some of the enumerated strings are longer than others).
    I could speculate why this is the case, but that is not my job.

    Actually, this might not be true. I found a variant of this behavior. With "Place Structure with Auto Grow enabled" unchecked, here is what I observed while dropping a property node on my diagram:
    Before:
    After:
    This is the expected behavior. The Property Node is partly hidden inside the Case Structure I dropped it in. Now that's not what I wanted to do. I wanted to drop it in in the innermost Case Structure:
    The problem is that now this Structure has grown (as has the whole diagram) to leave space for the whole Property Node:
    It is a subtle bug in the sense that I tried to reproduce it on a new VI with a series of nested Case Structures, but it did not result in this behavior.
    Anybody caring to comment?

  • Numeral Format for Quick Part

    Hi, 
    I have a big problem with a template for document.
    I have some numeral fields in my content type, that i used in document liblary. In .doc template i use Document Property from Quick Part.
    I begin to fill my fields, for example, i want to use the number "1000000".  In Document Information Panel the number is divided by space - "1 000 000" - very good, but in the document it's displayed as "1000000".
    How i can display the number in document as "1 000 000" ?

    This is a tricky problem, and I do not think that there is a simple solution.
    You may find the conversation at https://social.msdn.microsoft.com/Forums/office/en-US/de2272f1-0c03-43a4-8bc9-78917cc5992d/format-quick-part-document-property-received-from-sharepoint?forum=worddev useful.
    Where the "field code" approach is discussed, you would need to specify a different format - instead of
    \#"£,0.00"
    you will probably need
    \#"<Nonbreaking Space Character>0"
    where <Nonbreaking Space Character> is the character that you can enter using ctrl-shift-space. That assumes that your numbers are always whole numbers.  
    Peter Jamieson

Maybe you are looking for

  • Tecra M4 - DVD drive doesn't recognize any disk under Vista

    Hi, after the installation of Vista my dvd drive doesn't recognize any disks ! No upgrade from XP! It was a clean Vista installation. I found several links about the registry entries upper and lower filter this entries doesn't exist in my registry un

  • Purchase orders to be sent in the medium of Fax orders to Vendor.

    Hi Guys, I have a requirement to send out the purchase orders to vendors in the form of Fax.For that I have created an output type and condition record so that the order when created will fetch automactically the output type. Still I recieve an error

  • Customer open items not getting cleared using F-28 OR F-30

    If I use F-28 OR F-30, to create in coming payments manually, when I do FBL5N for the Open items, I see that Customer Payments are still reflected in the Open items. I expect that since I made the payment against the invoice the Open items should be

  • Not able to run my first Servlet..... 404 error!!!

    Hi, I am new to Java. I am trying to create a small servlet application. I am using Tomcat 5.5 server and eclipse for this. I have first writtern a HTML form which on submission is redirected to a servlet that displays the information submitted. but

  • IM movement type

    Hi Experts, I am getting a error while creating a TO from PCN in LU04. This error is coming because both source data (mat,plant,stloc,stock cat ) and destination data (mat,plant,stloc,stock cat ) are same. I checked and i found that this pcn is being