Deleting variables and queries

Apart from RSZDELETE what is the best alternative to delete variables and/or queries? Thanks

Hi Niten,
I am not sure about Tcode to delete variables....But you can delete all unnecessary variables from Query designer itself...But before deleting variables make sure you don't need them anymore and these varaibles are not being used in any other Queries...
If you try to delete a variable which is being used in other Query,it will display a message 'Variable being still used...etc....if you click on details...it will show you where it is being used....
To delete variables:
Open any Query-->expand Characteristic->expand charactristi value variables->right click->delete.
hope this helps

Similar Messages

  • How to use different iViews for variables and queries?

    Hi all!
    I need to use separtate iViews for storing variables and extracting queries.
    For example, I have one variable "Currency" for two different queries,  and I need that all of these queries (in separate iViews) would use the value of currency was put by user in the first iView with only one input.
    How can I do this task? Is it possible at all?
    Thanks for replies.

    Hello Alex,
    You have to use EP client framework (EPCF) in your development.
    I hope this idea will help you.
    Kind regards, Pino.

  • Delete variables in WEBI Documents

    Hi,
    We are creating WEBI documents on top of BW queries(Query-Universe-WEBI) and BW query variables automatically flows into WEBI and we don't want to show all variables to the user while he is creating his own WEBI documents so we wanted to delete variables in WEBI instead of Universe. Is there any way to achieve this functionality?
    Cheers,
    Preetham

    Hi,
    but keep in mind that even when you do hide them the underlying BI query still requires values as input for the BI query to be executed.
    you mentioned that you want to hide the variables from the user - so why do the variables exist in the BI query ?
    Ingo

  • Delete variables

    Hi,
    When making queries for reports there is shown a lot of variables that I don't use, is it possible to delete these variables and what is the easiest way to do so?
    Best Regards
    Anette

    Hi Anette
    Variables wont effect you. May be in u r case there were more no of queries on u r
    target so each variable is used by some other queries.the procedure fr deletion is
    same as mentioned above .right click on the varible in the left panel and say
    delete .
    <u><b>How ever make sure of the variable which u r going to
    delete is not used by any queries..</b></u>
    Thanks & Regards
    R M K
    **Winners don't do different things, they do things differently**
    > Hi,
    >
    > When making queries for reports there is shown a lot
    > of variables that I don't use, is it possible to
    > delete these variables and what is the easiest way to
    > do so?
    >
    > Best Regards
    > Anette

  • Bind Variables and Shared Component Report Query

    I have a query in a region report which I have replicated to a shared component report query.
    Both queries reference page items as bind variables in the where clause.
    The report region on screen shows the correct results but the report query shows "no data". This is the case when running "Test Query" and "Download XML data" from the shared component report query definition. If I hardcode the variable names I get rows returned, If I use bind variables - and specify the values for these variables I get no data. THe XML file contains the tags for each bind variable I have specified but has no data between the tags. I have Ticked the box to include application and session state but it appears that the bind variables are not being used.
    When I use my report query in the application (URL tied to a button) I get the same problem, the binds are not being passed to the report query.
    Can someone please clarify if this is a bug or not? And if not, how can I get it to work.
    I am using Apex 4.0.2
    Thanks
    Kathryn

    Hi
    To confirm, yes I selected the bind variables. I used these in the report layout, but the xml file has them as empty i.e.
    <P0_START_DATE><P0_START_DATE/> with nothing in between.
    IN the Test Query section, if I put real values in the boxes for the bind variables, I get no data found. If I hardcode the values into the query, I get the data.
    I've repeated the create report query many times and have created a report layout in RTF. I can use the layout with my region - in the print attributes and the layout works with the query but I need to create a PDF using 2 queries - ROWSET1 and ROWSET2. I can generate the XML but the values in the rows are all empty. When I use the layout with a report query instead of the region, I get no data even though I have used the same sql and have selected the bind variables. I was using variables from page items on page zero but have also tried using page items on the current page, the result is the same.
    I need to use a report query and a report layout as I need data from 2 queries in the PDF.
    I looked at your demo - what happens if you add a second sql query to the report query - is there any chance I can look at the back end (developer access?)
    Thanks for your input
    Kathryn

  • How do I store VI References in global variables and access them later

    From what I know, Labview automatically deletes VI references when they go out of use. Is there a way for me to override this so that I can access a set of preloaded references in a separate VI? Essentially I would like to open the VI's dynamically into the memory, store the references in global variables and access them at a later time. The VI's I'm referencing won't be known until runtime. I know its not the safest way to do it, but it would be the most productive on my end.
    Thank you
    Clay Upton

    I'm not sure what you mean by "a later time", but a VI reference will remain valid as long as the VI is in memory. If you don't unload the VIs, the references will remain valid.
    If you do need to unload the VIs, for whatever reason, I would suggest the following:
    Create a functional global as your interface for obtaining the references.
    Feed the paths to the VIs into the VI when initializing it (since you don't know which VIs in advance).
    When calling the VI to obtain the references, have the VI check them first (using the Not a Number... primitive). If it sees that they're invalid, it can open a new reference and return that.
    You should note that when a VI is removed from memory, the data space is used is released, so if those VIs are expected to hold data (using shift registers, etc.) this will be a problem.
    The description I've given will only be usable in certain instances (and it has its intricacies), but you didn't really give any details about what you're actually trying to accomplish.
    Try to take over the world!

  • Errors and Queries regarding manually create database in oracle 9i

    Create database manually with following steps:
    1) Create SID
    C:\> set ORACLE_SID=mynewdb
    2)Create suitable database directories within oracle directory.
    Create folders udump,cdump,bdump within C:\oracle\admin\mynewdb\
    3)Create PFILE
    4)Create a password file using:
    C:\> orapwd file=C:\oracle\ora90\database\PWDmynewdb.ora password=oracle
    5)Create an instance of database
    C:\> oradim -new -sid mynewdb
    6)Start sqlplus:
    C:\> sqlplus\nolog
    7)connect / as sysdba
    8)startup nomount
    9)Run CREATE DATABASE script
    'Database Created' prompt display on screen.
    11) Run two scripts i.e. catalog.sql and catproc.sql
    Following are errors and queries related to database creation. :
    Errors+_
    Following error occur when start database:
    Total System Global Area 336359616 bytes
    Fixed Size 282816 bytes
    Variable Size 234881024 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 532480 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    For start database I give following command, but it gives me same error:
    STARTUP OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP FORCE OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP OPEN
    or
    STARTUP FORCE OPEN
    Queries_
    *1)There are one databases in my machine name "orcl"*
    when I give commands
    C:\> connect / as sysdba
    C:\> startup nomount
    When I run "connect / as sysdba", in this which database instance connect?
    how the oracle will know to start mynewdb database instance in nomount? although I am not create database.
    *2) Step "startup nomount". In this, which database started in nomount?*
    *3) There is no reference for PFILE in CREATE DATABASE script. How the oracle will know which is the PFILE for database mynewdb?*
    *4) I create password file, how the oracle will know password file for which database (in this case mynewdb database)? How to map password file with particular database?*
    Thanks and Regards,
    Sachin

    Hi,
    not any thing new from the already given answer. But, i hope this examples gives more clarity.
    Answers below:
    1) ORACLE_SID is the answer
    2) see the output below.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 61785680 bytes
    Fixed Size 730704 bytes
    Variable Size 58720256 bytes
    Database Buffers 2048000 bytes
    Redo Buffers 286720 bytes
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mytestdB
    SQL>
    SQL> show parameter db_name
    NAME TYPE
    VALUE
    db_name string
    mytestdB
    3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    SET command will help you or use widows options.
    In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
    4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    Regrds,
    Vasu.

  • To delete first and last character of a string???

    Hi Everybody !!!
    Do you know a method that can permit to delete in a string the first and the last character?
    For instance I have in my string this word : [the word]
    I would like to delete the '[' and the ']' character.
    Is exist a method that permit to delete this character?
    Thanks !!!

    Look at the substring method of the String class.
    Note that since string is immutable, you'll need to assign the results of substring to a variable (could be the same as the original or different).

  • How to delete variable width points?

    I've read a couple of methods for deleting variable-width tool points on a path (NOT path points or paths.)
    None of them work for me; is there some trick to doing it?
    I have read: A) Hover over the unwanted point (with var. width tool) and hit Delete and B)Select unwanted point with var width tool and hit delete.
    Both moves result in the entire path being deleted.
    thank you for any insight.
    w

    Yes that is how it works. Cclick to select after your icon changes (pointere with a  tilde ~)and delete. If you have only one variable width point, than it may have the appearance of the entire line getting deleted, try aon a path with 2 variable width point until you get the hang of this.

  • Delete Variables in Captivate 8

    Hello,
        I have read a previous post on variable deletion within a Captivate project but it did not solve my problem. I tried deleting the associated Advanced Actions/Shared Actions and then deleting the variables, but I am having no luck. When I try to delete the variable, I get a dialog box saying "Deleting variables used by Advanced Action, Shared Action, text objects is not allowed". However, when I look at the "Usage", in the dialog box it just says "", which I interpret as Captivate not finding where it's being used.
    I have tried NOT deleting the slide with the actions before trying to delete the actions and variables as a previous post suggested, but this still doesn't work. I was glad to see that they added the ability to delete variables, but clearly either I am missing something or there is a bug. Please tell me I'm missing something!
    Thanks!

    Hello,
    Have not checked this in CP8 but in CP7 the Usage was not showing everything, if you don't get the message that a variable is not used, it is used somewhere but the Usage will not show it. If you do see an empty Usage list, it means that there is Usage. Hope I didn't confuse you more now, blogged about it for CP7, maybe it is still the case for CP8. I certainly logged that bug for CP7 but will first double check before logging again.

  • Hw to delete variables (urgent)

    hi gurus
    Help me hw 2 delete variables
    WArm REgards,
    kumar

    right click on variable and change variable.. check where used list.. if it is not used anywhere, select delete button..

  • Query about User Variables and Advanced Actions

    Hello,
    I am creating a clinical-based project using Captivate 5.I have to give you quite a bit of information before I can pose my questions so please bear with me.
    Users have to select multiple options from a checkbox widget (shown below).
    Each options, for example 'location' is associated with a variable for example 'hpi0' (See below):
    Each option has addtional data associated with it:
    Location = hpi0 (user variable)
    Location data = hpi0data (user variable)
    Please see the screenshot below:
    Notice in the image above that I have created a conditional advanced action - if the user selects Location (hpi0) on the checkbox widget, the data associated with that variable will be presented to them. That data (e.g. location data or hpi0data) is presented in a caption text box in the following slide. (see below)
    I hope I have given you enough information.This is a complex project and this is just one of my many problems.I have had to create over 200 hundred user variables and more than 6 Conditional Advanced Actions in one project. The project is becoming unstable. So here are my queries:
    1) Are there limits to the amount of user varables I can create in a project?
    2) If so, how can I re-use the user variables I have already created? Otherwise I will have to divide this project into 3 parts and I want to avoid doing that.
    3) Are there limits to the amount of Advanced actions I can create in a project?
    Again  I am using Captivate 5 for this project.
    Any assistance, tips or tricks would be greatly appreciated. I am learning captivate as I go so If there is away to streamline this process, I am open to any suggestions.
    Thanks
    Tinukwa

    Hello Tinukwa
    This is indeed a challenging project, and although I did create a lot of projects with advanced actions, they were never that size. You have to listen to Jim's words about using some widgets, he is a widget specialist which I'm not. I do not know if you are aware of the fact that the checkboxes widget coming with Cp was extended by Jim? He offers it on his website, I blogged about this extension and suppose you do know my blog. About the advanced actions, perhaps I could help but only screenshots are bit limited. So I wonder if either I could have access to the file and/or if we could have a Connect session eventually?
    First intuition tells me
    we should look to re-use variables, but I do need more information; do you need the vars XXXXdata somewhere else later? If not, perhaps only to display it you could use one variable; now you keep the information chosen by the user in 2 variables: hpi0 and hpi0data (isn't that redundancy?)
    and by choosing labels for variables, actions and objects in an intelligent way reduce the editing time because you'll need a lot of almost identical advanced actions. Usually I do a lot of reflection before starting to create labels, variables and actions.
    About re-using what you already constructed: as I explained once, a template is the only way to be able to re-use a script at the moment. And Kevin Siegel discovered (so gratefully for that) it is possible just to change the extension of a standard CP file to cptl to have a template.
    Lilybiri
    PS Jim suggest also to split up the project? Here I'm not sure if that is really needed.. should have been the case for previous versions.

  • My Macbook Air can delete files and folders and take them to Trash Can but cannot delete from Trash Can . Cannot empty trash securely.

    My Macbook Air can delete files and folders and take them to Trash Can but cannot delete from Trash Can . Cannot empty trash securely.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • CF MX7, Client variables and an internal app

    I work for a retail company that has over 500 stores.  Some time ago, I wrote 4 applications that the stores use in CF.  In the time since I developed them, we moved to CFMX7 and now are changing to a new point of sale, on a Windows XP platform with IE 7.0 as the client.
    Nothing can change on the client so any suggestions in that area won't help me.
    The applicaitons the stores use are store specific and I have to pass the store number in the URL.  I store the store number in a Client variable and a Cookie (as backup).  I was lazy back then and in each application, the store number variable is the same name.
    So now I have a problem since we moveed to the new POS (which I do not believe has anything to do with it, but maybe).
    When one store is in one app (call it App A) and another store is in App B, at some point, the store numbers get mixed up and some how when the first store submits, it ends up submitting with the other store number.
    Are my client variables getting crossed up?  I thought that the client variables were instance specific.
    Thoughts?

    I had no problems with MySQL 5.1 on CF8.0.1. However, I found
    there were quite a few corners to turn when changing the datasource
    for the client store. I followed the following steps:
    1) Create a new database (called
    client_data)using the following SQL script:
    CREATE DATABASE client_data;
    USE client_data;
    /*Table structure for table cdata */
    DROP TABLE IF EXISTS cdata;
    CREATE TABLE cdata (
    cfid char(64) NOT NULL,
    app char(64) NOT NULL,
    data text,
    UNIQUE KEY id1 (cfid,app)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    /*Table structure for table cglobal */
    DROP TABLE IF EXISTS cglobal;
    CREATE TABLE cglobal (
    cfid char(64) NOT NULL,
    data text,
    lvisit datetime NOT NULL,
    KEY id2 (cfid),
    KEY id3 (lvisit)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    2) Configure a datasource called
    client_data in the datasources page in the Coldfusion
    Adimistrator. Use the following settings:
    Data Source Name:client_data
    Driver:MySQL (4/5)
    Database:client_data
    Server:127.0.0.1
    Port:3306
    Username:root
    Password:BKBK1432
    3) In the Client Variables page in the Administrator, delete
    any previous datasources used for client storage.
    4) Restart Coldfusion.
    5) In the Client Variables page in the Administrator, add
    client_data as the store for client variables. Make sure its
    radio-button is selected.
    6) If necessary, change the value of the
    clientStorage attribute in Application.cfm or the
    this.clientStorage in Application.cfc to "client_data".

  • What is difference between local variable and property node ?

    What is difference between local variable and property node ?
    " 一天到晚游泳的鱼"
    [email protected]
    我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
    欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview

    To make things clear, here are two small examples that show how nasty locals and value properties can be to the naive programmer.
    - Open the diagram of the race condition.vi before running it and try to predict what will be the values of the two counters after the third run.
    - Use the Compare Locals Properties and Wires.vi to find out how slow locals and value properties can be (times 1000+).
    This being demonstrated, I must add that I use globals and value properties quite often, because they are often very convenient
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Race condition.vi ‏9 KB
    Compare Locals Properties and Wires.vi ‏18 KB

