How to use the period in controls?

Hi,
I would like to use a control to validate my current opening balance amounts to the closing balance amounts from the final period in the prior year. However I cannot get it to work as I struggle to find what to enter in the period field for the control. I have tried DEC (PERIOD property in the time dimension) and 12 (MONTHNUM property in the time dimension) but in both cases BPC doesn't validate the control saying that neither value is valid.
Thanks,
Arnold

Hi,
You can try:
Year Offset=-1
Period=012
Regards,
Eran Goldfeld

Similar Messages

  • How to use the mobile phone control computer?

    Using iPhone5 remote control computer, what software?   TKS!!!

    Hi Or,
    Using
    Launcher class is fine (not sure if you are playing with 8.1 Silverlight or runtime), you can launcher default system app by following code:
    var success = await Windows.System.Launcher.LaunchFileAsync(file);
    --James
    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.

  • How to use the drop event of the tree control in LabVIEW 8.20?

    Hi,
                I am using the two tree controls in my application to provide a option for the user to drag and drop item from one tree to the other.  I have to validate the user selection. I tried to capture the user drop event  using the event structure. The problem I am facing is, I am not able to drop the item even though i have wired a constant true to the filter(Accepted?) in the event case. I have enable the property(Allow droping) in the right menu of the tree control also.
              While configuring an event case for (drop, drag entered and some thing like this) only I am getting the problem otherwise it is working fine.  
    What do i need to do to caprture the drop event ?
    Is there any way to avoid the item duplication while droping a new item in the tree control ?
    or how can i do this?
    Thanks,
    Pandiarajan R

    Hi Pandiarajan,
    I hope you are doing well today! There is a lengthy discussion on the Tree Control Drag & Drop feature at this forums post including contributions from the developer of the Drag & Drop feature:
    Tree Control Drag & Drop in LabVIEW 8
    By avoiding item duplication, do you mean that you don't want the same item to be in the old tree control or do you not want more than one item in the new tree control?
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Hey, can i use the mac remote control on the new imac 2013? if so, how?

    hey, can i use the mac remote control on the new imac 2013? if so, how?

    No,
    The new iMacs no longer have an IR receiver.
    If you want to control your iMac remotely.
    If you own an iPhone, iPod Touch or iPad.
    Here's an app
    http://regularrateandrhythm.com/apps/rowmote-pro/
    or this
    http://www.amazon.com/Satechi-MediaRemote-Bluetooth-Multi-Media-Control/dp/B0082 4948U/ref=sr_1_10?ie=UTF8&qid=1364328484&sr=8-10&keywords=Satechi
    http://www.amazon.com/Satechi-Bluetooth-Pointer-Presenter-Control/dp/B00A3WRM5G/ ref=sr_1_1?ie=UTF8&qid=1364328551&sr=8-1&keywords=Satechi+Remotes

  • I want to use the expression edit control in a VC++ DLL, how?

    Good morning,
    as mentioned I want to use the expression edit control in my DLL written with VSC++ 2005 MFC. But I ran into some problems:
    If I just add the ExpressionEdit control from the toolbar to my dialog then the dialog will not be shown during runtime. As soon as I delete the control the dialog shows up.
    In the TS examples is one called 'TCL' (...National Instruments\TestStand 4.1.1\Examples\Tcl\source\EditSubstep). This is programmed in C++ and uses the expression edit control.
    The original dll works fine but as soon as I compile the editsubstep with my VS 2005 I get a runtime error (see image).
    What do i have to do to be able to use this control?
    Has anybody an working example for me?
    Cheers Frank
    Solved!
    Go to Solution.
    Attachments:
    fehler.JPG ‏21 KB

    @juergen: how do I know which lib I am using?
    I am using this COM-Control: c:\programme\national Instruments\testStand 4.1.1\bin\exprEdit.dll
    @Doug: I created the sequence as you described and used this for debugging to find out where the problem is.
    I found out, that the problem must be somewhere here:
    dlgcore.cpp
    BOOL CWnd::CreateDlgIndirect(LPCDLGTEMPLATE lpDialogTemplate,
    CWnd* pParentWnd, HINSTANCE hInst)
    Line 314:
    hWnd = ::CreateDialogIndirect(hInst, lpDialogTemplate,
    pParentWnd->GetSafeHwnd(), AfxDlgProc);
    Without the ExpEdit-control hWnd has a Value
    with control hWnd is 0.
    This is what I found out so far.
    Frank

  • How to use the custom control ?

    Hi Friends,
    plz help to use of  custom control in screen painter ?
    and how to use the custom control ?
    Thanking you.
    Regards,
    Subash.

    HI,
    Screen Elements
    A screen can contain a wide variety of elements, either for displaying field contents, or for allowing the user to interact with the program (for example, filling out input fields or choosing pushbutton functions). You use the Screen Painter to arrange elements on the screen.
    You can use the following elements:
    ·        Text fields
    Display elements, which cannot be changed either by the user or by the ABAP program.
    ·        Input/output fields and templates
    Used to display data from the ABAP program or for entering data on the screen. Linked to screen fields.
    ·        Dropdown list boxes
    Special input/output fields that allow users to choose one entry from a fixed list of possible entries.
    ·        Checkbox elements
    Special input/output fields that the user can either select (value ‘X’) or deselect (value SPACE). Checkbox elements can be linked with function codes.
    ·        Radio button elements
    Special input/output fields that are combined into groups. Within a radio button group, only a single button can be selected at any one time. When the user selects one button, all of the others are automatically deselected. Radio button elements can be linked with function codes.
    ·        Pushbuttons
    Elements on the screen that trigger the PAI event of the screen flow logic when chosen by the user. There is a function code attached to each pushbutton, which is passed to the ABAP program when it is chosen.
    ·        Frame
    Pure display elements that group together elements on the screen, such as radio button groups.
    ·        Subscreens
    Area on the screen in which you can place another screen.
    ·        Table controls
    Tabular input/output fields.
    ·        Tabstrip controls
    Areas on the screen in which you can switch between various pages.
    ·        Custom Controls
    Areas on the screen in which you can display controls. Controls are software components of the presentation server.
    ·        Status icons
    Display elements, indicating the status of the application program.
    ·        OK field
    Every screen has a twenty-character OK_CODE field (also known as the function code field) that is not displayed directly on the screen. User actions that trigger the PAI event also place the corresponding function code into this field, from where it is passed to the ABAP program. You can also use the command field in the standard toolbar to enter the OK field. To be able to use the OK field, you need to assign a name to it.
    All screen elements have a set of attributes, some of which are set automatically, others of which have to be specified in the Screen Painter. They determine things such as the layout of the screen elements on the screen. You can set the attributes of screen elements in the Screen Painter - either for a single element, or using the element list, which lists all of the elements belonging to the current screen. Some of the attributes that you set statically in the Screen Painter can be overwritten dynamically in the ABAP program.
    with regards,
    sowjanyagosala

  • How to use the 64 bit Adobe PDF Browser Control (AcroPDF64.dll) in x64 WinForms VS2012

    I noticed that sice 11.0.07 there is a 64 bit version of the AcroPDF.dll called AcroPDF64.dll. Does this mean that I can use the PDF Browser Control in a x64 WinForms application? If so, what do I need to do to get this to work?
    When I right click on the "Toolbox" and select "Choose Items..." there is only the possibility to select the Adobe PDF Reader pointing to "C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\AcroPDF.dll" and not a version using the AcroPDF64.dll
    When I click in this dialog on the "Browse..." btton and select the AcroPDF64.dll nothing happens.
    Now I am stuck with an "Initializing..." message when loading a PDF in the control. The control is working when switching back to x86 (but which I can't because I need to reference a dll that is only available in 64 bit).
    Please advice, thank you in advance!

    Thank you for your reply.
    Does this means that it is still not possible to use the PDF ActiveX control in a x64 WinForms application?

  • How to use the validation work in Both TAB and Mouse keys in Forms6i

    Hi,
    I have a validation script once it's validated it should execute the query.But using When-Validate-Item i can't use execute_query.I am able to use the validation in Key-Next-Item trigger but if the user moves the cursor using mouse then it's not working.
    How to use the validation script working in Both Scenarios(Tab and Mouse keys).
    Can anyone please give inputs to rectify the above issue?.

    So you have multiple fields, but on at least one of them if it's valid you immediately want to execute the query?
    You could create a hidden field in a control block Query_Now default 'N'. In a WHEN-VALIDATE-ITEM on your item, if it's determined to be valid, then set Query_Now to 'Y'.
    In a WHEN-NEW-ITEM-INSTANCE at block level, check if Query_Now is 'Y'. If it is then execute the query (and set it back to 'N').

  • Is anyone having issues with their iPhone 5 music controls in a 2012 Hyundai Accent, both on Bluetooth and using a headphone or USB cable?  My music plays but I cannot skip songs without physically using the iPhone 5 controls.  Thanks!

    Hello,
    I have an AT&T iPhone 5 purchased from an AT&T store - it is a normal phone, no changes, no jailbreaking.  I tried using my phone and my girlfriend’s iPhone 5 with the USB auxiliary cable in my 2012 Hyundai Accent.  No matter what connector I use (headphone, USB, auxiliary) it doesn't charge or allow me to use the Hyundai’s controls to change music.  Music will play through the Bluetooth system, but I cannot control the music unless I physically touch my iPhone.  My iPhone 4 has a USB auxiliary cable and works perfectly; it charges and I have full control of my music without having to touch my phone. Nothing works even if I use the adapter that connects the iPhone 4 charger end to the iPhone 5. The picture below shows the iPhone 4 USB cable but it needs to have the (blue) iPhone 5 adapter.
    Here’s the best part of this whole situation.  I was told by Hyundai Customer Care that there is a specific USB cable available for my iPhone and that I need to contact a dealer.  However, two Hyundai dealerships have told me that they do not have a cable, that Apple has not made a cable for the iPhone 5, and that I need to contact Apple directly or order it from an Apple store.  It gets better.  I contacted an Apple Store and they told me to contact Hyundai.  I explained what I wrote above and they put on a call with Apple Customer Care.  After 37 minutes on the phone with Apple, they still couldn't give me a satisfactory answer on how to get this cable or if they even had a cable (Case ID 505467409).
    So here is the magical question:   Is there a working adapter for the iPhone 5 that connect to a 2012 Hyundai Accent? It needs to play music, charge the phone, and work with the car’s controls.  Thanks!
    -sam

    The problem is that you're using an uncertified lightning to 30-pin connector (the blue cable).  If you purchase the 30-pin to lightning cable (either online, at an Apple store or an authorized dealer) it should work fine.
    I have a 2011 Tuscon and tried the lightning to USB cable that came with the phone - no dice.  Talked to my local Hyundai dealer and they don't have an eta on the Hyundai lightning cables (I'm sure it's in the works).
    Lightning to 30-Pin Adapter (0.2M)
    Part Number: MD824ZM/A
    http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter?fnode=48
    $29 in the US store, $45 in Canada (yes, even though our dollar has been par for years)

  • How to use the selection profile and status profile for production order?

    Hi expert,
       I want to know how to use the selection profile and status profile for production order. what's the usage for these two selection profile and status profile ?
      Please help me.
      thanks in advance.
      george.shi

    Hi George,
    There are are two types of statuses.One is system status and second one is user status.These statuses will tell us current situation of an order.
    We can't change system statuses.But we can create our own statuses through status profile.With this profile we can control user statuses.
    In this status profile,
    1.We define the sequence in which user statuses can be activated,
    2.We define initial statuses
    3. Allow or prohibit certain business transactions.
    Selection profiles are used to select the objects (say production orders) with different status combinations.We assign status profiles to selection profiles in BS42 T-Code.
    Regards,
    Raja.
    Edited by: Rajarao on Oct 30, 2008 6:21 AM
    Edited by: Rajarao on Oct 30, 2008 6:22 AM

  • How to change the size of control´s prompt?

    No matter the size of data to be displayed in the view suface prompt, the controls have the same size.
    Does anyone here know how to change the size of control in surface prompt?

    HI,
    In order to change the size of a radio button... one way you may consider is to Customise the Radio Button.
    Place a Radio Button (RB) on the FP of a VI, Right-Click the RB > Advanced > Customise...
    Click the Mode Button (most Left button) for Edit Mode
    Right-click the radio button (the round image) now, you will see a list of actions i.e. Copy to clipboard, import picture ...You will see Four images under the 'Picture Item', those are the images that you will need to replace.
    Prepare Four Images of the similar but larger expected size
    *** Copy the 1st new image to clipboard. Back to the Picture Item and select 1st image. Then, select Import Picture (to replace the existing image)
    Repeat *** for all four images.
    Once done, change the mode back to original. Save the *.ctl
    You are now ready to use the customised radio button!
    Quick sample attached (sorry for the poor images created )
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com
    Attachments:
    IFK_RButton_Large.ctl ‏11 KB

  • How to see the period status in MM module

    Dear gurus,
    how to see the period status in MM module & how  to change it. pls send me tcodes of MM-Fi integration
    regards,
    Radha Krishna

    Hi
    tcode MMRV for status
    tcode MMPI to change period
    Tcode for integration i s OBYC
    assign points if useful
    pushkaraj
    Message was edited by:
            pushkaraj kulkarni

  • How to use the method  setReadTimeout(int longtimes) in HttpUrlConnection?

    I have to use the HttpUrlConnection to download files ,sometimes the speed is very slow or just blocked for no reason.(no Exception was throw and I can't see any changes from my swing Interface)
    It seems the thread is dead. I try to use setReadTimeout() to control the read . but it isn't working ,
    Now I have to questions?
    one how to use the setReadTimeout() so it can throw the SocketTimeoutException like the API said
    second how to solve the problem I metioned before : sometimes the speed is very slow or just blocked for no reason
    Please somebody help me !!!

    That is not true. For example ajax continuous, http monitor or media streaming in client side is unusable without nio http client (or implementation is much simple and better). All logic is coming to client side from server. Modern client are very powerful and same time servers are overloaded.

  • How to use the Latest End to handle overdue task?

    Experts,
      How to use the Latest End to handle overdue task?
      Thanks you very much!
    Ken.li

    Hi KL,
    could you give more details to get more from the Forum Experts.
    Just to give you an example. If you using a User Decision step and you want a Deadline to be set, click on the Latest End tab for the User Decision Step, there is a Refer/Date/Time column, list out 'Work item creation'.
    Below you would find Time column, enter appropriate period.
    If you want a message to be escalated to someone after the period that you entered above has passed, you can enter the recipient in the column 'Recipient of message'.
    Hope it helps.
    Aditya
    P.S - how good your query is, better answers you can expect from others.

  • How to use the "Flash Field"?

    Hi Everyone,
    I'm trying to figure out how to use the new "Flash Field" inside my form.
    The form we are working on required the user to interact with the "Flash Field" (i.e., click on the bar on a bar-chart) and the "Flash Field" should return some value (defined in the Flash logic) should be returned to the host (the PDF form) as the FlashField.rawValue, for example.
    BTW: The SWF object that is consumed by the "Flash Field" is built by the Flash Builder latest edition (4.5). So we do have a total control on the logic inside the SWF project.
    The Q here is: What is the possibility to modify my code inside my Flash project so it can expose the SWF object computed value to the rawValue property of the Flash Field?
    Appreciating your collaboration....
    BR,
    Yasser

    Hi,
    Have a look at the Flash object Reference Card and the Flash object examples here: http://assure.ly/rqCuEn.
    Hope that helps,
    Niall

Maybe you are looking for