A Simple measure formula(why wont it work??)

Hello Gurus,
Here is a simple formula I have written. It will show 1 just fine when its Non asset accounts with Datasrc dimension member of other than CTA, but it shows just blank when the IIF condition is met(AST account and datasrc CTA). Why is that? Here are all the steps I am taking:
1 - go to dbo.measureformula table and change the statement
2 - process the application
3 - reopen the report
Please advise.
IIF([%ACCOUNTDIM%].CURRENTMEMBER.PROPERTIES("ACCTYPE")="AST" AND DATASRC.CURRENTMEMBER.PROPERTIES("ID")="CTA",(MEASURES.[SIGNEDDATA]),1)
NOTE: I know this measure doesnt make a whole lot of sense, Why 1 for all other data intersections? this is just a simple example to resolve the issue, the actual formula is much more complex. thanks.
Edited by: ZalakT on Dec 30, 2011 5:12 AM

Wont work, I am thinking its something to do with DATASRC dimension, may be its not possible to use datasrc dimension? Because here are diff variations I have used adn none of them work. When I say none of them work, 2010.total, 2010.q4 etc all of them show up blank, and yes, tehre is data in the months.
IIF(DATASRC.CURRENTMEMBER="CTA",MEASURES.[SIGNEDDATA],1)
IIF(DATASRC.CURRENTMEMBER.PROPERTIES("ID")="CTA",MEASURES.[SIGNEDDATA],1)
IIF(DATASRC.CURRENTMEMBER="CTA",(MEASURES.[SIGNEDDATA]),1)
IIF(DATASRC.CURRENTMEMBER.PROPERTIES("ID")="CTA",MEASURES.[SIGNEDDATA],1)
it wont let me put [ before and after ] signed data.
Edited by: ZalakT on Jan 2, 2012 1:16 AM

