No field values in report!

Hi,
I have a situation wherein i have a field which has values in cube but not in the report. ( I am getting all zeroes for this field in report )
This particular field is mapped to a field in R/3 which is populated dynamically       ( uses FM logic  in generic extraction and is not existing as a field in any table in R/3 ).
This is a time field and in BW it was defined as number type key figure. In cube i am able to see these values of length 4 with commas as well.
what i should do to get values for this field in report?
Thanks,
Ravi

No Lokesh,
this partcular field is not involved in any of the CKFS or RKFs .In fact for this report no CKF or RKF is existing
More over it has values in cube ! that is what bothering me! if the values were not der in cube, then that is well known issue!
Thanks,
Ravi

Similar Messages

  • Concatenate text to field value in report header

    I'm trying to concatenate text to field value in a textbox in the report header but am getting an error.  Here's how I'm doing it:
    =First(Fields!Pp_Name.Value, "dsProspect") & "Prospect"
    and the error says the report definition is invalid.  An unexpected error occurred while compiling expressions.  Native compiler return value '[BC30179] class 'Textbox.....
    any idea why this wont compile?
    Thank you.

    Hi moondaddy,
    Generally, the error message always occurred when there are two distinct text boxes with the same name that only differ in their name by casing in report. When Reporting Services generates VB code for these textboxes during report publishing, the compilation
    fails because VB class names are considered case-insensitive.
    So this issue is not related to the expression (the format is correct) you post, it related to the Textbox name that the error message said. In order to fix this issue, please rename one of the textboxes.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click here.
    Katherine Xiong
    TechNet Community Support

  • Arithmatic operations on field values jasper reports

    Hi,
    I want to calculate some percentages in the report based on some Field values present in the report. To achieve this I need to make some divisions and multiplications, is it possible to divide or multiply two variables while filling the report using jasper.
    Please help me...
    Thnks
    Veera.

    jaumev wrote:
    I have exactly th e same problem.
    Have someone solved it?
    Thanks in advancePlease, don't resurrect old threads. Start a new thread if you have a specific question. I'm locking this one.
    Kaj

  • Manually entering field values into report

    Hi, I am running a call report for a contact centre and the reports shows information such as numbers of calls received/answered, duration of calls, grade of service, etc. What I am wanting it to also include forcasted calls into the report. I do not have write access to the database (otherwise this would be very straight forward). The report in the end will get exported as a PDF document but I would like to be able to run the report and have some sort of prompt asking for the forcasted calls for each day ( I am showing multiple days on the report). They vary from day to day. Is there any way to do this? I'm reasonably new to crystal as well so simplicity is good. Thanks, Paul.

    Hi Paul,
    Crystal Reports is a tool that will allow you to read data from the database.  If your database contains a field that contains data for 'forecasted calls' you can place that on the report to display.  You will not be able to write data to the database from Crystal Reports.
    If you do not have a field that contains data for forecasted calls,  you might be able to create a formula to generate that.
    In regards to creating a prompt,  you can create a parameter in Crystal Reports from the Field Explorer.  Once you've created the report you can add that to the record selection formula (Report|Selection Formula|Record...)
    {yourforecast.field} = {?your.parameter}
    Regards,
    Wallie

  • Truncating Field Values

    Hi,
    Is it possible to truncate field values on reports? If so, how do you do it?
    For example, the report shows 1000.00 AUD
    I would like to see 1000 in the report.
    Thanks

    Yeah it is for a currency field, the "revenue" field for the Opportunity record. In OnDemand you can't change the field type once created, and this is an important and widely used field within the out-of-the-box reports so i was looking for other ways of solving this problem without creating a new field.
    Cheers

  • Tool Tip Text for field values in ALV report

    Hi,
    How to get the tool tip text for the field values in ALV report.
    Thanks & Regards,
    Pallavi.

    Hi,
    In fieldcatalog specify the TOOLTIP.
    <b>
    LVC_S_FCAT-TOOLTIP
    </b>
    In this speicfyteh tooltip you want.
    Then append this to the fieldcatalog.
    Hope this solves ur problem.

  • Subtotal in alv report based on the particular field value

    Hi,
    As per my requirement, i need to do subtotal of quntity field based on the material number field value in alv report.
    Ex:  if material number falls 1 to 10 then i need to be calculate and display subtotal qty amount with text " total of the mat1" and if material number falls 11 to 20 then again i need to be claculate and display subtotal qty amount with text "total of the mat2". similarily i need to display the details.
    <removed_by_moderator>
    Regards
    Nagendra

    Hi,
    Ex: if material number falls 1 to 10 then i need to be calculate and display subtotal qty amount with text " total of the mat1" and if material number falls 11 to 20 then again i need to be claculate and display subtotal qty amount with text "total of the mat2". similarily i need to display the details.
    What you can do is in your output table, you will have to create an auxilary field, lets call it as material group (groupid). Now you can do a subtotal on the material group. However the logic to determine what materials belong to which group should be coded. I guess you might be having some logic for that.
    So lets say that material 1 to 10 as G1 ( group 1 ) and material 11 to 20 as G2 ( group 2 )
    The output of the internal table would be
    Groupid  matnr ...
    1  1
    1  2
    1  3.....and so on
    2  11
    2  12
    2  13....upto 20.
    Now in the fieldcatalog assign an 'X' to the 'dosum' parameter to the field Groupid
    In the sort info do the following :
    gs_sort-fieldname = 'GROUPID'.
    gs_sort-spos = 1.
    gs_sort-up = 'X'.
    gs_sort-subtot = 'X'. ***CRUCIAL STATEMENT****
    append gs_sort to gt_sort.
    Now pass all this data to the alv grid function. And you are done.
    regards,
    Advait

  • Report query not returning the field value from external table

    hi
    I have an issue regarding reports. I have a query having 4 fields from external table and remaining from db tables. the report query returns all the fields from the db tables and only 2 fields from external table. but the same query if I tried in plsql developer it returns all the fields values.
    Can anyone please help me in this issue.
    Thanks and Regards
    kk

    Duplicate post?
    value not displaying in report whereas it returns in plsql developer
    value not displaying in report whereas it returns in plsql developer
    Please log a SR if you do not get any reply to your thread instead of creating new one.
    Thanks,
    Hussein

  • How can we read the screen field values from the report selection screen wi

    Hi expart,
    How can we read the screen field values from the report selection screen with out having an ENTER button pressed  .
    Regards
    Razz

    use this code...
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
    **Read the Values of the SCREEN FIELDs
    CALL FUNCTION 'DYNP_VALUES_READ'

  • How to get a field value in the report

    hi all :-
    i need to get the field value in the formate trigger inside a specified field in the report?

    please post your request in the report category forum

  • How can i transfer a field value in the main report to its sub-report?

    <p><font face="Arial" size="2">How can i transfer a field value in the main report to its sub-report?</font></p><p><font face="Arial" size="2">Please eloberate with example if possible!</font></p><p><font face="Arial" size="2">Thanks...</font></p><p> </p>

    <p>You can do a couple of things - one would be to pass the information using the data linking expert.  Right click on the subreport, choose &#39;Change Subreport Links&#39; and select the field(s) you are wanting to pass to the subreport.  CRW will build parameters and a record selection formula for you in the subreport, and if that&#39;s what you want, then great.  But you can also remove the selection formula from the subreport and work with the parameter fields in the subreport however you would like.</p><p>Alternatively, you can look to passing Shared variables back and forth from the main and subreport.  this link talks about the method to do this: http://diamond.businessobjects.com/node/251</p><p> </p>

  • How to set a new value for formula field in crystal reports xi?

    <p>How to set a new value for formula field in crystal reports xi?</p><p>//formula</p><p>{@description}</p><p> </p><p>exemplo in VB6</p><p>crxSubreport.FormulaFields.Item(1).Text =  "&#39;Subreport Formula&#39;"  or</p><p>crxSubreport.FormulaFields.Item("description").Text =  "&#39;Subreport Formula&#39;"</p><p>How to in JRC?</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>

    Hi,
    This functionality is known to be very important and is a key part of the next major release of the JRC planned for the first half of 2008.
    Regards,
    <p>Blair Wheadon</p>
    <p>Product Manager, Crystal Reports</p>

  • Getting error in Trail Balance Report's accounting flex field values

    Hi guys,
    whenever run the Trail Balance program I am getting some error in Accountng Flex Field value for particular account or transaction.Actually I am not able to find excat error in report why it came. plz tell me how to identify and how to check from backend table's link. I just share some transaction data plz see it :
    ACCOUNTS     Description     Accounting Flexfield     Beginning Balance      Period Activity      Ending Balance
    155000     STOCK-SERVICE CENTRE     01.004.000.0014.155000.0000000.050.000     -      4,514.98      4,514.98
    155000     STOCK-SERVICE CENTRE     ** CODE=GL#, NUM=50249 : invalid segment     -      4,155.00      4,155.00
    162212     STAFF - IMPREST     01.019.000.0000.162212.S900034.000.000     10,293.00      -      10,293.00
    162212     STAFF - IMPREST ** CODE=GL#, NUM=50249 : invalid segment     (2,530.00)     -      (2,530.00)
    162212     STAFF - IMPREST     01.019.000.0000.162212.S900035.000.000     950.00      -      950.00
    plz look under line value and give me solution............it's urgent
    Thanks
    Edited by: 811373 on Jul 22, 2011 9:42 AM

    Please see if these docs help.
    GLXRBUDA flexfield displays** CODE=GL#, NUM=101 : invalid Segment ** [ID 139400.1]
    AXXGRSLR: Customer Subledger By Account Shows "Invalid Segment" Row [ID 444717.1]
    If you still have the same issue, please log a SR.
    Thanks,
    Hussein

  • Click a report button to change a report field value

    Hello All,
    I need to create a report where when a user clicks a report button its image changes and a field relating to that record also changes from "N" to "Y"
    I had a look at this Denes's example located on this link
    http://htmldb.oracle.com/pls/otn/f?p=31517:133:7078361971556070::NO
    The only thing lacking here is the ability to change a record field when the user click the image.
    Would it be possible to change the record field value when the function is called ?
    Hope this makes sense
    Frank

    Hi Jing,
    I don't think it is easy, here is a sample that allows you to choose the page size and orientation (which are different master pages), Adobe LiveCycle Designer Cookbooks by BR001: Season Planner (or Year Planner) PDF Template
    It effectively defines the form against each master page and recalculates the widths and heights when the page selected is made, but I don't know of another way.
    Regards
    Bruce

  • Dynamically set report field value

    In my old classic VB project, I was able to set a report field value using the following simple line of code.
    someReport.SomeField.SetText u201Cabcu201D
    This was nice and simple, now with crystal reports .Net I do the following:
    ((TextObject)someReport.SectionX.ReportObjects["SomeField"]).Text = u201Cabcu201D;
    Itu2019s simple enough but seems too elaborated compared to the good old VB6.
    Not that is a big deal but is there a simpler way (Classic VB6 style) to set a field on a report without me having to create my own utility method to u201Csimplifyu201D things?
    Thanks.

    Perhaps using a formula?
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Public Class Form1
    Inherits System.Windows.Forms.Form
    Dim Report As New CrystalReport1()
    Dim FormulaFields As FormulaFieldDefinitions
    Dim FormulaField As FormulaFieldDefinition
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    FormulaFields = Report.DataDefinition.FormulaFields
    FormulaField = FormulaFields.Item(0)
    FormulaField.Text = "[formula text]"
    CrystalReportViewer1.ReportSource = Report
    End Sub
    Other than that, InProc RAS, but if the solution you have is complicated, you ain't seen nothing yet
    - Ludek

