Charm Reporting not selecting correctly

Hi everybody
I try to create a role for the people working with the transaction /tmwflow/reporting. The problem I encounter is that there is always a check for the standard transaction type "SDHF" when starting the report in the authorization trace - even when I select only "ZDHF" (our transaction type).
Instead of just ignoring the fact that the user does not have the rights for SDHF (but for ZDHF which is also shown in the authorization trace) the transaction stops with "You have no authorization to execute action Display".
Somebody here that has a clue?
Thanks
Beat

Hi, Sean -
Pages is unusable on my iPad Mini Retina.
For instance: I can double-tap select a word, and treble-tap a paragraph, then backspace to delete, but then mostly wait ten seconds before anything happens. I have timed it. For a simple selection, the contextual menu may not appear in that time, if at all. Forget dragging handles to select text - I will wait ten seconds after releasing it to find out where it went.
Occasionally the delay is 'only' three or four seconds, and once in a while even under one second. Response is never 'normal'.
This only affects Pages, and happens in even the smallest documents containing only a few hundred words of pasted plain text - no boxes or other elements - and which have been created on the iPad.
At a guess, Pages acts as if it is trying to backup 'undo' actions (or iterative versions of the document?) to the cloud, over my very slow (2G) connection. Someone in another thread suggests turning off wifi, so it could well be something like that. I have not tried that yet, as it rather defeats the purpose of using Pages at all.
I repeat - Pages is currently unusable on the iPad.

