Formulas vith varibles cannot be used in graph

Post Author: one666
CA Forum: Charts and Graphs
Hello! In my report I use variables WhilePrintingRecords;Global numberVar stdelov;Global numberVar DelSkupina;Global numberVar skupaj; skupaj:= skupaj + (stdelov*7.5); stdelov * 7.5 And this formula I vould like to use as y axis in my graph. Problem is that I cannot choose this formula filed in graph.Whay crystal report cannot use this data in graph? I try to trick it and made a new formula which contains only the name of below formula. It worked I could choose it but when I look at preview I noticed that the first graph ( I have data grouped by group and date)  only shows normal field used on y axis (I use 3 fields in y axsi, 2 of them are formulas with variables) not the one with formula. But on the next and all other groups the graph was ok. So this could be done. Where is the problem?? Thank you! 

Post Author: Jagan
CA Forum: Formula
No. What's in the formula, or what are you trying to do?

Similar Messages

  • Cannot build a flow graph with the customized options

    Dear JMF-Gurus,
    we implemented a DataSource for video capturing that is based on the lti-civil API, so that video capturing on Mac OS X should be possible.
    When we try to build the flow graph, we get an jmf-error as described in the following log:
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, ppc, 10.4.9
    ## Java VM: Apple Computer, Inc., 1.5.0_06
    ## DataSource created: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: instantiation: 30 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@21ec03
    ## using DataSource: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: parsing: 377 ms
    ## Getting the supported output formats for:
    ## RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## # of nodes visited: 50
    ## # of formats supported: 38
    $$ Profile: getSupportedOutputFormats: 340 ms
    ## Building flow graph for: civil:?
    ## Building Track: 0
    ## Input: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## Custom options specified.
    ## An output format is specified: YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
    ## An output content type is specified: RAW
    ## Here's the completed flow graph:
          com.sun.media.parser.RawBufferParser@a075e6
             connects to: com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             format: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
          com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             connects to: com.sun.media.multiplexer.RawBufferMux@da7565
             format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    $$ Profile: graph building: 113 ms
    $$ Profile: realize, post graph building: 9 ms
    $$ Profile: instantiation: 0 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@654dec
    ##   using DataSource: VIC.MonitorCDS@e0c0b6
    $$ Profile: parsing: 1 ms
    ## Getting the supported output formats for:
    ##   YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ##   # of nodes visited: 48
    ##   # of formats supported: 37
    $$ Profile: getSupportedOutputFormats: 97 ms
    ## Building flow graph for: null
    ## Building Track: 0
    ## Input: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ## Custom options specified.
    ## An output format is specified: H263P/RTP, 176x144, FrameRate=10.0
    ## An output content type is specified: RAW/RTP
    XX Failed to realize: com.sun.media.ProcessEngine@8393ef
    XX   Cannot build a flow graph with the customized options:
    XX     Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    XX       to: H263P/RTP, 176x144, FrameRate=10.0
    XX       outputting to: RAW/RTP
    XX Error: Unable to realize com.sun.media.ProcessEngine@8393ef
    ## com.sun.media.BasicFilterModule@31477b: input format changed: RGB, 640x480, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920
    We guess that the problem was first the wrong input format (wrong video-size or wrong framerate) but this has been changed to the correct format.
    The flow graph looks like correct, but it doesn't work anyway. 
    What does the last line in the log means, and are there any information were the problem good be located?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How were you even able to accomplish that? In my classpath I have fmj-nojmf.jar, jmf.jar and lti-civil.jar but I keep on getting this in my log.
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, i386, 10.5.4
    ## Java VM: Apple Inc., 1.5.0_13
    ## DataSource created: com.sun.media.protocol.javasound.DataSource@f98d58
    I can't get it to find the civil datasource in fmj-nojmf.jar.

  • The app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new.

    the app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new for christmas.

    See the following to purchase earlier, compatible version for iOS 6
    App Store: Downloading Older Versions of Apps on iOS - Apple Club

  • When I want to organise my bookmarks most of the options are greyed out and cannot be used including create new folder! Help

    '''''''''bold text'''''''''
    When i want to organise my bookmarks most of the options on the organise bookmarks menu are greyed out and cannot be used - including create new folder etc. Help please.

    Make sure you are not in the Private Browsing Mode:
    File > Private Browsing is UNCHECKED.

  • Sync problem, iTunes says: "This iPhone cannot be used because the Apple Mobile Device service is not started."

    Trying to sync my phone to update because it wont let me update apps on the phone itself. When I plug in to iTunes I'm getting a message saying "This iPhone cannot be used because the Apple Mobile Device service is not started." How do I fix this?

    iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Where are you physically located?
    What country's Store are you using?
    The two have to be the same and the payment method for your account also has to be associated (billing address, where iTunes gift card was purchased) with that country.
    Has the ID(s) worked before for purchases for this country's store?

  • I can't activate my iPad and I'm sure i am using the correct apple id and password but when i press net it says it cannot be used to unlock this iPad

    i can't activate my iPad and I'm sure i am using the correct apple id and password but when i press net it says it cannot be used to unlock this

    You can try to figure out which Apple ID/email address and/or password you used to activate it by going to http://iforgot.apple.com
    If you can't, you'll need to contact Apple Account Security with your proof of purchase. 

  • I'm trying to make a cd from my itunes. I get error message "cannot be used because it is not recognized.

    I'm trying to make a cd from my itunes. I get error message "cannot be used because it is not recognized.

    I just figured it out. All I had to do was close out of iTunes then restart.

  • On my registered iTunes computer, the following message appears every time one plugs in a device and refuses to load said device to be synced: "This iPod cannot be used because the Apple Mobile Device service is not started". They are all registered. Help

    On my registered iTunes computer, the following message appears every time one plugs in a device and refuses to load said device to be synced: "This iPod cannot be used because the Apple Mobile Device service is not started". Each device has been registered onto this account and this computer, and all have worked finely in the past. I am so confused as to why now seemingly without reason, none of our apple devices (one iPod, two iPhones) are allowed to have music and other material downloaded onto them. Also, as a side note, they still are charged by plugging them into the computer, however they do not even show up on the left-hand sidebar in iTunes.
    It should also be noted that for my iPhone it does not allow for the new update software to be uploaded; it just says that an error has occurred, nothing more.

    Try Here  >  AMDS  >  http://support.apple.com/kb/TS1567

  • I am trying to change my Apple ID. Try to do this I keep getting an error message saying 'This email address is designated as your rescue email address and cannot be used as your Apple ID or Primary email address. Please choose another.' The email address

    I am trying to change my Apple ID. Try to do this I keep getting an error message saying ‘This email address is designated as your rescue email address and cannot be used as your Apple ID or Primary email address. Please choose another.’ The email address that I want to use did use to be my recovery email but I have changed it, so that address is no lonegr associated with my account. I do not understand why I cannot use it as my Apple ID now.  Can anyone help?

    Contact iTunes customer support for assistance.

  • SSRS Execution Account cannot be used with Report Builder

    Running SQL Server 2012 SP2, I have specified an Execution Account in Reporting Services Configuration Manager as described here: http://msdn.microsoft.com/en-us/library/ms156302(v=sql.110).aspx
    The article states: "You can specify Integrated Security=SSPI if the database server supports Windows integrated security and the account used for unattended report processing has permission to read the database." I have created a data source using
    the Report Manager Web interface with connection string: "Data Source=<server>;Initial Catalog=<database>;Integrated Security=SSPI" and "Connect using: Credentials are not required" option.
    The Execution Account is a domain user account with db_owner membership on the database in question. When I "Test Connection" in Report Manager, the connection is created successfully.
    However, when I attempt to create a new dataset using this data source in Report Builder, I am unable to connect to the data source: "You have specified integrated security or credentials in the connection string for the data source, but the data source
    is configured to use a different credential type. To use the values in the connection string, you must configure the unattended report processing account for the report server."
    If I change the "connect using" option for the data source to "Windows integrated security" I can successfully create a new dataset and report in Report Builder. After saving the report, I reconfigure the data source for "Credentials
    are not required" and I am able to successfully run the report using the Execution Account.
    Is this a known limitation? The Report Builder cannot be used with an unattended Execution Account configured?

    Hi desmondgc,
    According to your description, you have set the execution account for connecting data source. You can connect data source successfully, but can't create dataset with the unattended account. Right?
    As we tested in our local environment, we encountered the same issue. Even testing connection successfully in Report Builder, it still says unable connect to data source when creating dataset.
    For this issue,  I would recommend to submit it to the Microsoft Connect at this link
    https://connect.microsoft.com/SQLServer/Feedback.
    This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you
    can learn more about and contribute to the exciting projects on Microsoft Connect.
    We will keep you updated if we find something, thank you for your posting.
    Best Regards,
    Simon Hou

  • Error installing Office 2013 on Server 2012 R2 RDS - Error 25004: the product key you entered cannot be used on this machine

    Hi there,
    I really hope someone can help me as I am tearing my hair out trying to get this resolved!
    I am working on a Server 2012 R2 server with RDS running. Before it was turned into a RDS server it had a copy of Office 2010 running as a trial to see would it work for the accounting package that is running for users via Remote Desktop. Trial worked ok
    so it was converted into a RDS server. Now, as its a RDS it needs to run Office under a volume licence, which I have. However when trying to install I get the message: "Error 25004: the product key you entered cannot be used on this machine. this is most
    likely due to previous Office 2013 trials being installed on the system."
    In summary I have tried everything I can think of and find to remove all traces of the old Office from the machine but still this message persists. I have run the Fix It For Me uninstall from MS and it cannot find any Office installed. i have manually searched
    through all of the Windows directories including Program Files and AppData and removed all traces of Office from there, I have searched the registry and removed all I can find from there.
    Where or what file does the installer look at to see that a previous version was installed? 
    I cannot scrub this machine which I would have done long ago because there is another SQL Server based application running on it.
    Really really appreciate anyone that can help me on this,
    Thanks

    Hi,
    I have definitely heard your frustration, and I’ll try my best to help you.
    Since Office 2010 installed on it before, you need to remove Office 2010 completely.
    KB about this error:
    http://support2.microsoft.com/kb/2792178
    A similar issue is addressed here. Although this method is based on Office 2010, but we can have a try:
    http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_28475448.html
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • This ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.

    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop. With trepidation but acknowledging I don't know any of the stuff they were talking about, I allowed them to raid my laptop thinking it could be for the best. Now I'm not sure if it is related or not but depsite me having the most recent Itunes updates on both my Ipod 4TH GT, I am getting the following message everytime I connect my Ipod to the computer...and the timing would be about right too:
    this ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.
    If it helps I am running the 10.7.0.21 on the Sony Vaio & remember checking last week I do have the latest update on the Ipod but it is a different version from the Itunes on the laptop (which may be normal, I wouldn't know) but as I am away from home & Wifi I can't tell u the version on that though.
    My problem is I cannot find an apple installer on the laptop to uninstall & I have searched Apple & Google for help and have seen others posts with the same issue but alot of the answers unfortunately I can't follow. I would greatly appreciate it if you can you answer any of these questions for me?
    *Will add & remove totally uninstall Itunes so that I can reinstall?
    *Will I lose my apps, music & data?
    *If the apps, music & data is recoverable, how do I do that?
    Sadly I can't find the installer & would love to add my new Mumford & Sons cd to my Ipod collection but don't know how to fix this. I love my Ipod & google but I have spent hours tryign updates, downloads, searches & feedback to Apple. A few months ago I had an Itunes billing problem & there was a webpage where you could email an apple support worker & rhe replied to my credit card problem within a day or 2 but I can't find that help for this problem..I couldn't express my graditude enough if you could help me with this, but thank you.

    dorygirl2009 wrote:
    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop.
    This "smart friend" really sounds like a collosal moron.
    Follow the instructions here: http://support.apple.com/kb/HT1925  to remove and reinstall all Apple products on your computer.
    Once you get everything working, the next time your "smart friend" wants to touch your computer, tell them firmly NOT A CHANCE IN ****! 
    None of your data (media, podcasts, apps) will be affected by removing and reinstalling iTunes.

  • This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on a terminal server

    Hi All,
    I have Citrix VDI (Virtual Desktop Infrastructure) Implemented
    in my company and installed few Applications on App Server lets say.... MS Office 2013, filzialla, putty, etc...
    I assigned these apps to the users through CITRIX STUDIO, when I try to use these apps. on VDI everything is working fine only when i tried to open Word, Excel or Powerpoing, outlook it throws error as 
    ""This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on
    a terminal server"" and apps gets closed.
    Please help me on this ASAP.
    Thanks & Regards,
    Sachin Shinde

    Hi,
    As mentioned in ths article below, run for Office 365 products on to a Remote Desktop Session Host server is not supported. You can install Office products for Office 365 to a virtual desktop, but the virtual desktop must be assigned to a single user.
    http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx
    Regards,
    Melon Chen
    TechNet Community Support

  • What do i do when i plug in my i phone and it says "this iphone cannot be used because the Apple Mobile Device service is not started"

    i just bought a new iphone 4S and i had an ipod touch and when i went to sync my iphone to my itunes by plugging it in that message pops up how this phone cannot be used because the apple iphone device is not yet activated.
    what do i do to activate it? do i have to add the device or what?
    thanks

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

Maybe you are looking for

  • Open Delivery is not considering in credit check in sale order

    Dear Experts, Please advice what setting is required for Dinamic credit check at the time Sale Order creation for Open Delivery & Open Billing Items should be considered at the time of new sale order creation, I have ticked on Dinamic check - "C" Ope

  • Hiding some fields in default selection screen in hr abap created by pernr

    Hi experts, I have created default selection screen,in that in the Period option I wants display only 'Today'. And in the selection criteria i wants to display personnel number,companycode,personnelsubarea,employee status and instead of payroll area

  • Disappointed in CS6 and Adobe in general

    I am more and more disappointed in CS6 and Adobe in general.  I no longer have any respect for Adobe or their products. I can't read the new title editing function in Premiere CS6 (it was fine in CS5). Somebody here said you can make it bigger: No yo

  • Select in From-Clause with JPQL

    Hey, I'm new to JPA development. How can I transform the following SQL-Statement: select a from Gpsj a, (select c.tsid, c.wsid, max(c.gdat1) maxgdat from Gpsj c where c.tsid = '901' group by tsid, wsid) b where a.tsid = b.tsid and a.wsid = b.wsid and

  • Problem with downloading images from image URL's _ Plzz help me urgent

    Hello, I have a set of URL's in a hashtable. Now using the the enumerator, for each URL, I am trying to download the Image. The example for the image URL is something like this: http://gallery.hd.org/_exhibits/flowers/_more2003/_more09/flower-Holland