Maybe you are looking for

  • Is it possible to check if anyone has applied to monitor my web browsing history/cache/bookmarks as an employer on my home pc without my knowledge or consent?

    I am using private windows to browse since someone seems to know what sites I've visited. I've done my best wrt blocking cookies and deleting history on exit, but some data in the "Library" exists. Apparently my isp provider and employer can see my b

  • Can't get transitions to execute

    Hi folks, I'm building my first Flex app, which is a typical simple quiz. Intro state, string of questions, then a result. I'm stuck right now in that my transitions are not running. I suspect it has something to do with the fact that I extended the

  • Opening .pdf stored in oracle in studio creator

    I used iText libraies to open stored (as Blob or Clob type data) .pdf in oracle 10g release 2 database in studio creator. I'm using thin client driver...in oracle All things (uploading and retrieving ) works fine with the built in database..(point ba

  • How to setup vlans and routing between them

    Hey guys I am onboard a vessel where I have a Cisco 1921 router with intergrated 8-port dwitch. I have no experince what so ever with Cisco, onlye knowledge about netwrok in general. What I need to do is to create 3 VLANs wit different networks and t

  • Wired authentication 802.1X

    Hi, I need to authenticate 802.1X in wired connection. Actualy my Lion work fine because have automaticaly converted the 802.1X profile, but I cant create new. In snow leopard in System Preferences/Network/Ethernet select Advanced, click in 802.1X ta