Similar Messages

  • Transaction Register Report not printing Correctly

    Hi,
    In Accounts Receivables Transaction Register Report is not printing correctly..
    Once I issue print job for Transaction Register Report...Blank page is coming..
    what is the cause..please suggest

    Does the print work properly with other reports? If so, I suggest you run the report in debug mode. Please check (Note: 226013.1 - How to run AR RXi reports in debug mode) for more details.
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=226013.1

  • Crystal report not showing correctly in firefox after windows update

    From the past six months, crystal reports has been displayed without the print toolbar and the formatting is completely lost in firefox. Previously we found that when we uninstall the windows updates KB2836942, KB2836943, KB2836946, KB2836947, the problem is resolved. But with more and more windows updates that are automatically updated on the servers, it is getting practically impossible to track which windows update creates the problem. There is absolutely no issue in Chrome, IE and Opera; it is only with firefox that this problem occurs; so we feel it is more of a firefox issue than a windows update problem. It is not just in one machine, but we found the same issue at all our customer's servers (more than 10). The servers are a mix of windows 2008, windows 2012 with iis 7. We also observed the same problem on windows 7 machines. We have been recommending firefox as the best browser for our software to all our customers, and with this problem cropping up, we are badly handicapped. Kindly let us know how to sort this issue. We have provided the link below for your perusal. When you open it in chrome it works fine, but on firefox it does not display correctly:
    http://54.209.141.3/Reports/Report.aspx?reportname=RptProductWiseSalesDetails.rpt&paramlist=@FromDat,01/01/2011;@ToDat,01/26/2014;@BranchSlno,1;@FranchiseSlno,1;@FirstCol,B;@DateType,B;@SaleChannel,A;@ProductTypeSlno,0;@ProductSlno,6;@ColorSlno,0;@FinancierSlno,0;@ChannelTypeSlno,0;@ChannelSlno,0;@SalesPersonSlno,0;@SaleStatus,L;@BillingType,A;@LoginUser,admin;@LoginBranch,Keerthi%20Triumph%20Bangalore;@Franchise,Triumph;@AddCustomerDetail,0;@SaleCodeSuffix,&loadfromsql=0

    Those four updates all relate to the .Net framework, and involve how an ASP.Net application recognizes different browsers.
    * http://support.microsoft.com/kb/2836942
    * http://support.microsoft.com/kb/2836943
    * http://support.microsoft.com/kb/2836946
    * http://support.microsoft.com/kb/2836947
    Each contains this Note:
    <blockquote>There is a configuration switch to be used to revert back to the old behavior: <br>
    <pre>&lt;appSettings>
    &lt;add key="aspnet:UseLegacyBrowserCaps" value="true" />
    &lt;/appSettings></pre>
    </blockquote>
    I think the downside of turning off the changes is that IE 11 will not be well supported.
    That's all I know so far...

  • Report not showing correct results

    I am new to SSRS.  Using SQL 2008, Visual Studio 2010 shell.
    I have a stored procedure that when I execute it through SSMS, it returns the correct results.  However, when my report runs through SSRS (using the same stored procedure).  I get inconsistent results.
    I've been able to narrow it down to a specific parameter in my report where I pass in Id's.  This particular parameter gets its values from a query and is setup to use multiple values.  I have focused on two ID's which together are giving
    me problems. 
    The IDs are !'" and
    !!T.
    When I ONLY select !'" the report returns the correct results.
    When I ONLY select !!T the report return the correct results.
    When I select !'" and !!T the report only return the results for !!T.
    I have no clue why SSRS doesn't like this.  Any help would be appreciated.
    jhoop

    I created the specific function referenced in your link and it didn't help.
    Function
    CREATE FUNCTION [dbo].[c__SplitValues]
    -- Add the parameters for the function here
    @List nvarchar(2000)
    ,@SplitOn nvarchar(2000)
    RETURNS
    @RtnValue TABLE
    -- Add the column definitions for the TABLE variable here
    Id int identity(1,1)
    ,Value nvarchar(100)
    AS
    BEGIN
    -- Fill the table variable with the rows for your result set
    While(CHARINDEX(@SplitOn, @List) > 0)
    BEGIN
    INSERT INTO @RtnValue (value)
    SELECT
    VALUE = LTRIM(RTRIM(SUBSTRING(@List, 1, CHARINDEX(@SplitOn, @List) - 1)))
    SET @List = SUBSTRING(@List, CHARINDEX(@SplitOn, @List) + LEN(@SplitOn), LEN(@List))
    END
    INSERT INTO @RtnValue (Value)
    SELECT Value = LTRIM(RTRIM(@List))
    RETURN
    END
    The line in my SQL statement where I use this function
    AND TableName.UserId IN (SELECT Value FROM dbo.c__SplitValues(@UserId,','))
    jhoop

  • Report not rendering correctly

    Post Author: Fahvray
    CA Forum: General
    I am creating a Crystal Report for a VB.Net application. It seems after adding text items in the page header, the text in the report does not render correctly. The actual data appears ok, just text items appear to be shifted up, so that only the bottom of the text is visible.
    If I remove the page header items, it works fine.
    I have other reports in this application that work fine. And this report seems to work ok on other developer's machines.
    I have removed and reinstalled Visual Studio, including the Crystal Reports section.
    Any ideas?

    Post Author: sharonmtowler
    CA Forum: General
    does it appear that can grow is set on the text objects?

  • Sort in Report not working correctly

    I have a report with many sorts selected as an option within the reports attributes. However, some of the columns does not seem to be sorting at all when Selected (Others do as expected)
    For example one column is a VARCHAR2
    examples of values within this column would be
    (FY08Q1, FY09Q4, FY08Q2)
    with the sort ticked in the report attributes i would expected it to perform the following
    FY08Q1
    FY08Q2
    FY09Q4
    which it does in the SQL Command - just not in the report in the Application.
    Anyone know as to a reason why it may be doing so?
    cheers
    s

    Hi
    I just created a test table, called datetest, with one column, called quarter. I inserted your data in the following order:
    FY08Q1
    FY09Q4
    FY08Q2
    I tested in SQLPlus that it returned ordered data ok with Select quarter from datetest order by 1, this worked.
    I then created a simple report based upon the query used in the previous paragraph and the report ordered the data correctly, i.e:
    FY08Q1
    FY08Q2
    FY09Q4
    Can you post your query as I can't work out what is wrong here?
    Thanks
    Karen

  • CR XI landscape report not printing correctly on one particular server

    Post Author: BronxJedi
    CA Forum: General
    I have a report that was designed in Crystal XI (11.5.0.313) that is not previewing or printing correctly when the users access it on our production server. The report is designed as a landscape report, for an 8.5x11 size paper; however, when this report is previewed on the production server all of the data is pushed over to the left, as though the computer is trying to cram it all into a portrait-sized layout. Furthermore, when viewing the Document Properties of the report in preview it says that the page size is 11x17!
    This report, I should mention, is part of a web application designed in Visual Studio. When users select a report to run the application actually displays the report as a PDF document in an Adobe Reader window. So, when I mention "preview" in this post it is not the Crystal Reports print preview window but rather an Adobe Reader window previewing the report as a PDF document.
    None of the other landscape reports in this application are demonstrating this same problem. Also, the report in question previews and prints perfectly fine when it is run on other computers or servers.
    Currently, we have eliminated design flaws in the report as a suspect because all of the pertinent properties in the report's design are set properly. We have also eliminated the users' printer settings as the culprit because the problem exists no matter who attempts to print that particular report and no matter what printer is chosen.
    Right now we are operating under the assumption that the problem lies within the server (which is a new box that just replaced one which died...the hardware on this new box is different, I am told by our server guy, but everything else was mirrored from the old box); however, we are unsure of what to examine in our attempts to fix it.
    The production server is running Win 2003 Server, R2, SP2 and there are no apparent printer drivers installed on the production server. We are using Adobe Reader 8.0 on all machines that can access this report.
    If anybody out there has had this same problem or knows of anything else we can check (either on the production server or within the report's design) we'd appreciate it. Why would only this particular report be exhibiting this problem and why on Earth would the Adobe Document Properties think that the page size is 11x17?
    Thank you,
    Sean

    Once you find an erroneous report, can the report be re-run over the same data (same parameters, same underlying data records after record selection) and the error duplicated?
    Can you dump the data read by Crystal in the Detail section of the report?  (Verify the data is as expected...)
    Can you post the stored procedure?  (Please wrap it in  markup to keep it readable.  A sample of both crosstabs wrapped in the markup would be helpful, too.)
    Carl

  • Links in Reports Not Showing Correct Data

    Good Afternoon!
    I've recently found that the links in some reports are not working as they should.  Below is an example from a report I just tried:
    Example
    I ran the report "Count of all instances of specific software registered with Add or Remove Programs" and selected a specific Collection I had created.  The report ran as it should and displayed a list of all software titles and versions for all of
    the collection's workstations combined.
    One application has 5 different versions installed amongst the collection and I need a list of them.  Each of the 5 versions was listed and each had a link.  When clicking on the link, though,
    it showed a list of "all systems" workstations which had the application / version - not just the number of or machines from the collection the report was run on.  Long story short, the report displayed about
    11 machines, but clicking on the link showed a list of about 40.
    I don't know if this is by design, but it's really difficult to work with.  I am having to make individual queries for the data which takes much longer.  Is there a resolution to this?
    Thank You!
    Ben K.

    Yes, I know this is an old post, I’m trying to clean them up, Did you figure this out, if so how?
    Yes this is be design however you can modify the "Computers with specific software registered in Add Remove Programs" report and have it filter on both the SW title and collection.
    http://www.enhansoft.com/

  • DFSR Reporting " not working correctly

    I'm trying to get the following script to work, posted questions at the site but not sure if he is viewing the blog anymore.
    http://gallery.technet.microsoft.com/scriptcenter/10ca8b47-b0ec-4910-bdd7-52ce2d4bca41#conten
    Couple of things is not working with Powershell reporting of DFSR, (works in batch file)
    1) The DFSAdmin.exe reports "/Rgname:Domain is not a valid subobject" as I am trying to report on "Domain System Volume".   It doesn't like the " and doesn't like spaces!
    DfsrAdmin.exe Health New /RgName:`"Domain System Volume`" /RefMemName:$ReferralDC /RepName:$ReportFilePath /FsCount:true 
    Tried to use variable name instead but same result 
    $Rgname = "`"Domain System Volume`""
    DfsrAdmin.exe Health New /RgName:$Rgname /RefMemName:$ReferralDC /RepName:$ReportFilePath /FsCount:true 
    2) parsing of report file name doesn't work either, I get "Send-MailMessage : Thew device is not ready.
    If I do echo ($ReportFilePath+".html"), the result is correct as I replace the variable with result of the echo and it works!
    $ReportFilePath = "d:\Reporting\Reports\Health-report-"+(Get-Date -UFormat %Y-%m-%d) 
    Send-MailMessage -From $EmailFrom -To $EmailTo -SmtpServer $SmtpServer -Subject $EmailSub -Body "The DFS-R Health Report is attched to this e-mail" -Attachments
    ($ReportFilePath+".html")
    The is all on Windows 2008 R2

    I've replaced dfsradmin.exe with showargs.exe in a home lab.....
    I get the following result, (missing first ")
    $Rgname = "Domain System Volume"
    /RgName:Domain System Volume"
    Changing the variable to following doesn't work either: (add a double quote)
    $Rgname = "`"Domain System Volume"
    Re-ran showargs.exe and display is correct but fails with dfsradmin.exe
    Showargs.exe shows:     "/RgName:"Domain System Volume"
    DFSRadmin.exe still error out:   The subobject "/RgName:"Domain is not a valid subobject.

  • Report not aggregating correctly. What am I missing?

    I am writing a report in BI Publisher to the date a Voucher was paid, minus the date a Voucher was due, to see how many Vouchers we have paid 1-30 days late, 31-60 and 61-90 days late. I successfully wrote an expression in PS Query to generate the number of days late (or early), its it's own column in the query.
    PS Query Results:
    Vendor ID---------Vendor Name---------Voucher Number---------Voucher Amount---------Paid Date---------Due Date---------Calculation
    0000012-----------ABC Supply------------0000000214---------------$2,456.23------------------12/20/2012-----12/10/2012------10
    Now, I have a RTF template that has the Vendor ID, Vendor Name, and 4 columns with conditions. The four columns are all using the sum of the Voucher Amount. The first of the 4 columns has a condition that says if Calculation is between 1 and 30, then sum the amount, the second has a condition that says if Calculation is between 31 and 60, then sum the amount. And so on.
    I have a repeating loop on the Vendor ID, because I only want to show 1 row for each Vendor, but want to then sum up all the voucher amounts and place them in the right columns based on the Calculation number.
    What I'm getting is 1 row per Vendor (like I want), but it's only looking at the first row for that vendor in the query results, then placing the sum of all the vouchers for that vendor in the column that corresponds with the first row for that vendor.
    For example, if Vendor 0000012 has 50 vouchers that total $150,000 its placing $150,000 under the 1-30 column (because the Calculation is 10) that I had setup, instead of looking at each voucher and summing it to its correct column.
    How can I get 1 row per vendor, and get all the correct amounts to be placed in the correct column based on the calculation? Hopefully I have provided enough information. I was hoping to provide screenshots but there is not place for me to upload. Thanks in advance.
    Jonathan
    [email protected]
    Edited by: 987043 on Feb 8, 2013 9:49 AM

    Hi,
    Refer below code, hope this will give you the desire output
    <?for-each-group:VendorDetail;./Vendor_ID?> -- 'VendorDetail' is name of the group, change it according to your group name
    <?for-each:current-group()?>
    <?sum(current-group()/VoucherAmount)?>
    <end for-each>
    <?end for-each-group?>
    Also you can send me your RTF & XML on [email protected]
    Thanks,
    Sandeep

  • AR13 report not giving correct depreciation forcast

    Hi SAP Gurus,
    I am having problem with an asset. The asset remaining useful life calculation as shown in the parameter tab of asset explorer is not matching with the AR13 report forecast. In AR13 it is getting fully depreciated long before the remaining useful life shown in asset explorer. So i am not sure if AR13 is giving the correct forecast. Can someone please explain what exactly does ar13 shows us and why is there a mismatch between the remaining useful life of the asset as shown in asset explorer and the ar13 report.................any help would be much appreciated......

    Hi,
    Did you compare with AR03...?

  • BI Publisher PDF reports not displaying correctly from EPPM 8.2

    Hi,
    I have setup EPPM to run BI Publisher reports as specified in the documentation. I can see all the reports correctly and can run the reports ok after specifying the reqd parameters. However, when the report completes and tries to open the PDF output in Acrobat, the screen flashes and no output is displayed. This is when running P6 within Internet Explorer. If I run P6 in Firefox, the PDF output opens correctly.
    I presume this is due to an IE setting or because the add-ons aren't configured correctly. Has anyone had the same sort of issue ?, and if so, how did you fix it ?.
    Thanks
    Nik

    Hi Khaja,
    Font mapping is done using xdo.cfg file right ? If yes then yeah I have done it. But the barcodes are not displaying. Infact to display special fonts such as chinese,russian etc I have just pasted the corresponding ttf files under java home and not made any changes to xdo.cfg. But still the specail fonts are displayed properly.Problem is in displaying barcode fonts.
    Thanks,
    Kavitha

  • Reports not selectable in LCM

    When creating promotion jobs in the list of addable objects reports are not shown. I checked the authorization settings and could not find any false entries there (administrator is having full control). Even when checking the dependencies of an universe the reports are not show. Is it only a top-down dependency check? Is there something like a repository mapping necessary to get the WebIntelligence report selectable? Thanks for your hints.

    Hi.
    What  BOE version have you?
    I had the same issue with LCM XI 3.1, and now it's working fine after i had installed Sp2.
    I believe remember that LCM 3.1 until Sp2, LCM have a issue with others languages than English.
    Regards
    Edited by: Jaime Pestaña on Aug 2, 2010 11:41 AM

  • Report not picking correct data

    Is it possible for vendor aging report to dispaly for Particular Vendor the
    amount ( bsik-dmbtr ) using Purchase organization field.
    There are two Purchase Organizations C100 ( for CPU ) and D100 ( for Monitor ) in my case.
    data is picked from bsik , lfm1 ,lfa1 tables.
    Example : if D100 is for  Monitor-screen  and has amount 1000.
    c100 is for CPU  and has amount 2000.
    In that case report with Vendor , comp code, Pur. Orga and period should disply
    c100 amount 2000.
    D100 amount 1000.
    my report is showing that vendor is existing for C100 or D100.
    but for vendor that exist in both C100 and D100. ( Say vendor number 200 )
    the amount is coming for vendor number 200 in  c100 and d100    equal to   1000.
    but it should come c100 = 2000
    and for d100 = 1000.

    hi
    I am not sure about this point in vendor aging report. i have added a pur Organization field in this report.
    I am asking
    If vendor no 123 is in D100  and C100 ( D100 and C100 are Pur Organizations )
    Initially no transaction is there.
    Suppose vendor  no 123  created a Puchase Order of 500 /- using D100 Purchase Organization in duration 01.01.2008
    to 01.01.2009
    But vendor no 123 in Purchase Organization C100 has no transaction.
    Then 123 with D100 is sould show 500/-
    and 123 with C100 is 0 /-.
    output of this report should show above results ?
    If output is like this then how to rectify my report  ?
    Or it shoud show the result like this
    Then 123 with D100 is sould show 500/-
    and 123 with C100 is 500 /-
    My output is showing like above same
    Thanks

  • WebI Report not printing correctly

    Hi,
    I've a WebI report for whcih the page layout is set as Letter and orientation set as Portrait. when I export this report and try printing it, the print preview shows that single report page is coming up in 2 pages while printing. however when I set the magrings as 0.25 for all the sides while printing the report appears good. Is there any wasy of superimposing these values in WebI report so that this is not needed to be done manually? Or is there any other methos to get it fixed?
    Please help!
    Thanks!
    Neha.

    Hi,
    You can use, format table-> avoid page break(horizontally and vertically). Also at page setup toolbar,
    you can set your pages to scale a certain number of pages. Just change "automatic" value to 1 page for horizontal and vertical page layout, and you won't get second pages.
    Regards,
    Onur

