User-Defined Alphanumeric field not showing in Crystal Cross-Tab Reports

Hi  All,
We are facing the given below issue in crystal reports :
In Crystal Cross-tab reports User defined fields with alphanumeric datatype are not displaying where as User defined Fields created with Numeric datatype are displayed and SAP fields for eg; Item name which are AlphaNumeric datatype are showing up.Can any body help us on this?
Regards
  Uma

Hi Uma,
You may check these first:
Re: Problem after upgrding to SAP B1 8,81 PL07
Re: Crystal not displaying  UDF
Re: UDF not visible in crystal report
Thanks,
Gordon

Similar Messages

  • Crystal Reports Cross-Tab Report not showing all available fields

    I am running CR2008 against MS SQL Express.  I have several tables with fields and data in them and can create standard reports to show all the data in all the fields.  However, when I try to create a cross-tab report, only some of the fields appear for me to choose from.
    I created a standard report with all the fields I needed in my cross-tab report and ran a preview.  Everything was there.  I then added a cross-tab object, selected the tables only to find that fields that are in the main report are not showing up for selection in the cross-tab.

    UPDATE:  I exported the entire database from MS SQLExpress to MS Access and I am having the same issues, so it does not appear to be a problem with the database engine and, since the standard tabular reports show the fields, I am at a loss as to why they don't show up in the cross-tab or the Parameter fields.
    I am creating the cross-tab through the Cross-Tab wizard.  Is there maybe a bug in that?  Is there a way to create it otherwise?

  • Cross-tab Report field representation

    I need to display a field (Abandon Rate) in my cross-tab report - Abandon Rate is not a field in the database.  The field is a result of a formula:
    100*(AbnCalls/InCalls)
    How do I go about doing this?  I've tried to type the formula into the Display String but get an error "The Formula result must be a string".

    The only way Display String will work here is if the two variables in your formula are Global variables.  In that case, just add CStr to your formula to turn it into a string:
    CStr(100*(AbnCalls/InCalls), "0.00")
    If the two variables are from the database, create a formula field and use that in the cross tab.
    HTH,
    Carl

  • Help with formatting for Cross Tab Report Crystal 2008

    This is probably a simple question.  I have a cross tab report that displays sales by month for a period of 6 months.  These sales columns are formatted to be numbers with no decimals.  In addition to these columns, I have inserted columns that display the percentage up/down in sales over the previous month.  If I try to format the percentage columns, it changes every column to then display "##,##.##%" when I need to keep the sales columns at "##,###" with no decimal or percentage sign.
    1.  Is there a way to change the formatting of some of the columns but not all in a cross tab report?
    2.  If not, can I add a function that would change these in the calculation formula of the calculated member? 
    I tried to add "%" but it wants it to return a number.
    Here is the current code:
    //The calculation formula is used in place of the summaries in Calculated Members.
    // This calculation formula must return a/an Number value.
    If GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex) = 0 then 0 else
    ((GridValueAt (CurrentRowIndex,CurrentColumnIndex-1,CurrentSummaryIndex) -
    GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex)) /
    GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex)) * 100
    Any help is appreciated. 
    Thank you,
    Tobi

    Carl,
    Thank you for your help.  I did try your method but still couldn't get it to ignore the fact that it wanted a number.  I changed my approach a litte and managed to solve the problem.  Here is the method that I chose which managed to solve the problem.  If this is a poor way to solve it, please let me know as I am always open for new ways.
    Format Field > Number Tab > Customize > Currency  Symbol Tab
    Checked Enable Currency Symbol Fixed, changed  currency symbol to %.  This is the same thing that I did before which changes it for all columns. 
    Beside Enable Currency checkbox, I added this formula:
    // This conditional formatting formula must return one of the following Currency Symbol Constants:
    // crNoCurrencySymbol
    // crFixedCurrencySymbol
    // crFloatingCurrencySymbol
    If GridRowColumnValue("InvoiceLine.TxnDate") = Date(0,0,0) then
        crFixedCurrencySymbol  
    else
        crNoCurrencySymbol
    My added columns have a null date field so they take the currency format.  My other columns do not so they do not take the formatting.
    Thanks again for the help.
    Tobi
    Edited by: Tobi@TABeverage on Dec 2, 2009 3:58 PM

  • Cross-tab report functionality does not support .csv export.

    I want to export the cross tab report in .csv format , but when I export the cross tab report to .csv format only header and footer gets printed multiple times and data is not getting exported.

    No , cross tab report does not getting properly exported in .csv format. Only header and footer gets printed multiple times and data is not getting exported. 
    does cross tab report support .csv export based on WYSIWYG?

  • How to use user defined contact fields in the intelligent group builder

    In Apple Contacts it seems not being possible to build an intelligent contact group using an user defined, additional field. The builder seems to work exclusively with a system defined selection of the basic database fields. Please, tell me, that there is a way ...

    Please, can sombody out there help?

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • Some of the users Profile photo is not showing in sharepoint team sites

    Some of the users Profile photo is not showing in the list of SharePoint team site.
    In the people picker their picture is grayed out but if you click on their name it will direct you to their mysite and the picture is there.
    Can some body help on this.

    Try running:
    stsadm -o sync -deleteolddatabases 0
    Then, run the timer job named similar to "User Profile Service Application - User Profile to SharePoint Full Synchronization". Wait for it to complete, then re-check the profile photo on the SharePoint site.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • AGPM and security security filtering: gpos not showing up in uncontrolled tab

    Why Does a gpo not show up in uncontrolled tab? The only thing that is removed is "authenticated users" from security filtering of said gpo. Once I add authenticated users back, bang! its back visible in uncontrolled tab.
    Adding specific groups and removing authenticated users from security filtering is a standard practice to apply group policy. Can this not be used with AGPM?
    version 4.2

    Hi,
    For AGPM questions, in order to get accurate help, it's recommended that we ask for advice in the following dedicated AGPM forum.
    Microsoft Advanced Group Policy Management (AGPM)
    https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopagpm
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Bill To Address contents is not showing in invoice logistics tab

    Hi All,
    Bill To Address contents is not showing in invoice logistics tab though i have defined the Bill To Addresses for Business Partners.
    Same is happening with my Ship To addresses.
    Please Suggest.
    Regards.
    ShriX.

    I encountered the same issue, please do the following to make the Bill to address in the documents work.
    In the Administration ->  Setup -> Business Partners -> Countries
    Look for the Code where your business partners country are set.
    Then in the Address Format, choose your format. In my case I choose our company format. Hope this help.
    Regards,
    Cyrous

  • SHCess field not appearing after using utilization tab in excise invoice

    Dear All,
    SHCess field not appearing after using utilization tab in excise invoice.The other fields and values releated to SHCess are appearing.
    Please give the inputs.
    Regards,
    deepti

    issue resolved

  • TS3697 My new iTunes does not show me a PHOTOS tab when syncing my iPad 3. It only shows Music, Films and Apps tabs on the top left menu.

    My new iTunes does not show me a PHOTOS tab when syncing my iPad 3. It only shows Music, Films and Apps tabs on the top left menu.
    What am I going to do?

    The Photos tab doesn't appear there. If you are on iTunes 11 on your computer then you may want to re-enable the left-hand sidebar via View > Show Sidebar (option-command-S on a Mac, control-S on a PC), which might make it easier to navigate and my instructions may make more sense.
    To sync photos, connect and select your iPad on the left-hand side of your computer's iTunes (if you've enabled the sidebar), and on the right-hand side there should be a series of tabs, one of which should be Photos e.g. :
    If you select that tab you can then select which photo folders to sync to the iPad. There is a bit more info on this page. You will need to sync all the photos that you want on the iPad together in one go as only the most recent photo sync remains on the iPad - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next photo sync.
    If you haven't enabled the sidebar, then from your library click 'iPad' at the top right of the screen and you should get a series of buttons along the top of the screen, including one for Photos

  • Plus sign not showing up next to tabs (to enable opening of new tab).

    Plus sign not showing up next to tabs (to enable opening of new tab).
    Can I toggle a setting in about:config?
    Have turned off all add-ons, and re-started but plus sign did not show up. I am using FF4.0.1.

    Hi.
    I have fixed the problem.
    I was asked to "Restore Defualt Set" originally.
    After doing that, I wanted to "customize" the sidebar as there were a few toolbar items I wanted displayed.
    I found that the "Plus sign" is a "toolbar item".
    So I simply dragged it next to the right of the tab/s (up top) and dropped it. Now everything is back to normal, and I can open new tabs with the "Plus sign".
    Thankyou for all your help.
    I hope this answer can also help others at some time.
    All The Best.
    Michael Lindsay.
    Melbourne, Australia.

  • How to create cross tab reports using RAS SDK api with Crystal Reports XI

    Hi Everybody,
    Iam generating reports in a web-based application with Crystal Reports XI using Report Application Server(RAS) SDK API. The columns in my report exceed that of an A4 sized page. So, when I export that report to pdf, only those columns that fit to a page are showing up. To solve, this problem, I thought of using cross tab. But, I donot know how to generate cross tab report using RAS SDK API. I have tried to get some code from the internet. But, I did not find any java code for that.Can some one give me some sample code.It is very urgent.
    Thanks in advance.

    Hi,
    The easiest way I use is to create the worksheet as regular table and then when i verify the data I get (non aggregate) I duplicate it as a cross tab.
    In the duplication wizard I just need to define the axis (using drag and drop).
    if you want to create a cross tab from the beginning you need to define that in the new workbook wizard (check the "cross tab" rather then "table"), chose your fields and define the place you want them.
    The data point (the center of the cross tab) is aggregated as to your machine definition and will happen automatically.
    for example: to find the amount of receipt by months:
    On the left put the "Buyer Name", on top put the "Months" and in the data point put the amount.
    What you'll get is something like:
    months: jan feb mar apr ......
    buyer_name
    jhon_smith 100 50 30 250 ......
    jhon_doe 80 45 90 453 ........
    and so on.....

  • Total is not matching in Cross Tab Report

    Hi Every one,
    I am using Crystal Report Basice 2008 for sap business one.
    I added a One cross tab report .But the Row level totals are not matching in the report.Please suggest.
    Thanks and Regards
    DEV

    Hi Dev,
    What is the 'Summary' type you've chosen for the Summarized fields?
    If it's Min or Max, the Row totals would also show Min/Max of all the columns for that row.
    -Abhilash