Maybe you are looking for

  • What are the 3-bit field choices for Hw_Arm_Sel in PCI-6601

    Hi, I am programming our own driver to operate the PCI-6601. For our application we need hardware arm option. I know it is possible to use 2 counters for that, but NI-TIO should support also hw_arm. Although it is not explained in the registry docume

  • Http404-File not found  - again

    First let me say I've scoured this forum and cannot solve my problem. I was attempting to expose my server to the internet and appear to have done a fine job of messing things up. I have been using AppEx 1.6, 10g db and the Http server from the compa

  • IBot - How to impersonate as multiple users

    Experts, Below is my requirement. I would like to run an iBot when ETL finishes loading the data. This iBot should seed the cache for say 5 users.I have 2 dashboards and multiple pages within a dashboard. I know by selecting the checkbox for seeding

  • Changing name of multiple files in automator?

    I have many files in a folder with the incorrect extension name. Can I write a script to re-name the file names? If so, how would I go about doing it? For example: file name 287596.JPG.jpg should be 287596.jpg (removing the .JPG, leaving the .jpg. An

  • SelectBooleanCheckbox corresponding to a numeric db field

    Hi all, I am trying to use JSF (and Icefaces, but in this case I don't think this matters) to display and let users edit some info from a (MySQL) database. In my tables, I have various tinyint fields I use for boolean values. I want to display these