How to make DM mpackage Prompt OPTIONAL

Hi All
I want to run my DM package which has only profit center as the prompt. User want to see the prompt but dont want to enter anything but just say next so that it runs for all profit centers.
I am using
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%") in my script logic editor. How to make the prompt optional. When i am trying to run it gives me a message to "SELECT FEWER MEMBERS".
And one more point : What is the difference between SELECTINPUT and SELECT.
PROMPT(SELECTINPUT, [variable], [second variable], [label], [dimensions])
PROMPT(SELECT, [variable], [second variable], [label], [dimensions])
Thanks in advance for your inputs.
Regards
AK

Hi,
To make the user to execute the package without Prompt you can remove the script,
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%")
From Dynamic Script of your package.
Regarding your second question,
SELECTINPUT and SELECT both are to get input from user through Prompt.They Differ by the following,
In SELECTINPUT You will get only the Base members of the dimension to select.
In SELECT you get both Base and Parent Members of the dimension to select.
Hope this helps,
Regards,
G.Vijaya Kumar

Similar Messages

  • How to make Add to Favorites Option for website?

    Please Advice how to make Add to Favorites Option for the
    Website.
    Appreciated
    Thank You

    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1191543&highlight_key=y&keyword1=favorites

  • How to make tcp have establish option's function or reflexive in ASA like icmp have echo reply

    how to make tcp have establish option's function or reflexive in ASA like icmp have echo reply
    rather than permit tcp in both side

    An ASA firewall is stateful.
    The reflexive access for TCP connections (or UDP flows) is allowed by default as the firewall checks for established connections prior to applying an access-list on traffic that arrives at an interface.
    Excerpted from this document (emphasis mine):
    "Here are the individual steps in detail:
    Packet is reached at the ingress interface.
    Once the packet reaches the internal buffer of the interface, the input counter of the interface is incremented by one.
    Cisco ASA will first verify if this is an existing connection by looking at its internal connection table details. If the packet flow matches an existing connection, then the access-control list (ACL) check is bypassed, and the packet is moved forward.
    If packet flow does not match an existing connection, then TCP state is verified. If it is a SYN packet or UDP packet, then the connection counter is incremented by one and the packet is sent for an ACL check. If it is not a SYN packet, the packet is dropped and the event is logged."

  • How to make Start Date as optional parameter in Crystal reports 2011

    Hi All,
    I have existing Start Date and End Date parameter how to make them as optional parameters.
    Thanks for your help in advance!!.

    Hi Mnnica,
    There is an option 'Optional Prompt' under value options, make that as true.  Do the same for both startdate and enddate then go in Record Selection Formula and write below formula :
    If Not (hasvalue({?Startdate}) then True else {?Startdate} >= {databasedatefield}
    and
    If Not (hasvalue({?Enddate}) then True else {?Enddate} <= {databasedatefield}
    Check below screen capture for Optional Prompt options :
    -Sastry

  • I m not able to sign in in itunes cuz i dont have a  credit or debit card.so how to make id without payment option

    i wnat to know that how to make apple id without credit or debit card....cuz i dont have....but i want to download apps for my ipod touch

    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • How to make Plant as an optional field in ME21N

    Dear Experts,
    Is it possible to make plant as an optional field while creating a PO(me21n)? If so then please suggest the T-code and procedure.
    Thanks and Regards,
    Manish

    Dear All,
    I completely agree to all of you that Plant is mandatory, but since I am procuring with reference to WBS element, plant is already picked up. I am trying to avoid the error of assigning 2 plants to same PO.
    Please advise,
    Thanks and Regards,
    Manish

  • How to make field MRP controller optional in Cj20n

    Hi All,
    Please help to make field MRP controller optional in CJ20n
    Cheers,
    Nies

    Hi ,
    we can create a dummy MRP in system and assigne it to the required project profile so that system will not ask u to make this entry. As per my knowledge Mandetory MRP is system requirement we cant by pass it.
    Rgds

  • How to make the UoM field optional field

    In material master Basic data1 tab, I want to make UoM field optional field. In OMS9, I changed this field from Req,field to Opt field
    ,but when i create a material, the UoM is still Req. How to resolve this? Thank you.

    Hi,
    Unit of measurement is the mandatory field for the materials.Without a unit we can't do anything for the material. Even though u changed as a optional entry system will insist to enter the UOM. Because its a standard process in SAP.Same thing will be happend for the material Description also.Field reference will not control such fields like UOM and material Description etc...
    Regards,
    Venkatesh

  • How to make the Command Prompt F7 window wider?

    The F7 command prompt history window is a gem. is there a way to make the window wider so you can see the entire command line?
    jwh

    You could ask them over here.
    http://answers.microsoft.com/en-us/windows
    http://social.technet.microsoft.com/Forums/windows/en-US/home?forum=w7itprogeneral&filter=alltypes&sort=lastpostdesc
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to make input parameters as optional in the function definition

    I have created a function for a data service which is at the Normalized layer and has 3 input parameters.
    This function is called at the Integration layer in which we have to pass only one parameter. But for the remaning 2 parameters it is throwing an error as we cannot pass those parameters.
    Is it possible that we can pass less number of parameters in the higher layer.
    I had also made those parameters as optional in the function definition(by applying '?' while defining the arguments-e.g. $x as xs:string?), but error was thrown while generating the query plan.
    I have attached a Demo project, in which i have defined a function at the normalized layer and this function is been called at the integration layer.
    Thanks,
    Kinjal

    Thanks mreiche for the reply
    But the problem is that while writing
    function myfunction( arg1 as xs:string, $arg2 as xs:string?) { ... }
    in function definition in the normalized layer, the query plan is throwing following error:-
    com.bea.ld.QueryException: Cannot generate XQuery for the function {ld:DemoProject/Normalized/TestGeo}getGeo:3
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108) at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248) at com.bea.ld.Server_ydm4ie_EOImpl_816_WLStub.executeFunction(Unknown Source)     at workshop.liquiddata.xds.views.queryplan.QueryPlanPanel.compileFunction(QueryPlanPanel.java:583) at workshop.liquiddata.xds.views.queryplan.QueryPlanPanel.access$900(QueryPlanPanel.java:39) at workshop.liquiddata.xds.views.queryplan.QueryPlanPanel$5.run(QueryPlanPanel.java:469) at java.lang.Thread.run(Thread.java:534)
    Caused by: com.bea.ld.QueryException: Cannot generate XQuery for the function {ld:DemoProject/Normalized/TestGeo}getGeo:3 at com.bea.ld.EJBRequestHandler.invokeFunction(EJBRequestHandler.java:720) at com.bea.ld.EJBRequestHandler.executeFunction(EJBRequestHandler.java:339) at com.bea.ld.ServerBean.executeFunction(ServerBean.java:95) at com.bea.ld.Server_ydm4ie_EOImpl.executeFunction(Server_ydm4ie_EOImpl.java:312)
    at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:491)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:120)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Caused by: com.bea.ld.server.FunctionCallQueryBuilder$QueryBuilderException: The following parameter type is not supported: {http://www.w3.org/2001/XMLSchema}string?
    at com.bea.ld.server.FunctionCallQueryBuilder.addParameter(FunctionCallQueryBuilder.java:257)
    at com.bea.ld.server.FunctionCallQueryBuilder.buildQuery(FunctionCallQueryBuilder.java:99)
    at com.bea.ld.EJBRequestHandler.invokeFunction(EJBRequestHandler.java:716)
    But no error is thrown when I call this function at the Integration layer,using
    for $f in mfunction( 'test', () )
    and the output which i get is as expected.

  • C5-05: How to make charging on USB optional?

    I am using a Nokia C5-05. I use the USB connector frequently to sync or connect to internet from my laptop.
    What I observed that the phone battery starts charging as soon as I connect the USB cable. I understand the frequent recharging of the battery will decrease the life expectancy of the battery.
    So, is there any option, like the USB mode that pops up when I connect the USB cable, that will allow me to choose whether the charging is to be done or not?

    Hey Kangkan, Welcome to the Nokia Forums!
    Im afraid it is not possible to prevent the device from charging whilst it is connected through USB.
    I hope this clarifies any queries.
    Sheldrick 
    Press the 'Accept As Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • How to make multi value parameter optional in SSRS

    I HAVE REPORT IN SSRS 2005.
    I have @strjournal as multi value parameter. Allow blank is checked. Parameter values r assigned through query.
    select jornalno,jornalno as descr from tran_table 
    union select 'NULL','NULL' 
    So for @strjournal,  valuefield = jornalno  , label field = descr
    my main query i am giving,
    select .... from myTable where  (TRANKEY IN (@strjournal) AND @strjournal<> 'NULL' ) OR (TRANKEY LIKE '%' AND @strjournal = 'NULL')
    If i select 'NULL' its giving me correct result (returning all records as condition is like '%')
    if i select only 1 journalno (not 'NULL') also giving me correct result (i.e. only 1 record for which jornalno is selected)
    if i select more than 1 jornalnos then its giving me error "an expression of non boolean type specified in a context where condition is expected , near ',' "
    Any help ??
    h2007

    I have report in SSRS 2005 with multi value parameter.
    @strjournal is multi value parameter. Allow blank is checked. Values r assigned by below query
    select journalno,journalno as descr from tranTable
    union
    select 'NULL','BLANK'
    so for @strjournal, value field = journalno and label field = descr
    My main query is,
    select ---- from mainTable where
    (TRANKEY IN (@strjournal) AND @strjournal<> 'NULL' ) OR (TRANKEY LIKE '%' AND @strjournal = 'NULL')
    if i select 'NULL' gives me correct result (returns all rows as condition is like '%')
    if i select only 1 journalno (not 'NULL') also gives me correct result (returns only 1 record for which journalno is selected)
    if i select more than 1 journal nos gives me error, An expression of non-boolean type specified in a
    context where a condition is expected, near ',' 
    if i select more than 1 values (though i have selected it as multi-value) its giving me error.
    if i just give condition, 
    select ---- from mainTable where (TRANKEY IN (@strjournal)) 
    then i can select multiple
    h2007

  • How to make Chrome stop prompting?

    I get a ton of popups from Google Chrome.  For login pages, I get this:
    Google Chrome wants to use your confidential
    information stored in "abc.com"
    in your keychain.
    There are three buttons, "Always Allow", "Deny", "Allow".
    I always click Deny but the popup comes back when I refresh the login page.  I also get popups about Google Talk.  Is there a way to completely turn these off?

    Try looking/posting in the Chrome supprort site.
    Chrome  Support

  • HT203909 Why can't you provide specific instructions here about how to make the USB drive bootable?  The article referenced is not dedicated to Bootcamp--too long, too many options.  How do you make it bootable?

    Why can't you provide specific instructions here in HT203909 (Boot Camp: Creating an ISO image from a Windows installation DVD) about how to make the USB drive bootable?  The article referenced for partitioning the drive is not dedicated to Bootcamp--too long, too many options.  How do you make it bootable?

    If your BC Assistant shows the option to create a USB Installer, it automatically is marked as bootable. There is no need to have manual intervention to make a bootable USB. Once the process is manually modified, it is supported by the person modifying it.
    You have two or three options (depending on your Mac Model).
    1. Create USB... - Use a USB2 flash drive, which is erased and formatted. If your Mac supports ISOs then BCA will prompt for the Media. Any Mac which does not have a built-in Optical drive will support an ISO. There are specific Mac models which support both, DVD and USB based installation.
    2. Download Software from Apple servers...
    3. Install Windows...
    Are any additional instructions really necessary?

  • How to make field as optional in MIGO header screen

    Hi
    I need to make Deveilvery note header field of MIGO screen as optional based on whether doc is GR based or PO.
    How to make this screen field  GOHEAD-LFSNR as optional .
    it shld be optional or mandatory based on t158-vgart = WE or WH.
    I chcked in BADI MB_MIGO_BADI header check. but not.
    Please suggest.
    Thanks in Advance

    Hi Saptarshi Chakrabarti,
    If the entries are generated and (Create Accounting is run) sent to GL, we cannont edit the DFF.
    Please set the PROMPT to YES, so that whether the value is provided in DFF or not this info can be editable before running Create Accounting.
    Regards
    Raghaveder Rao K

Maybe you are looking for

  • Garbled characters in output

    Experts, I have a issue with Output.Output content consist of  Japanese letters and English letters and numbers. When we see print preview in Production, output has all japanese leters and numbers etc.its fine. When we take print out through Sap and

  • Airport Extreme - Weak Signal

    Good morning - I have a 17" iMac G4 800 (no Airport Card - cable connected to the Airport base station) and a 12" PowerBook G4 133, networked with Airport Extreme. I connect to the internet via DSL with a Siemens Speedstream 4100. My ISP claims downl

  • Apple's 10.6 software compatibility kb document a total joke.

    Umm... have people looked at this doc http://support.apple.com/kb/HT3258 ? would i be forgiven for suggesting this article was a joke? I hardly need say why... (it has not even been modified since Aug 28!) really quite extraordinary.

  • Oracle JHeadstart 10g for ADF - Evaluation Copy Available

    All, The evaluation copy of the new JHeadstart release 10.1.2 for ADF is now available. With the evaluation copy you are allowed to build a prototype only. You can dowload this evaluation copy on the JHeadstart Product Center. http://www.oracle.com/t

  • Is there a script to open an attachment within a PDF in a separate window?

    I have a PDF with a button to open an attachment. I know that in my preferences I can set it always open in a separate window, but not all users know to do this. Is there a script to make this happen? I have a script to open links in a separate windo