Variable repository for the last month

Hi gurus,

I have a requirement to create a repository for the last month variable first day. We have no dimension of the day.

i, e I should get 1 day last month.

example: today is 29/07/2009 the variable repository should give me on 01/06/2009.
If I am on 08/01/2009 the repository variable should give me 01/07/2009.

Thanks adavance.

Hello

There are several ways to find it,
The following query in the initialization block gives you the result want.

Select last_day (add_months (sysdate-2)) + 1 double

Concerning
Kishore Guggilla

Tags: Business Intelligence

Similar Questions

  • For the last month or more, I had the same two updates for my computer

    original title: Windows updates

    For the last month or more, I had the same two updates on my computer.  Is anyone know why and what I can do to fix this?  I am running Windows XP.  Thank you very much.

    Hello

    the message "you have hidden the important updates" is normal, because you have hidden the high priority updates, but the updates are already installed, if that's OK.

    Try to look again at the web page:

    http://www.update.Microsoft.com/

    and click on "Custom".

    You should not see the updates (KB2518864 and KB2539631) in "review and install updates.

    You should see only "Important - you have hidden the important updates..." and "high-priority - updates non-priority updates to update for your computer... ».

    Then, try this (remove the content of the "'C:\Windows\SoftwareDistribution" ")

    1. Click Start, click run, type services.mscand click OK.
    2. In the Services (Local) pane, click automatic updates, and then click stop.
    3. Reduce the Services (local) window.
    4. Select all the contents of the Windows distribution folder, and then delete them.

      Note By default, the Windows distribution folder is located in the drive: \Windows\SoftwareDistribution folder. This place is a placeholder for the drive where Windows is installed.

    5. Ensure that Windows distribution folder is emptyand enlarge the Services (local) window.
    6. In the Services (Local) pane, click automatic updates, and then click Start.
    7. Restart the computer.

    I hope that we will achieve the goal, it will no longer still report the updates :-)

    LC

  • I have download a creative demo for the last month and created many documents on my computer now change my employer my where are my document or computer how can I get some how?  Thank you

    I have download a creative demonstration for the last month and created many documents on my computer

    Now, my employer just changed my computer where are my document or how can I get some how?

    Thank you

    they are still on the computer you were using (unless someone irretrievably erased).

  • Hello! I ve a problem with the complete abo... How can I activate illustrator after regulation time? the complete abo is already saved for the last month...

    Hello! I ve a problem with the complete abo... How can I activate illustrator after regulation time? the complete abo is already saved for the last month...

    [Duplicate message deleted... post the same question more than once is confusing... MOD]

    [This is an open forum, not a direct line to Adobe support... you have to wait a response]

    Hello

    Please see: -.

    https://helpx.Adobe.com/manage-account-membership/CC-reverts-to-trial.html

  • Programming logic needed to retrieve the records for the last month/week

    Hi all

    I need assistance in programming SQL logic.

    Oracle database version: 10.2.0.3.0

    Requirement

    In an environment of DW, I need to program to weekly and monthly automated batch insert the data from Data_tbl to Reporting_tbl to generate reports. Descriptions of paintings are given below.

    Table 1 - Data_tbl (Source of table - this table is updated daily).

    Record_dt first name last name


    Table 2 - Reporting_tbl_ (the target table)

    Cycle_dt first name last name

    1. monthly report

    In the SQL query, I where clause conditions.

    Where Record_dt > = 1 November 08 ' and record_dt < = 30 November 08 '

    Using the above condition in development, I'm pulling over the last months data source table data. This will be repeated every month, and it should be automated.
    that is, if I run this report at any time in December 2008, he should choose documents dates from Nov 01 to November 30, 2008. If I run this report at any time in January 2009, he should choose documents dates to Dec. 01 to December 31, 2008.
    Date values must be assigned for the last month. Value of Cycle_dt in the target table must be the date of the end of last month as on November 30, 2008, 31-dec-2008.


    2 weekly Report

    In the SQL query, I where clause conditions.

    Where Record_dt > ='01-dec-08' and record_dt < ='' 07-dec-08

    Monday week start date and end date is Sunday.
    If I run the report between the 08 Dec-14 Dec, it should make records of the dates of Dec. 01 to December 7, 2008.
    On 15 December, he should seek from 08 Dec-14 Dec.
    Value of Cycle_dt in the target table must be the date of last weekend, as on December 7, 2008, December 14, 2008.
    Please help me with the logic for both monthly and weekly reports.

    Thank you

    Hello

    TRUNC (dt, 'W') is the beginning of the week, which may be different days, according to the NLS parameters in your session. Unless you want something that varies from one session to the next, you should stick with the weeks of ISO.

    TRUNC (SYSDATE + 1, 'IW') - 1
    

    is the Sunday of the week underway Sunday to Saturday, which starts and ends in 1 day before the ISO week.
    To find the precedent of the week from Sunday to Saturday:

    WHERE   record_dt >= TRUNC (SYSDATE - 6, 'IW') - 1
    AND     record_dt <  TRUNC (SYSDATE + 1, 'IW') - 1
    

    If you were interested in a week from Saturday to Friday (either 2 days earlier than the ISO week):

    TRUNC (SYSDATE + 2, 'IW') - 2
    
  • Release date of variable text for the previous month?

    I'm automating a package of reports based on the data received on the following month, day 8. I need models to pull in the month statement , not the month I publish to the course. Is it possible to perform such a feat? See you soon.

    You simply define the content of a block of text with the variable.

    There are several ways to do so, but if you put something weird in the model as XXXXXXXX you can use a search/replace.

    var x = new Date();

    with (x)

    {

    setDate (1);

    setMonth (getMonth () - 1);

    }

    var months = new Array();

    months [0] = "Jan";

    months [1] = "Feb.";

    months [2] = "March";

    months [3] = "April";

    months [4] = "may";

    months [5] = "June";

    months [6] = "July";

    months [7] = "Aug.";

    months [8] = 'Seven.';

    months [9] = "October";

    months [10] = "Nov";

    months [11] = 'Dec.';

    var y = x.getFullYear ();

    var m = month [x.getMonth ()];

    var lastmonth = m + "" + y;

    myDocument var = app.activeDocument;

    Clear the find/change text preferences.

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    Set the search options.

    app.findChangeTextOptions.caseSensitive = false;

    app.findChangeTextOptions.includeFootnotes = false;

    app.findChangeTextOptions.includeHiddenLayers = false;

    app.findChangeTextOptions.includeLockedLayersForFind = false;

    app.findChangeTextOptions.includeLockedStoriesForFind = false;

    app.findChangeTextOptions.includeMasterPages = false;

    app.findChangeTextOptions.wholeWord = false;

    Search the document for the string "XXXXXXXX" and change it to "text".

    app.findTextPreferences.findWhat = "XXXXXXXX";

    app.changeTextPreferences.changeTo = lastmonth;

    myDocument.changeText ();

    Clear the find/change text preferences after the search.

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    That save you and run when you open the document.

    Read the Guide to the script is a good thing to do no matter if it works for you, this time.

    Don't forget to mark this as replied to what works for you.

  • For the last month or two, images are not returned as they used to be, with the Google image search. I tried IE and it DOES not work as before!

    With Firefox 10, I now get exactly 21 images (one page, not more), regardless of the query. I tried to disable all add-ons. Same results. I tried to erase the history. Same results. I also logged into my google account. Always the same results... a limited number of images is now returned for each query. Given that I get the "expected results" with IE (pages usually 10 or more), this seems to be a Firefox problem? What has changed? How can I get more results? Thank you.

    Found MY solution...

    • Right-click on the button 'options' to open it in a new tab.
    • Adjust search parameters.
    • 1. the value "never show instant results."
    • 2 increase the number of results to display.
    • Click on "Save" button.

    Everything done, back to normal.

  • How can I cancel the account and get a credit for the last month and this month? Last month I was charged, but whenever I tried to convert Word to PDF it translated not but asked another charge.

    It would be nice if Adobe has a helpline that they staff.  I guess that this Byzantine system is designed to counteract the customer so that they give UP.  I'm not a happy camper!

    For these questions, you should contact customer service.

    [subject moved to cloud Document PDF Services forum]

  • Hi, I am trying to install updates (as I usually do), but for the last month he returns constantly with error code 646 error - unknown

    I have a lot of important to install updates & it won't let me. I can't seem to find solutions to this problem, I am not all that computer letter so please keep answers in singles. Thank you

    You may have overlooked: http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/6e716883-7af4-4a9f-8665-2f4dd57eee8d ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • -Error code 646 - repeated the failures (now for the last two months) to install updates Windows 7 S/W, possibly after installation of Office 2010?

    For the last two months - easrly November, when stopped down, I saw 10 message updates are being installed. This follow-up installation of Office 2010 (download from Web site), who bought Office 2007 earlier this year, and by choosing to take the free update promised for 2010.

    On the control, I find that whenever all ten updates failed to install (error code 646)

    Concered updates are KB2202188; KB982726; KB2289161; KB2289078; KB2413186;  for Office 2010

    and KB2345000 - Word 20120.

    KB2409055 - 2010 Editor;

    KB2289116 - Social connector;

    KB2431831 - knitting 9;

    KB2433299 A Note;

    Any thoughts there?

    Steve L

    A KB was created for 646 error code that appears during the installation of the updates of Microsoft Office. The KB includes an automatedMicrosoft fix 50461 that corrects the problem. Look at the following KB:http://support.microsoft.com/kb/2258121http://snipurl.com/164ypp>

    Suggest you download and save the fix it.

    Then close all open programs and browsers before running MSFix it 50461.msi.

  • I could not install the update KB2686509 for Widows XP Pro, for the last 6 months. WHY?

    I could not install the update KB2686509 for Widows XP Pro, for the last 6 months. WHY?

    Maybe check the related threads and see why others also had problems with this update:

    http://answers.Microsoft.com/en-us/search/search?searchterm=KB2686509&CurrentScope.ForumName=&CurrentScope.filter=&askingquestion=false

    especially this thread: http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/kb2686509-repeatedly-fails-with-error-code/0deeacb6-115c-419d-ac37-03ff8927b79c

    That should answer your question about why you have a problem installing the update.

  • How to get the last date of 3 days for the current month?

    Hello. Guy

    How to get the last date of 3 days for the current month?

    MY OUTPUT WOULD LOOK LIKE THIS

    JANUARY 29, 2016

    JANUARY 30, 2016

    JANUARY 31, 2016


    GUYS HELP ME / / /...

    SQL > select last_day (sysdate) - level + 1 double connect by level<= 3="" order="" by="">

    LAST_DAY)

    ---------

    29 JANUARY 16

    30 JANUARY 16

    31 JANUARY 16

  • I would like to get the list of all devices on which my creative cloud has been activated for the last six months or a year

    I would like to get the list of all devices on which my creative cloud has been activated for the last six months or a year

    I do not think that information... Adobe titles represent the only link I know following your accounts, but not where the programs are installed

    https://Accounts.adobe.com/ , then click on Plans & products above to find a list of your programs and your serial numbers

  • How to complete the data for months current quarter of the last month of the previous quarter

    • Here is the create table and insert the statement how my data is as
      CREATE TABLE SAMPLEDATA (Snapshot_M DATE, Date_Ky DATE, F_Quantities INTEGER)
      INSERT INTO VALUES SAMPLEDATA (SEPTEMBER 1, 2014 ", 1 SEPTEMBER 2014", 14)
      INSERT INTO VALUES SAMPLEDATA (OCTOBER 1, 2014 ", 1 OCTOBER 2014", 13)
      INSERT INTO VALUES SAMPLEDATA (1 NOVEMBER 2014", 1 NOVEMBER 2013', 12)
      INSERT INTO VALUES SAMPLEDATA (DECEMBER 1, 2014", 1 DECEMBER 2013', 11)
      INSERT INTO VALUES SAMPLEDATA (JANUARY 1, 2014 ", 1 JANUARY 2014", 10)
      INSERT INTO VALUES SAMPLEDATA (FEBRUARY 1, 2014 ", 1 FEBRUARY 2014", 90)
      INSERT INTO VALUES SAMPLEDATA (MARCH 1, 2014 ", 1 MARCH 2014", 20)
      INSERT INTO VALUES SAMPLEDATA (APRIL 1, 2014 ", 1 APRIL 2014", 23)
      INSERT INTO VALUES SAMPLEDATA (MAY 1, 2014", 1 MAY 2014', 30)
      INSERT INTO VALUES SAMPLEDATA (JUNE 1, 2014 ", 1 JUNE 2014", 70)
      INSERT INTO VALUES SAMPLEDATA (JULY 1, 2014 ", 1 JULY 2014", 20)
      Desired results set:
      Snapshot_M Date_Ky F_Quantities
      10 1/1/2014-2/1/2014
      10 1/1/2014-3/1/2014
      01/01/2014 41 10/2014
      4/1/2014 5/1/2014 23
      4/1/2014 6/1/2014 23
      4/1/2014 7/1/2014 23

      My requirement is to load the data in the cube.

      So to summarize, data that are loaded onto the month last only a quarter Q1 tax (Jan) should server as a data for the quarter Q2 next month (February, March, April), the data loaded on the last month of Q2 (Apr) will be server as forecast data for Q3 months and so on.

      Thank you in advance.



    with

    SAMPLEDATA as

    (select to_date('09/1/2014','mm/dd/yyyy') snapshot_m, to_date('09/01/2014','mm/dd/yyyy') date_ky, 14 f_quantities of all the double union)

    Select to_date (October 1, 2014 "," mm/dd/yyyy ""), to_date (1 October 2014 "," mm/dd/yyyy"), 13 union double all the

    Select to_date (November 1, 2013 "," mm/dd/yyyy ""), to_date (1 November 2013 "," mm/dd/yyyy"), 12 union double all the

    Select to_date (December 1, 2013 "," mm/dd/yyyy ""), to_date (1 December 2013 "," mm/dd/yyyy"), 11 union double all the

    Select to_date (January 1, 2014 "," mm/dd/yyyy ""), to_date (1 January 2014 "," mm/dd/yyyy"), 10 of all the double union

    Select to_date (February 1, 2014 "," mm/dd/yyyy ""), to_date (1st February 2014 "," mm/dd/yyyy"), 90 union double all the

    Select to_date (March 1, 2014 "," mm/dd/yyyy ""), to_date (1 March 2014 "," mm/dd/yyyy"), 20 union double all the

    Select to_date (April 1, 2014 "," mm/dd/yyyy ""), to_date (1 April 2014 "," mm/dd/yyyy"), 23 union double all the

    Select to_date (May 1, 2014 "," mm/dd/yyyy ""), to_date (1 may 2014 "," mm/dd/yyyy"), 30 union double all the

    Select to_date (June 1, 2014 "," mm/dd/yyyy ""), to_date (1 June 2014 "," mm/dd/yyyy"), 70 union double all the

    Select to_date (July 1, 2014 "," mm/dd/yyyy ""), to_date (1 July 2014 "," mm/dd/yyyy"), 20 union double all the

    Select to_date (August 1, 2014 "," mm/dd/yyyy ""), to_date (1 August 2014 "," mm/dd/yyyy"), 22 of the double

    )

    Select snapshot_m, date_ky, last_value (f_quantities) ignore nulls on f_quantities (order by date_ky)

    of (trunc (add_months (snapshot_m-1), 'q') select snapshot_m, date_ky,)

    -case when trunc (add_months (snapshot_m-1), 'q')! = lag (trunc (add_months(snapshot_m,-1), 'q')) (date_ky order)

    then lag (f_quantities) (date_ky order)

    end f_quantities

    of sampledata

    where date_ky > = date ' 2014-01-01'

    )

    where snapshot_m > = date ' 2014-01-01'

    order of date_ky

    SNAPSHOT_M DATE_KY F_QUANTITIES
    01/01/2014 01/02/2014 10
    01/01/2014 01/03/2014 10
    01/01/2014 01/04/2014 10
    01/04/2014 01/05/2014 23
    01/04/2014 01/06/2014 23
    01/04/2014 01/07/2014 23
    01/07/2014 01/08/2014 20
    01/07/2014 01/09/2014 20
    01/07/2014 01/10/2014 20

    Concerning

    Etbin

  • When you look at the performance of a virtual machine, when you make a graphic of 3 months it appears correctly for the first two, but the last month is compressed.

    When you look at the performance of a virtual machine, when you make a graphic of 3 months it appears correctly for the first two, but the last month is compressed.

    Hello

    When you say that the last two months are compressed. I do not have what exactly you mean by that. Is there a chance you can attach a screenshot of the same thing? Also let me know if there are any made VC-database activity recently?

Maybe you are looking for

  • Want 5532: What cartridge to change

    E e printer told me to replace the cartridge, but I don't know whether to replace black, color or both. Can you tell me?

  • history of transactions, downloads and downloads

    How can I find a history of all my activity online, including downloads and uploads?  My account is with Wildblue.net.Anyone familiar with this ISP will know the account type determines the monthly fees. More monthly bandwidth usage, the slower your

  • Browser works does not in my windows 7 lappy

    I uninstalled a few programs that I found was not necessary, but after that my browser not working anymore... restored but problem not solved

  • Cannot start the emulator Ripple

    My computer is Windows 7 (64-bit). I tried to use the Ripple development smartphone emulator. I installed the emulator of ripple on C:\Program Research In Motion\Ripple 0.9.0.16 and BlackBerry WebWorks SDK in C:\Program Files (x 86) \Research in Moti

  • Laptop computer Evny 15 keeps overheating

    So I just send my laptop in back for the 7th time to fix it. The laptop is overheating on a flat surface, like I got it there are 4 return repairs. Oddly enough it happened only after that the laptop has had horrible downturn. After sending in the la