Maybe you are looking for

  • Ipod will not appear in windows or itunes, but is definately there

    Hi, My ipod touch 64gb 3rd gen stopped appearing in itunes but still in windows. I spoke to an apple support person on the phone and we followed lots of different steps. I was told to send it off for repair/to be looked at. Apple said it was fine and

  • Using Two Minotors with Display Spanning Monitors

    I'm interested exploring the option of using two monitors to display apps such as: Aperture, CS2 Photoshop (used as the external editor to Aperture), FinalCut Express and iMovie. My G5's video card will handle two monitors so that shouldn't be a prob

  • IPhoto '11 suddenly not launching even after reinstalling

    I am currently running version 10.6.8 and was using iPhoto '11 for many months without any problems until today!  Suddenly slideshows disappeared, so I checked for any updates - which there was one - and downloaded it.  I then restarted my computer h

  • IPad and Photo Syncing??

    I recently synced some pictures to my iPad 32G and it worked perfectly. I tried doing it again the other day and now it will not allow me to sync. If I go to the photos tab on iPad through iTunes, then select a folder of pictures, I get "revert" or "

  • What's New in DVDSP with FCS2?

    I searched the forums, but only came across a thread back from when FCS2 was introduced. Now that it's shipping and in user's hands, I'm wondering what's been updated in the FCS2 version of DVDSP? I know that it doesn't support Blu-ray or HD-DVD, and