Maybe you are looking for

  • HELP! I will get back my Windows 8!

    Dear HP Support here my problem: Two weeks ago i have upgraded Windows 8 to Windows 8.1 from the Microsoft Store, but i will get many lags and i can't play games... I tried to restore HP minimal image but i can't access Recovery Menu, when i turn on

  • 2 ASA for VPN tunnel hub and Dual tunnel to both from cisco1800

    I am struggling with configuring Cisco1841 to have dual or back up tunnel to two seperate ASA's on our corporate network. There is alot of great doco on DMVPN with routers as hub but is DMVPN the best way to configure this router and the others to fa

  • LSO Error in Opening BSP for course bookings from portal

    Dear Friends, After configuring the R/3 system for LSO alongwith TEM, when we are opening the e-Learning pages in portal. The page where the participant can book for the course is not displayed. Following error is getting displayed on the page. SAP N

  • AS Java applications not starting after patching from 2004s SPS10 to SPS11

    Hi folks, after patching our NetWeaver 2004s from SPS10 to SPS11 and the Kernel from 7.00.83.0 to 7.00.95.0, the applications on the AS Java do not start up automatically any more. Under the following URLs, the same error is shown: http://<fully qual

  • Kind Chef mobile app, used Starling and Adobe AIR

    Hi everyone, Recently we were busily working on an idea called "KindChef" which is a system that helps restaurants and we as customers. We have started a campaign for it on Indiegogo site, which is a crowdfunding site backed by Google as some of you