How Should select default (Apr-mar)month in cross tab?

HI Experts,
I have created webi report with cross tab format. In this report how should select  Current year (April Month) to Next Year (March Month).
For Example:
2013 apr.......2014 may

Hi Manikandan,
Similar to your previous post about selecting Fiscal Year, do this in BEx, Have a range on Fiscal Month which either the user can input the range or use Customer Exits to derive it.
The in your cross tab, having Fiscal Month in your columns will show the range selected.
with regards
Gill

Similar Messages

  • How should restrict data for particular month?

    Hi Experts,
    How should retrieve data for particular month without where condition.

    Hi,
    You must be having Month Object right in your Webi?
    User will be given opportunity to Select his/her required [Month]
    Create variable as =Userresponse("Enter value for Month")same text as you are giving in the Prompt text....Name it as [UMonth]
    Go to analysis tab..Filter..Add filter...[Month]=[UMonth]
    always this report will run for the month user require

  • Show statistics of year against month in cross tab

    Dear All,
    I want to create a report to show some statistics (measure), e.g. sales revenue of different year and month in cross tab format, i.e. year as the vertical axis and month as the horizontal axis. So that I can compare the revenue of specific among different years and show the tendency for analysis.
    However, what I got the statistics is being grouped by the year (vertical axis) only and being the same across month ( horizontal axis).
    should any coding be added to achieve such purpose? Please kindly advise.
    Thanks and Regards,
    Cherry

    OK, let me explain in this way.
    I have a table:
    FiscalYr-Month(yyyymm)-Sales
    -2006-200601--
    1,000,000
    -2006-200602--
    1,000,100
    -2006-200603--
    1,000,200
    -2007-200701--
    1,001,000
    -2007-200702--
    1,001,100
    -2007-200703--
    1,001,200
    and in the report, i want to compare the data in format of crosstab as follow:
    -FiscalYr\Month---01+02+03--
    +
    --2006----------1,000,000+---1,000,100+---1,000,200--
    +
    --2007----------1,001,000+---1,001,100+---1,001,200--
    +
    -Sum/Diff/Avg-.................
    So that I can compare the trend of sales of same month against different years.
    The original data saves month in format of yyyymm instead of the month number to ease some of calculations of another module. Still, there is a time dimension table which can convert yyyymm to month number. Therefore I thought it should be possible to display month in number in the report.
    However, what I get now, the sales are being grouped by the Fiscal Yr like this:
    -FiscalYr\Month---01+02+03--
    +
    --2006----------3,000,300+---3,000,300+---3,000,300--
    +
    --2007----------3,003,300+---3,003,300+---3,003,300--
    +
    -Sum/Diff/Avg-.................
    I am not sure if there is something wrong in my structure (now year and month and 2 dimensions) or I can make use of some formula/coding in the report (or universe?).
    Please kindly give me some idea.
    Thanks a lot.
    Cherry
    Edited by: Cherry Wan on Jun 2, 2009 3:23 AM

  • How can I avoid the null values in cross tab?

    How can I avoid the null values in cross tab?

    Hello Anindita,
    Let me explain you the problem in detail.
    I have selected User and Program as rows in the cross tab. In Summarized Field I am counting the Programs.
    In DB I can have both User and Program null.
    Letu2019s take these scenarios...
    1) For a User, Program can be null
    2) For a Program, User can be null
    3) And both can be null.
    A null Program does not give problem since Cross tab does not count the null values and in my case too, it remove the Program which are null from the Cross tab because of the counting its doing on Program. Hence scenario 1 and 3 is not a Problem.
    Problem comes in scenario 2 (For a Program, User can be null).
    In this case since Program is not null it will get counted and will be grouped under null user but I donu2019t want to show the null user Grouping in my cross tab.
    "Suppress empty rows" and "suppress empty colums" does not help.
    Thanks & Regards,
    Amrita

  • How can I compare two summary field in cross-tab?

    <p>Dear expert:</p><p>I have one question for how can I compare two summary field in cross-tab?  I have following cross-table:</p><p>Type          Sector1     Sector2    Sector3       Total </p><p>Outlook         10            11           9              30         </p><p>Target            5              3           1               9</p><p>I want to compare the summary field(total) relationship percent, I want to get "9/30". Someone told me I must create the DB view or table via SQL, then can implete in Crystal Report. Can I implete it in Crystal Report via fomula or other function?</p><p>Thanks so much for your warm-hearted help!</p><p>Steven</p>

    Hello Steven, yes you can compare summary fields, If you are comparing Summary to Target, or vice versa - you can do it within Crystal Reports.
    1. In Suppress conditional formula, create 2 Global variables: CurrentOutlook and CurrentTarger and get the current value.
    2. In Display String formula for Total show ToText(CurrentTarget/CurrentOUtlook) + "%".
    For more difficult cases of compariing fields in cross--tab, you may look into http://www.relasoft.net/KB10001.html.
    Best,
    Alexander

  • How to display recordnumber for each row in cross tab?

    <p>Hi.. </p><p>I am using Crystal Report XI,with the database Microsoft SQL Server. I have 2 questions regarding Cross Tab.</p><p>1. How to limiting record per row and per column in Cross Tab? For example,at one page the report printing 20 records per row and 7 records per columns.</p><p>2. I would like to display recordnumber for each row that printing in Cross tab. How crystal reports can handle this?</p><p>Can anyone can help me out on this? </p><p>Please kindly advise.</p><p>AN </p><p> </p><p> </p>

    <p>Dear Kathryn,</p><p> </p><p>I did used DisplayString as suggested by you. The result work fine until I add more data to this cross tab. I used this formula : </p><p> global numbervar pager;</p><p>recordnumber();</p><p>pager := pager + 1; </p><p>  if pager > 0 then totext(pager - 1,0)     </p><p> </p><p>The result come out in decending order for each row. </p><p>SN    Name </p><p>5       abc<br /></p><p> 4       def</p><p>3        fig<br /></p><p>2        klm<br /></p><p>1      opq</p><p> Is that anything wrong with my formula?<br /> </p><p>Please kindly advise.</p><p>-AN- </p><p> </p><p> </p>

  • How to select default output device (microphone) in ALSA?

    Hello,
    My webcam microphone does not work.
    It is not set in ALSA, and pulseaudio points back to ALSA. As a consequence, skype doesn't work.
    I have read a bunch of wiki and manpages, found no answer. https://wiki.archlinux.org/index.php/ALSA#Configuration
    Hence, how do I set usb webcam microphone as the default input device in ALSA? It is set by alsamixer, but
    $ arecord -d 5 test-mic.wav
    $ aplay test-mic.wav
    produces nothing except files.
    I've installed archlinux only because OpenBSD doesn't support skype. That's what I need from archlinux for.
    I appreciate your answers and thank in advance.

    emeres wrote:
    To use arecord with your webcam you need to know and specify the device:
    arecord -l; # Look for your usb device
    arecord -D hw:X,Y # where X is the card number and Y the device number
    As for skype, it should have some configuration options.
    I know the device. I can see it by various commands. I know for various config options. That's now what I'm asking.
    I am asking how to specify it. Where is the config file for ALSA? Is it input or output device?

  • How to select default key in Custom Catalag

    I have created a custom message catalog and it's running well. I have just recently discovered that the default language selection does not work for me.
    For example, I have a key KEY123 with value MSG123 for Italian. If I select Italian, it shows MSG123. But if I select English, it will show KEY123.
    From document, the example shows only Custom Catalog with language set, such as <MessageSet language='it'>, how can I define a default one so that IdM will look at it when it cannot find the key in the preferred language? (I tried <MessageSet> without speficying any language but it doesn't work )

    I do not have any security issue. In fact the login has no password. It just will not automatically choose the connect button in the dialog window that pops up in the finder.
    I have this:
    mount volume "afp://" & serverName & "/" & sharePoint as user name userName
    When this runs I end up with a regular login window wanting a password. I don't have one so a simple hot of the connect button works. How can I make it automatically send a return or enter keystroke. I've tried keystroke return and keystroke enter with no luck.
    Thanks

  • How eo add default page in portal under home tab in portal

    Hi All,
    I have to make one welcome page for my portal the reason behind is that when i log on to portal under Home role theare is no page assigned so blank view is available that looks very dull..
    What i want to achive is that to createIview and assign that iview to role so that by default when i log on to portal directly that iview is displyed instead of blank view..
    any help will bw appretiated. and rewarded with poinits.
    Regards.
    Vinit Soni

    Hi Vinit,
    What you can do is that create the desired Page or iView and assign it to the "Everyone" Group, which is SAP Provided, as this group is by Default added to every user., so automatically when you will login to the portal that page or iView will be displayed.
    The Everyone group will already have a role "everyone" assigned under itself.So create a Iview adn assign it to a role say "Welcome Page Role" and add this role to Group "Everyone".
    Hope this helps.
    Regards,
    Shailesh Nagar

  • How to select max total marks from a student tab

    SQL> select st_id max(sum(stu_marks))
    2 from stu_marks;
    select st_id max(sum(stu_marks))
    ERROR at line 1:
    ORA-00923: FROM keyword not found where expected
    thanks

    select st_id,sum(stu_marks) Marks
    from stu_marks
    group by st_id
    but if you just want the highest mark try:
    select st_id,sum(stu_marks) marks
    from students
    group by st_id
    having sum(st_marks) =
    ( select max(sum(st_marks)) from students group by st_id)

  • How to get 2014 and 2015 sales as cross tab report in sqlserver. Please help

    I have the following data attached herewith salesdata.xls and I would like to generate the report same as I attached herewith.Please help to generate the proper sql to get the report
    Regards
    polachan

    Hello Polachan,
    To achieve the expected output, you can reference the below sample.
    CREATE TABLE SalesTbl
    Customer VARCHAR(99),
    [Date] DATE,
    Sales INT
    INSERT INTO SalesTbl
    VALUES
    ('xxxx','20140101',20),
    ('xxxx','20140201',20),
    ('zzzz','20140301',30),
    ('yyyy','20140401',20),
    ('xxxx','20150101',20),
    ('xxxx','20150201',30),
    ('zzzz','20150301',20),
    ('yyyy','20150401',60),
    ('aaaa','20150401',70),
    ('bbbb','20140401',40)
    ;WITH Cte AS
    SELECT DATEPART(YEAR,[Date]) [Year],Customer,Sales FROM SalesTbl
    SELECT Customer,ISNULL([2014],0) Sales_2014,ISNULL([2015],0) Sales_2015 FROM Cte
    PIVOT
    SUM(Sales) FOR [Year] IN([2014],[2015])
    ) AS PVT
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • How to design customize Cross tab in Crystal 9

    hi guys,
                i'm having a big problem in designing this format in cross tab, coz it causes a lot of space that i wouldnt need in displaying the report in my application here's i want to show on my report,
    this is just a sample data, but this is supposed the designed, or the output in crystal cross tab
                                        SM                           gl orieta                        buyer            and soon.....   
                             sales     TX    PX      sales      TX     PX          sales   TX    PX
    Mar-1 Mon        1000      1        1       200        2         3            400     4      5
    Mar-2 Tue           200      10      11     300        4         8             220    5      8
    Mar-31 Sun
    Running Total     1200                           500                               620
    Discount              200                            300                               400
    Net sales            2000                           3000                             5000
    Quota                 100000                        1200000                      250000
    TX                        11                                   6                                9   
    PX                         12                                   11                            13
    the upper is the name of the stores which supposed to be dynamic, each store have 3 column which are the sales,TX and PX, on the left side is date which is my parameter is filtering sales by date, under the last date of the month is the running total followed by discount, net sales and soon.. Now my problem is how i'm going to design it in cross tab format in crystal report 9..any suggestion or other way to do it...

    Please re-post if this is still an issue

  • For selection parameter the default date should be of the previous month.

    Hi all,
    In my selection-screen what i want is  for the selection parameter "Selection period month" the default value to be the previous month.
    For example today is 24.09.2008 so the default value of this field has to be 200808 instead of 200809 today.
    please tell me how should i do this.
    thanks in advance.

    Hi,
    Check the following code:
    data: f_date type sy-datum,
          f_dd(2) type c,
          f_mm(2) type c,
          f_yyyy(4) type c,
          f_pdt type sy-datum.
    parameters: p_date like sy-datum.
    initialization.
    f_date = sy-datum.
    f_dd = sy-datum+6(2).
    f_mm = sy-datum+4(2) - 1.
    f_yyyy = sy-datum+0(4).
    if f_mm eq 0.
    concatenate f_yyyy '12' f_dd  into f_pdt.
    elseif f_mm eq 1 or
       f_mm eq 2 or
       f_mm eq 3 or
       f_mm eq 4 or
       f_mm eq 5 or
       f_mm eq 6 or
       f_mm eq 7 or
       f_mm eq 8 or
       f_mm eq 9.
    concatenate f_yyyy '0' f_mm f_dd  into f_pdt.
    else.
    concatenate f_yyyy f_mm f_dd  into f_pdt.
    endif.
    p_date = f_pdt.
    start-of-selection.
    write : / f_date,
             / f_pdt.
    Regards,
    Bhaskar
    Edited by: Bhaskar Chikine on Sep 24, 2008 12:49 PM

  • How to select Months with in a date range

    Hi
    I am working on a report which will list out Month wise totals in each row.
    How should i select the Months with in a date range and do the sum ( User may select the date range for  N number of  years also. Example :  01/10/2000 to 01/01/2010 )
    Thanks in advance
    Thanks&regards
    Mrudula

    Hi
       Use the following code:
    data: l_date(8) value '03042007',
            l_mname   type   t247-ktx,
            l_c(25).
      select single ktx from t247
      into l_mname
      where spras = sy-langu
      and mnr = l_date+2(2).
      concatenate l_mname l_date+6(2)
      into l_c." SEPARATED BY space.
      data: g_date(10) type c. " Processing date of Report
      g_date = sy-datum.
      concatenate g_date0(4)  g_date4(2)  g_date+6(2) into g_date.
      data: g_date1(10) type c.
      g_date1 = so_verab-high.
      concatenate g_date10(4)  g_date14(2)  g_date1+6(2) into g_date1.
    Regards,
    Sreeram

  • How to set default selected checkbox in af:tableSelectMany /

    Hi,
    I am new to ADF technology, I am using JDev 10..3g.
    I want to set the checkbox as default selected for particular rows.
    but I don't know how to set default selected checkbox in <af:tableSelectMany />
    Is there any way to do this using ADF<af:tableSelectMany />
    Thanks,
    Mohammed

    Hi Jeroen,
    Thanks for reply. but the problem is that I am getting data from database and based on some flag I need to select checkbox while page is loading first time.
    at that time the table is null as till now it not rendered. and when its rendered it means page is displayed now.
    just before display I need to set checkbox as selected.
    I don't want to do like this (when user is pressing any command button then only is should update checkbox selection).
    Thanks,
    Mohammed.

Maybe you are looking for

  • Help with Trees in java!

    I have an assignment to create a bouncing ball, with collision detection, and obstacles, and to also include trees. I have managed to get a bouncing ball(using awt graphics), but I am having problems with the tree, as i do understand that the dimensi

  • Library Receipts Trash??

    Stupid question! What purpose do the "Receipts" in the Library serve?. Can they be deleted in order to save space. If so what is the catch? Any help would be appreciated. Maxon.

  • Desktop Folders - how can I customize like before in 10.4?

    I apologized if this has been asked already but I have searched high and low here. Probably a simple question (setting somewhere) but I'm stumped! How can I "turn off" the alphabetical ordering of the files on my desktop; even more so, how can I just

  • Contacts only partially sync'ed

    Hi, For whatever reason, only about 30 of my 300+ contacts on my iPhone are sync'ed to the iCloud. I've tried turning the contact syncing in iCloud settings on and off but that does not seem to work. I've noticed that all the contacts that actually g

  • Producing nested xml with querying attributes from a nested table

    How can one produce nested xml querying columns from a nested table? Looking at the object documentation, I can readily unnest the tables. Using your examples in the book, unnesting is select po.pono, ..., l.* from purchaseorder_objtab po, table (po.