Can't see Substitution variables in FR Studio

Hi All,
When I expand substituon Variables in FR Studio, no variables in the list. Previously it showed the list variables. Suddenly, no varibles are there. I have restarted the FR Studio, but still I am facing the same issue. What might be the reason.
We are using Hyperion system 9.3.1
Thanks in Advance,
Sravan Kumar.

Hi,
Issue is resolved. Substituion variable values are surrounded by quotes in EAS. I removed the quotes and now working fine.
But, if any of member name having ay special characters then I need to put quotes around the member, in that case how it will be. Any ideas please.
Thanks & Regards,
Sravan Kumar.

Similar Messages

  • Can we use Substitution variables in MAXL?

    Hi,
    Can we use substitution variables in MAXL script?
    I have to run this MAXL command for clearing a slice of ASO cube on V11.1.1.3.
    alter database Apname.DBname clear data in region 'CrossJoin({[2009]},{[Dec]})';
    I am planning to use Current_year & Current_month variables instead of hardcoding 2009 & Dec as I have to use this everymonth to clear the current months data.
    If it is allowed, what is the syntax?
    Is there any alternative apart from substitution variables?
    Appreciate your thoughts.
    Thanks,
    -Ethan.

    You would just use ampersand and the variable name instead of the hard coding e.g. &yearVar &periodVar.
    Not tried it on aso clears but in theory it should work as ...'CrossJoin({&yearVar},{&periodVar})';
    just change yearVar and periodVar for your substitution variable names.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can i use substitution variable

    Hai All
    This is my sql statement
    SELECT (TO_DATE(TO_CHAR(Intime,'DD-MON-YYYY')||' '||
    TO_CHAR(0815,'0000'),'DD-MON-YYYY HH24:MI')-intime) * 24*60
    from dail_att where to_char(intime,'hh24mi') between 0700 and 0815 ;
    Here my table name called Dailyattendance
    Intime field is declared as Date Type
    So now i have hardcoded 0815 and now my intime is subtracted from this time so i can calculate the employee
    coming late so how can i use substitution variable here to give the value at run time
    Ie i need to give 0815 instead or any other time at runtime
    Thanks In advance
    Srikkanth.M

    Where exactly are you planing to use it? Is sqlplus or at any other front end?
    One way is to use below given SQL
    SELECT   (  TO_DATE (   TO_CHAR (intime, 'DD-MON-YYYY')
                         || ' '
                         || TO_CHAR (:TIME_VAR, '0000'),
                         'DD-MON-YYYY HH24:MI'
              - intime
           * 24
           * 60
      FROM dail_att
    WHERE TO_CHAR (intime, 'hh24mi') BETWEEN 0700 AND 0815;*009*
    Edited by: 009 on Apr 6, 2010 2:15 AM

  • Substitution variable in Essbase Studio

    Hello,
    Does anyone know if it's possible to use Substitution variables inside a custom SQL in Essbase Studio ? When I try to use, I got an error message ( ORA-01008: not all variables bound ).
    I'd like to make the SQL generated by Studio dynamic in order to set different load periods. The way I found is to join the SQL with a control table which has an initial/end date. Before running the cube deploy script I update the table with the date range I want. But I'm not sure that's the best way to do it.
    Anyn suggestion ?
    Thanks,
    Victor

    This post speaks to the error message but not in the context of Essbase Studio => ORA-01008: not all variables bound
    Although there are a myriad of approaches to accomplish this I can certainly appreciate your desire to have it function properly upon Studio code generation & execution itself.
    I will reach-out to some of my Oracle colleagues and inquire.
    Thank you,
    Todd Rebner

  • Can't see table data from Visual Studio Express 2013 for Web

    Hello!
    I have a problem and I can't see neither the table data nor the table definition for my database inside Visual Studio Express 2013 for Web, Server Explorer. When I right click it just says refresh, copy or properies.
    Does anyone know what's wrong?
    Thanks a lot!

    Hi J1m,
    According to your description, I make a test on my computer and I am able to reproduce your issue. Firstly, I install the Visual Studio 2013 express for web successfully, create a project and connect to SQL Server database. Then I right click one table,
    and I can see all the options including ‘Show Table Data ’, ‘Open Table Definition ’, ‘Copy’, ‘Refresh’, and ‘Properties’. Next, I uninstall the SQL Server data tools, and restart the Visual Studio, right click on table, and only find  the three options
    ‘Copy’, ‘Refresh’, ‘Properties’ as the following screenshot, which is the same scenario with yours.
    Based on my test, the issue could be due to the missing or corrupt SQL Server Data Tools. To work around the issue, you should install the latest SQL Server data tools for Visual Studio 2013. You could  download the
    ISO file for SQL Server data tools and extract the ISO files to your hard drive following the methods in this
    article, and install the data tools. Please restart your computer after you complete the installation.
    Regards,
    Michelle Li

  • Can't see member variables when debugging with jrockit

    Hi all,
    I'm using WLS 8.1.4 with jrockit and trying to do remote debugging while connecting from IntelliJ Idea 4.5.4. Everything works fine except that I can't see a class's member (or instance) variables in the debugger. I can see static and local variables, step through the code, etc. If I switch to Sun's jvm that came with WLS (1.4.2 05) I can see member variables. Is there a setting to change this or is it a known issue? I'm using -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=5005,suspend=n as my startup args.
    thanks

    I just check with IntelliJ support on this issue. They say that its a known issue with IntelliJ 4.5. According the them a fix has been implemented and debugging of member variables is possible in IDEA 5.x versions.

  • Can't see subprocess variables in multiinstance subprocess

    Hello.
    I'm trying to generate a multiinstance parallel subprocess, but when i create it i can't see the following variables:
    - loopCounter
    - numberOfActivities
    - numberOfCompletedInstances
    - numberOfInstances
    - numberOfTerminatedInstances
    This variables where created automatically in 11.1.1.3 when you created the subprocess as multiinstance, now i´m using 11.1.1.4 and no one of this variables is created.
    Please, any help with the topic would be appreciated.
    Thanks in advance.

    This may not be much help for your 11.1.1.4 issue, but here's how I worked around the problem with the "loopCounter" variable not always being present in 11.1.15 when using subprocess activity with "MultiInstance" selected. I believe there are two bugs that these steps might help you work around.
    Oracle BPM's subprocess activity can have two different loop properties. This means that based on an incoming array of information, work item instances are created for each item in the array.
    Double click anywhere in the subprocess's grey background to bring up its properties. Click the Loop Characteristics tab.
    If you want to simultaneously generate instances based on each item in incoming array, click the MultiInstance radio button. For the "Loop Characteristics" section in the dialog, set this to iterate through each item in the array coming into the subprocess. For example you might have a variable called "parts" that is the array. Use the count( ) method to determine the number of items in the array.
    The "Completion Condition" portion of this dialog determines how many separate instances will be spawned by this subprocess. On the left side of the less than sign, use the loopCounter variable that is automatically created when the "MulitInstance" property was selected. On the right side of the less than sign, insert the same count( ) method you used int he "Loop Characteristics" section. This means that this subprocess will continue creating instances until the last item in the array has been hit.
    Click the Arguments tab. In theory, you would think that only the item in the array being iterated through would need to be sent into the subprocess as an argument. The problem is that the "loopCounter" variable is not available to be used here. There is a bug that you have to work around. If you click on the "Use Associations" radio button and click the Edit button, in theory you should be able to build an expression that uses the "loopCounter" variable here to just pass a single object into the subprocess. There is a bug that prevents "loopCounter" from appearing when building the expression. As a result, work around the bug by passing in the entire array into the subprocess as an argument.
    Add a Script activity in the subprocess to extract the individual item in the array. Use the "loopCounter" in this to set a single item in the array to used by the subprocess.
    For this to work, there is one more work around that you have to do. Add a timer activity just before the Script activity you just added. Set the timer to wait one second. This means that a new instance will be created every second until all the items in the array have been run. If you do not add this timer activity, the same instance is created in the subprocess even though you think the loopCounter is iterating through the array. This means that if you do not add this timer activity, if the array has "Supervisor", "Manager", "Shipping Clerk" then all three individual work item instances spawned will all be created for the "Shipping Clerk".

  • Can't update substitution variables

    In EAS for a Planning app (v 9.3.1), I am able to list the application's substitution variables.
    However, when I change the value and click "Set" I receive the message "Create variable failed for row x" (where "x" is the row number of the variable I'm trying to change.
    I am accessing the app as an administrator, have used the same steps as in the documentation, and don't know what is causing the kick-out.
    Any suggestions are appreciated.
    Thanks

    Found the reason in the ever so nifty Messages panel.
    Apparently, there's a higher level of admin access than mine.
    Thanks
    Edited by: 806863 on Dec 15, 2010 5:41 PM

  • Can't see 'Local Variables' while debugging in Sun Studio 11

    I am debugging a C/C++ application built with Sun Studio 11 running on Solaris 10. I load the application as always, set a breakpoint and run. The debugger stops at the assigned breakpoint as expected.
    The issue is that at this point there are no local variables displayed in the local variables pane.
    I have tried restarting SS11, rebuilding, etc...
    This is the first time I have seen this happen.
    Does anyone else have an idea what is wrong?

    Does adding a particular variable to Watch view help? (it can be done by typing "display <variable>" in dbx command line).
    You can also try erasing (or better moving to a temporary location) all Sun Studio settings like this:
    mv -f ~/.sunstudio /tmpand start debugging session again.

  • Can't see good variables in Query Designer BW 7.0

    Hello,
    The technical name of our caracteristic variables in the Query Designer are prefixed by "OR_" or "SV_". I try to make a filter in this variables (for example: a user must be able to see only "SV_" variable) with the authorization objects S_RS_COMP and S_RS_COMP1. But this filter does not work, even if the ST01 trace shows me a Return Code = 4 for the test in the variable technical name.
    Have I made something wrong ? is it a bug ? (we are in BW 7.0 SPS9 with Sapgui 6.40 SP 19 and BEx SP 12).
    Thank you for your help

    Hi Paul,
    If iam not worng, are you asking about Infoobject level security in BW?
    If it is, the following are the steps need to be implemented:
    <u><b>Steps to Implement InfoObject Security (field-level security)</b></u>
    1) Make the InfoObject authorization-relevant.
    The Authorization Relevant setting for an InfoObject made in the InfoObject definition on the Business Explorer tab. The business needs will drive which InfoObjects should be relevant for security. Keep in mind that the people using SAP BWare running queries to help make strategic decisions on how to better run the business. The decision makers typically need to see more data on SAP BW than they would need to see in SAP R/3.
    2) Create a custom reporting authorization object.
    Since there are no reporting authorization objects provided for InfoObjects, you will have to create your own reporting authorization object for any InfoObject you decide to secure. This is done in transaction code RSSM. When creating your reporting authorization object, you select which fields to put in the authorization object from a list of authorization-relevant InfoObjects. Only InfoObjects that have been marked Authorization Relevant are eligible to be put in a reporting authorization object.
    3) Add your new authorization object to a role.
    Once you have created an new reporting authorization object and linked it to the appropriate InfoCube(s), users will need access to your reporting authorization object. You will need to manually insert your object into a role.
    4) Add a variable to the query.
    The reason the variable is required is sometimes unclear at first. If we want a  query to only provide results based on the division, for example, then the query itself needs the ability to filter specific division values. Before we can secure on division, the query must be  able to restrict data by division. The only way the query can restrict data dynamically is through a variable.
    5) Link the reporting authorization object to an InfoProvider.
    Linking your reporting authorization object to an InfoProvider is a very critical step. In this step, you will impact people currently executing queries for the InfoProvider that is now related to your reporting authorization object. This linkage forces your reporting authorization object to be checked when ANY query tied to the InfoProvider is executed.
    Hope it helps, please revert back if you are asking for something else.
    Please reward points if it is sueful.
    Thanks & Regards,
    Santosh

  • Debugger can't see XML variable data

    I took a small app over from Flex 2 (really simple, load
    myxml.xml from the local directory and display contents into a
    textarea field).
    var pXML:XML = new XML( event.result.myRootNode );
    textArea.text = pXML.toXMLString();
    When I hit a breakpoint in Flex 2, I am able to traverse the
    XML nodes in the Variables window and see child xml. In Flex 3, I
    only get &quot;[object Object]&quot; for my variable. I can
    see the nodes in 'event.result', and there seems to be a new
    &quot;object&quot; tree as well as the
    'node.ObjectProxy@...' in that.
    In Flex 2 the textArea shows the xml document, in Flex 3 it
    shows &quot;[object Object]&quot;
    Ideas? Much appreciated if so.

    Hi Fred,
    Did you forget to put resultFormat=&quot;e4x&quot;?

  • Substitution Variables in FR Studio

    I created a subsitution variable in EAS called LongTermFutureYears, members assigned are FY10:FY20. It does not show up in the member selection hierarchy for substituion variables.
    Subs variables with only one member assigned (ie. CurYear = FY09) appear in member selection and function as expected.
    How can I get FR to recognize the subs variable with multiple members?
    Thanks!

    I do not believe HR supports sub-var with range of values. I just tried it and same issue as yours.
    However, you can do following:
    1. Assign a value (in this case year (FY09) to sub-var
    2. Select 'range' function (from functions tab) and move to right pane
    3. Select sub-var for ' StartMember'
    4. Select either sub-var for a member from list for 'EndMember'
    This should work fine.
    Since Range function is available in the report HR does not support range values assigned for sub-var (guessing).
    Good luck!
    Venu

  • How can i see the output in Visual Studio 2013

    Below is some code rearrange a array, i want to see the result after it's sorted so i add a loop of cout myself, But after runing the code, nothing happened, i didn't see any result from the widow before it closed, any help?
    #include<iostream>
    const int Red = 1, White = 2, Blue = 3;
    void main()
    int arr[] = { 1, 1, 2, 2, 1, 3, 1, 2, 3, 3, 1, 1, 3, 2, 1, 2, 1, 3, 2, 1, 1, 3, 2, 1, 3, 1, 3, 2, 2, 3, 3, 3, 1, 2, 1, 2, 1, 3, 1, 2, 3, 3, 1, 2, 1, 2, 1, 2, 2, 1 };
    int n = sizeof(arr) / sizeof(int);
    int Insert_Red = 0, Insert_White = 0, i;
    for (int i = 0; i < n;i++)
    if (arr[i]==White)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = White;
    Insert_White++;
    if (arr[i]==Red)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = arr[Insert_Red];
    arr[Insert_Red] = Red;
    Insert_Red++;
    Insert_White++;
    for (int i = 0; i < n; i++)
    std::cout << arr[i];

    i didn't see any result from the widow before it closed
    Other choices which don't require any changes to your code:
    (1) Set a breakpoint at the last closing brace (assuming that there isn't a
    return statement before it - if there is then set the breakpoint on that
    return statement).
    (2) Put the cursor as described in (1) but instead of setting a breakpoint
    use "Run To Cursor" from the menu that pops up when you right-click the
    mouse. (Or use Ctrl-F10)
    (3) Run your program in the IDE using Ctrl-F5 (Run Without Debugging)
    Note that when using these methods, focus *may* remain on the IDE editor. If it
    does then your console window with the output will be a background window. You
    will then need to switch to it manually from the Taskbar, etc.
    Non-related observation:
    Standard C and C ++ require that the main() function return an int. e.g. -
    int main()
    Some compilers will accept void main() so as not to break old code, but new
    code should always return an int.
     - Wayne

  • Substitution Variables not seen in FR

    Hi John,
    When i am creating a report in FR, i am not able to see any substitution variables created on the server to select.
    Please let me know if any setting is missed
    Thanks,
    Sravan

    Maybe it is the same issue as :- Can't see Substitution variables in FR Studio
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Substitution variables in config XML files?

    Can we use substitution variables in any of the configuration XML files?

    Hi Betsy,
    What have you tried, and what error messages are you getting as a result?
    Cheers,
    Avi. Avi,
    Lots of trying, all the error messages are "unknown assembly tag <property>.
    The official word, is that the OC4J server does not support this, however they are going to make an enhancement request, so we may see this supported in the furture.
    For now, I will have to build an Ant target to create my configuration xml files with my substitutions already there.
    Betsy

Maybe you are looking for

  • Statement.cancel and setQueryTimeout don't work

    The method cancel() of the class Statement doesn't work always as necessary. I've had three situations while cancelling a query with this method: 1. sometimes everything's all right - SQLException "user requested cancel of current operation" occurs 2

  • Why do some of the filters in the Filter Gallery turn my image orange?

    I've been trying to use some of the filters in the Filter Gallery, but most of the filters in the Sketch category inexplicably turn whatever image I'm working with orange. I've tried this with several images, and got the same results. They all give m

  • Audio crackles but is fine in FCP

    I have tried exporting from FCP to QT file and using compressor (Dolby Prof 2) and the DVD crackles in parts of the DVD, this crackling does not exist in FCP. I tried making an aiff soundtrack file and I still get crackling. How can I fix this?

  • Custom classifications in Services Registry search

    I have created 6 custom classification categories in our Services Registry, in PI 7.11.  Of those 6 categories, 2 are not visible in the classification list of the Services Registry > Service Definitions > Search Services > Advanced screen, Available

  • CC InDesign app Crashes on Launch

    I am trying to use the 30 trial for CC to see if I want to purchase it and I downloaded the CC, and downloaded the indesign app - It crashes everytime on launch it says its an app.crash no one at adobe will answer my questions for help.