Similar Messages

  • Microsoft office is installed on two user accounts. One account works fine, the other account keeps getting an error message. Why wont it work on both accounts?

    Microsoft office is installed on two user accounts. My husbands account works fine, but my account keeps getting an error message every time I try to open up a new document. Why wont it work on both accounts? How do I fix this?

    Hi Aubs,
    Without knowing what the error is, there's not much help we can provide....
    Cheers,
    GB

  • I have an Iphone 4 and my internet has not worked for a good 10 months, why wont it work? my dad pays for my data plan, so its not that i dont pay my bill. I've even tried to reset my net work settings, and that did not work

    i have an iphone 4 and my internet has not worked for a good 10 months, why wont it work? My dad pays for my data plan, so its not that i dont pay the bill. I've even tried to rest my net work settings, and that did not work. I went to AT&T and they said that the only way to fix it was to buy a new phone, and im not going to buy a new phone with out my upgrade. someone, please help!

    Hey lilmissindian!
    I have an article for you here that will help you troubleshoot this issue:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • I am downloading after effects and its will get to a different spot each time and say retry....... why wont it work!!!!????

    i am downloading after effects and its will get to a different spot each time and say retry....... why wont it work!!!!????

    you're probably losing connectivity.
    you can try a different browser and/or a different wired connection and/or a download manager or if you follow all 7 steps you can directly download from prodesigntools.com
    if you need a prodesigntools.com link, which version of ae do you need?

  • When I try to update to iOS5 i get error 3194 and my itunes is 10.5 so why wont it work?

    when I try to update to iOS5 i get error 3194 and my itunes is 10.5 so why wont it work?

    Error 3194: Resolve error 3194 by updating to the latest version of iTunes. "This device is not eligible for the requested build" in the updater logs confirms this is the root of the issue. For more Error 3194 steps see: This device is not eligible for the requested build above.
    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Above from:
    http://support.apple.com/kb/TS3694

  • HT4623 why wont itunes work on my iphone 4S now i have installed ios7. App store works fine.

    Why wont itunes open on my iphone 4S after updating to ios7. Anyone else got this problem. suggestions to fix would be appreciated

    Now fixed by going to settings-Safari and unblocking cookies to never.

  • Questions, Extreme begginer - Why wont this work.

    /* My Java Program
    Failing To Compile 2009 - CurrentDate()
    /* Importing */
    import java.util.Scanner;
    import acm.graphics.*;
    import acm.program.*;
    class run {
         public static void main(String args[]){
         //Variables
         Scanner ninjatext = new Scanner(System.in);
         Scanner Clarinet_Request = new Scanner(System.in);
         System.out.println(ninjatext.nextLine());
         double pye, var1, ans;
         String yodawg;
         var1 = 2;
         pye = 3.14;
         yodawg ="I heard you like saxaphones  ";
         ans = var1/pye;
              System.out.println("Hello Cruel World?");
              System.out.print(yodawg);
              System.out.print("So i bought you ");
              System.out.print(ans);
              System.out.println(" Saxxes");
              System.out.println("So How many Clarinets Would you like????");
              System.out.println("Enter Number::");
              System.out.println("So " + Clarinet_Request.nextLine() + " Is how many clarinets You would like? Cool");
         /*Please end up working*/
         // Declaring Variables Semi-Randomly Works, Right?
         String test1 = "Ok i hope this works";
         int test2 = 10;
         double test3 = 4.9;
         int test4 = test2/test3; //Random Weird Awnser right???
         System.out.println(test2 + "Divided by" + test3 + "Is Equal To" + test4);
         /* This all should work, at least in theory.... But it wont right? */
         /** What have i gotten myself into? Oh well it sounds like it should work */
         Console console = System.console();
         String username = console.readLine("Lets Do This?: ");
         if (/* String? */username == "yes" || "Yes" || "YES"){
              testingthiscrap LeroyJenkins = new testingthiscrap
              LeroyJenkins.LetsDoThis()
         /* Guaranteed to not work */
    public class testingthiscrap extends GraphicsProgram {
         /** Runs the program */
         public void LetsDoThis() {
              GRect rect = new GRect(100, 50, 100, 100 / PHI);
              rect.setFilled(true);
              rect.setColor(Color.RED);
              add(rect);
              GOval oval = new GOval(150, 50 + 50 / PHI, 100, 100 / PHI);
              oval.setFilled(true);
              oval.setColor(Color.GREEN);
              add(oval);
    /** Constant representing the golden ratio */
         public static final double PHI = 1.618;
    /* Standard Java entry point */
    /* This method can be eliminated in most Java environments */
         public static void main(String[] args) {
              new FeltBoard().start(args);
         }//If anything i just typed i now feel heroic.
         // public static void
         Ok, sorry if the titles not good enough but i am a php programmer between begginer and intermediate but who wants to know java so i can say write a applet or something that can run from the desktop directly, also i wanted to lean OO and it in php confuses me infinately so i decided in the context of knowing nothing i might pick it up better thus java.
    So most of what im doing is confusing to me so i just tried to type some code (Well the first 20 maybe lines i compiled and tested but after that i couldnt test so i just ran with it. Today i tried to compile and poof, nothing.
    Any clues what im doing wrong and what i should do instead?
    BTW this stuff feels weird, i feel like to take imput it should have a html form or something. I dunno.
    also i dont even seem to have these acm packages im trying to import, any clue why?

    jman888 wrote:
    Ok, sorry if the titles not good enough but i am a php programmer between begginer and intermediate but who wants to know java so i can say write a applet or something that can run from the desktop directly, also i wanted to lean OO and it in php confuses me infinately so i decided in the context of knowing nothing i might pick it up better thus java. Ok?
    So most of what im doing is confusing to me so i just tried to type some code (Well the first 20 maybe lines i compiled and tested but after that i couldnt test so i just ran with it. Today i tried to compile and poof, nothing.I assume you got a compile time error, if so next time you post a question incorporate this piece of information.
    Any clues what im doing wrong and what i should do instead?I can take a stab at your code.
    BTW this stuff feels weird, i feel like to take imput it should have a html form or something. I dunno.One step at a time
    String yodawg;
    yodawg ="I heard you like saxaphones  ";This is not an error but plain weird IMHO, if you are declaring a variable then initializing it, you might as well do it all on one line.
    if (/* String? */username == "yes" || "Yes" || "YES"){
      testingthiscrap LeroyJenkins = new testingthiscrap
      LeroyJenkins.LetsDoThis()
    }This code will not compile and should produce one of possible many compiler errors. The condition inside the if statement requires each condition to be independent of one another. e.g. (username == "yes" || username = "Yes" || username == "YES").
    This also represents one of the most common errors presented to new comers. Equivalence of Objects such as Strings are compared using a method .equals() and not the term "==". The latter actually compares two Strings by the address stored in memory.
    class runBy convention all Class names begin with a capital letter
    Also it appears that the class run contains main method and an inner class in which itself contains a main method. I will conclude right here that you are biting off far more then you can chew. Start with the basics, e.g. Google for Java tutorials and start from "hello world" then make your way from there. Tackle one problem at a time and learn the concepts of the tutorial which will hopefully stay with you, as these fundamental concepts will be your foundation to development using the Java language.
    Mel
    Edited by: Melanie_Green, apparently CODE tags don't like me tonight

  • My itunes 7 wont open. its active in the taskmngr though.why wont it work?

    When i click to open itunes 7, it does not load.
    Well, what it does do is load yet it doesn't show up in anywhere but the [task manager(TM)]. Since, i open the TM
    and i see all my processes itunes is one of them and then i try to end the process and it wont work. the only thing i can to to close the process of itunes in the TM is turn off or reset my comp.
    It is irritating as i have had this issue a few times before with version 6, but i just attributed to it to me closing a process or having too much open at once...since, that was usually the case.
    Now its happening for no reason, as itunes will be the only thing i try to run. so if anyone has a similar issue and fixed it or has input. it is appreciated.
      Windows XP   dumb itunes...

    Well, what it does do is load yet it doesn't show up in anywhere but the [task manager(TM)]. Since, i open the TM
    and i see all my processes itunes is one of them and then i try to end the process and it wont work. the only thing i can to to close the process of itunes in the TM is turn off or reset my comp.
    i've seen that symptom before.
    a preliminary question aimed at narrowing in on possible culprits: by any chance, do you have Norton Internet Security 2005 installed on that PC?

  • Can anyone explain this (not the typical why wont it work ques!)

    So my phone works. I can make calls and text and everything. I just can't sync. What's up with that? is there more to the activation process? or something?

    It means the downloaded file is corrupt. You need to try again. Are you on broadband or dial-up? If the latter you can expect problems with large files coming through uncorrupted. Alternatively try downloading the file directly from Apple's download site (www.apple.com/support/downloads/.)
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • IOS 5 install is missing my apps and Siri. Where is Siri? and why wont iCloud work?

    iOS 5 install installed but not all the way. Here's a list of issues so far:
    My apps are all gone
    The "Siri" app...which is 50% of the reason anyone would want to upgrade wasn't included in the install. How do I get Siri on my iPhone 4???
    iCloud fails to activate...does this have an icon too? if so I don't have it.
    Why only a partial install? I mean, I understand the servers were busy...but if it takes its slow time to complete...why still miss these features?
    I should have started with my iPad2...but after all this crap...I wont give that one an upgrade for another month.  I'll wait until everything is all sorted out.

    1. Your apps will go off the phone because it is putting a clean install of the software on.  You will be able to sync them back over after along with music etc.
    2. Siri is only available on iPhone 4S.
    3. Siri is only available on iPhone 4S.
    4. iCloud is located in Settings, you will also have to activate it on your other iDevices using the same apple ID to connect them together.

  • Ipod video...why wont it work with it?

    I find it strange that the nike+ software only works with nanos, ipod video came out after the first nano...when that nano work with the soft ware why doenst the video?! and are we sure, has someone tried the nike + software with the iPod video?!

    This was likely done because the hard drive on an iPod video is much more vulnerable to being dropped and other hard impacts compared to an iPod nano's flash media.
    (27363)

  • I got locked out and changed the password. it did not work and now its disabled for 60 minutes. I dont use itunes, or icloud. how can I get in and why wont it work.

    I am locked out of my iphone. I changed the password and it still wont work. I changed it again and it is now disabled. I do not use itunes, icloud. How can I get into my iphone? I have changed my password and its not working. how can I start over?

    Follow the instructions in this support document. http://support.apple.com/kb/ht1212
    Without a backup, the use of iTunes or the use of iCloud, your only choice is to restore the device as new to remove the passcode.

  • Apple tv frozen after software download....at the cottage..no computer just IPad..why wont it work now...just  a cable and itunes imge on the tv?  please help!

    I just bought Apple tv...was working great of my Ipad at the cottage...kept getting a 'download new software' notice so I did...
    now I just have an image of a cable and Itunes on the tv....I have no computer at the cottage, didn''t come with a cable????  Whats up? It wont reboot or reset to factory setting with the remote...frozen? 
    Please help1  It is hours old out of the box.

    The update didn't apply properly. That image is telling you to connect to a computer using micro usb and restore via iTunes. Unfortunately there is no way around that.

  • Why wont my Work Piece stay centered?

    Hello,
    I am trying to create a introduction logo. After working on it for awhile it likes to go to the upper left hand corner even though I have not changed any position settings. The only thing that was changed was the camera in the Y axis by 1 Degree. This should not cause the image to go all the way to the upper left but simply should just roate on the Y axis. This has happened to me multiple times with much more complicated projects. I figured maybe there was too much going on for the program to handle it but now that it is on such a simple project I figured maybe someone else would know the cause since this is very annoying.
    So if anyone knows the cause of this please let me know it is very frustrating.
    Thanks

    What version of After Effects? Include the minor version number (e.g., After Effects CS5.5 with the 10.5.1 update). CS6 11.0.2.11
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.) Havent seen one for awhile
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac". Mac 10.8.2
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime". None just Composition 1920 by 1080 23.96FPS
    If you are getting error message(s), what is the full text of the error message(s)?None
    What were you doing when the problem occurred? Changing Camera Position
    Has this ever worked before? No
    What other software are you running? None or Google Chrome
    Do you have any third-party effects or codecs installed? Trapcode Suite
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected. Processor  2.2 GHz Intel Core i7 QuadCore Graphics  AMD Radeon HD 6750M 1024 MB Memory  16 GB 1600 MHz DDR3 and 1 Terabyte external Drive with one 750GB internal
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)? No
    Are you using OpenGL features in After Effects? I believe so.. not sure how to check
    Does the problem only happen with your final output, RAM preview, or both? Both
    Are you using Render Multiple Frames Simultaneously multiprocessing? Not sure
    What is the exact sequence of steps that you are taking? It happens when I use an effect to custom map to text.

  • Why wont setText() work?

    I created an ActionEventListener for a button in one of programs and after if(clickmeButton.equals(what) {
    I put: HelloAgainLabel.setText("response") but the Label wont change. Why is that?

    Are you sure that you're getting to the code that sets the text? If so then try this: Add these 3 lines right after the setText call:
    HelloAgainLabel.invalidate();
    HelloAgainLabel.validate();
    HelloAgainLabel.repaint();
    That will force an immediate repaint on the label.

Maybe you are looking for