Problem in measure for previous month

i have columns like following
d_name Value
JAN-11 4586236
FEB-11 2121512
MAR-11 32121
APR-11 12121
p_name is varchar2 type
Now i need value for previous month can u do it without using queries or obiee
I am unable to build hierarchy cause of its type. any suggesions

You might have month numbers in rpd, use ago function to get previous month value

Similar Messages

  • SAP XI runtime workbench doesnot display data for previous months

    Hi,
    We are experiencing an issue in our XI system. When we try to extract messages from the Integration engine we recieve data only for two months including the present month and not for previous months.
    Can you pleaes suggest which SAP job or any set parameter is creating such a scenario.
    Thanks in advance and suggestion are welcome.
    Regards,
    Subhram

    You should check the archiving/deletion jobs in the PI Admin Check guide..
    Kind regards,
    Mark

  • Need reporting logic for Previous months sales compared to current month

    Dear Folks,
    I need to design a report that  should give cumulative sales for the month compared with cumulative sales for the same date for previous months e.g. Sales upto 21st May should be compared with sales from 1st to 21st April, from 1st March to 21st March and so on.
    Can anyone provide me a logic or CMOD code how to develop this report.
    Will be great helpful.
    Thanks in Advance.
    Rakesh

    Hi Rakesh,
         To accomplish the required output, you need to create variables that are input enabled and of processing type user eixt in the columns of your report in the query designer. I am assuming that, you would have atleast one variable which is input enabled and of processing type manual entry.
    The user would input a date ( for example may 21) in this variable. You need to capture this value in the user eixt in I-STEP 2. From this value you need to calculate the previous month and pass it to the user exit variable. Below is a sample code,
    ----variable ZPREVDATE:pass the to value from variable ZCURRDAT -
    DATA : LV_CALDAY TYPE SY-DATUM,
               LS_T_VAR_RANGE TYPE i_t_var_range,
               LV_YR(4), LV_MN(2), LV_DY(2).
    WHEN 'ZPREVDATE'.
    IF i_step = 2.
          READ TABLE i_t_var_range INTO LS_T_VAR_RANGE
          WITH KEY vnam = ZCURRDAT'.
          LV_CALDAY = LS_T_VAR_RANGE-high.
          LV_YR = LV_CALDAY+0(4).
          LV_MN = LV_CALDAY+4(2).
          LV_DY = LV_CALDAY+6(2).
    LV_MN = LV_MN - 1.
    CONCATENATE LV_YR LV_MN LV_DY INTO LV_CALDAY.
          ls_range-low = LV_CALDAY.
          ls_range-opt = 'EQ'.
          ls_range-sign = 'I'.
          APPEND ls_range TO e_t_range.
    ENDIF.
    The above code is a rough code that would help you to acheive your logic
    Regards,
    Prem

  • Check 3G data usage for previous months?

    Where do I go to check my 3G iPad2 data usage for previous months?
    I look in the Settings / Cellular Data / View Account - but only see the current month.
    I tried to create a My Verizon account on the verizon wireless web site using my iPad phone number but I get the error "We're sorry, but at this time you cannot register your account for My Verizon. Please access your account information on your device."
    I installed the "My Verizon" app for ipad from the App Store but I get "System under maintenance.  Please Try again." all the time.
    Is there someplace else I can see previous months data usage?  I would like to get a sense how much I have used in the past.
    Thanks
    Joe

    Dear AdamE+VZW and AntoniioC_VZW
    Have you actually tried the advice you gave?  I'm 6 days into my billing cycle.  The furthest back I am able to see data traffic is 6 days.
    The specific navigation path "View Bill --> I Want To...  --> Month ---> Usage Details --> Data"  does not currently exist.
    As far as I can tell, AdamE's claim that "You can easily see the past six months of data usage on our website " is untrue.
    The report generated by the "Account Analysis" is plainly false as well.  It reports that both of my data phones used exactly 1024.00 MB in February, March, and April. (sic: 2 decimal points!!).  That is an exceedingly unlikely coincidence, and flatly contradicts the current month summary which reports that one of my phones has used only 23 MB, and the other line even less.  The "Account Analysis" has a bug so serious as to render its data traffic output absolutely useless.  Since it is providing false output, it should be removed from the site until it can be fixed to generate accurate reports.
    I can't even find a way to see my prior month's summary bill, though I can't be sure it is unavailable since the site is large.  But I can say that when a customer spends 15 minutes clicking around a site trying to find their prior month's bill (not merely the bill's dollar amount, but the bill's usage summary) and fails, the site navigation should be improved!!

  • Month name displayed in month calendar view for previous month

    In iPad IOS 7.04 iCal month view the month name displayed at the top of the window is incorrect. The previous month name show when viewing a calendar month. Test by selecting year view and the any month from the year. The month view will be for the selected month, but the month name will be for the preceding month. The incorrect month name in month vie is also displayed if the month view is scrolled to new months.
    I observe this on my iPad II.
    Ha s anyone seen this error? Does anyone know if Apple has seen this and has a plan to correct it?

    Imhave the same exact problem on my iPad2.  It was not fixed in the recent iOS 7.1 release, even though modifications were made to the calendar app.  Very frustrating, since this is such an easily observable problem.

  • HP Officejet G85 - how do i print a fax report for previous month?

    When I select "Print Fax Report" from menu, prints only last 30 faxes. Can I print fax report of a longer period, such as the previous month?

    Hi there,
    Unfortunately I do not see any options availble like that for the G85. There does not seem to be a readily available option sorry.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • How to show a report for 'Previous Month' Data

    Hi Gurus,
    I have a requirement, where i have to default my report to show previous month data.
    Scenario:
    My prompts by Default are set to CURRENT (current year,quarter,month). once the user logs in, the report should display data for month 'Nov' instead of 'Dec'.
    I tried using TIMESTAMPADD() in the formula , but it didn't work, though i don't see any error. Not sure if i 'm missing something.
    Is there a way to achieve this.I 'm using OBIEE 11.1.1.6.
    Any help is highly Appreciated ! Please.
    Thanks,
    Ramya

    From what you wrote I am assuming the user can manually save the report results to the Excel file.
    If your report uses ALV Grid it is possible to export the data to a spreadsheet (one of the functions available in the ALV tool bar).
    If you have used WRITE statements it is also possible to save the output as a spreadsheet (menu System -> List -> Save), but the latter will not produce as nice a spreadsheet if the data don't form a matrix. In other words, some work may be necessary in the spreadsheet afterwards before it has the format your user wants.

  • Struggling with MDX Filter Expression for Previous Month in SSRS

    I am trying to query only data from the previous month. 
    I looked at my Month member and the it looks like so... [Date].[Calendar].[Month].&[2015-04-01T00:00:00]
    Here is my filter expression:
    StrToMember ("[Date].[Calendar].[Month].&[" + format(now(),"yyyy-MM") +  "-01T00:00:00]" ).lag(1)
    I am not getting any errors, I am just getting getting "No rows found" - however there is certainly data in last month. I even tried removing the lag() function thinking that might be causing it, but there are still no errors, just no rows returned.
    Here is the complete query:
     SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, NON EMPTY { ([Date].[Calendar].[Date].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( StrToMember ("[Date].[Calendar].[Month].&[" +
    format(now(),"yyyy-MM") +  "-01T00:00:00]" ) ) ON COLUMNS FROM [Data Warehouse]) 

    Hi S,
    I can't tell exactly what your issue is, but I can give you a couple of tips to help diagnose it.
    Try the following queries. They aren't fixes, just simplifications of your query to help you diagnose where the issue is.
    --This query will let you what your string function is returning with what you want.
    With member measures.x as "[Date].[Calendar].[Month].&["
    + format(now(),"yyyy-MM") +  "-01T00:00:00]" 
    member measures.y as [Date].[Calendar].currentmember.uniquename
    select {measures.x,measures.y} on 0
    [Date].[Calendar].[Month].&[2015-04-01T00:00:00] on 1
     from [data warehouse]
    --This query will give you the date without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, StrToMember ("[Date].[Calendar].[Month].&["
    + format(now(),"yyyy-MM") +  "-01T00:00:00]" )  on rows FROM [Data Warehouse]) 
    --This query will give you the date with lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, [Date].[Calendar].[Month].&[2015-04-23T00:00:00].lag(1)  on rows FROM [Data Warehouse]) 
    --This query will give you the date with lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, StrToMember ("[Date].[Calendar].[Month].&[" + format(now(),"yyyy-MM") +  "-01T00:00:00]" ).lag(1)  on rows FROM [Data Warehouse]) 
    --This query will show you the member without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, NON EMPTY
    { ([Date].[Calendar].[Date].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( StrToMember ("[Date].[Calendar].[Month].&[2015-04-01T00:00:00]" ) ) ON COLUMNS FROM [Data Warehouse]) 
    --This query will show you the member without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, NON EMPTY
    { ([Date].[Calendar].[Date].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( StrToMember ("[Date].[Calendar].[Month].&[2015-04-01T00:00:00]" ) ) ON COLUMNS FROM [Data Warehouse]) 
    --This query will give you the date without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, StrToMember
    ("[Date].[Calendar].[Month].&[" + format(now(),"yyyy-MM") +  "-01T00:00:00]" )  on rows FROM [Data Warehouse]) 
    --This query will give you the date without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, StrToMember
    ("[Date].[Calendar].[Month].&[" + format(now(),"yyyy-MM") +  "-01T00:00:00]" )  on rows FROM [Data Warehouse]) 
    --This query will give you the date without lag
    SELECT NON EMPTY { [Measures].[Completes] } ON COLUMNS, StrToMember
    ("[Date].[Calendar].[Month].&[" + format(now(),"yyyy-MM") +  "-01T00:00:00]" )  on rows FROM [Data Warehouse]) 
    Richard

  • Need help with SQL retrieval for previous month till current date

    Hi ,
    Need help generating statistics from previous month from date of enquiry till current date of enquiry.
    and have to display it according to date.
    Date of enquiry : 03/02/2012
    Application Type| 01/01/2012 | 02/01/2012 | 03/01/2012 |...... | 31/01/2012 | 01/02/2012 | 02/02/2012 | 03/02/2012 |
    sample1 20 30 40
    sample 2 40 40 50
    sample 3 50 30 30
    Hope you guys can help me with this.
    Regards

    Hi,
    932472 wrote:
    Scenario
    1)If i run the query at 12 pm on 03/2/2012. the result i will have to display till the current day.
    2)displaying the count of the application made based on the date.
    Application type 01012012 | 02012012 | 03012012 | ..... 01022012| 02022012|03022012
    sample 1 30 40 50 44 30
    sample 2 35 45 55
    sample 3 36 45 55Explain how you get those results from the sample data you posted.
    It would help a lot if you posted the results in \ tags, as described in the forum FAQ. {message{id=9360002}
    SELECT     application_type as Application_type
    ,     COUNT (CASE WHEN created_dt = sysdate-3 THEN 1 END)     AS 01012012 (should be getting dynamically)
    ,     COUNT (CASE WHEN created_dt = sysdate-4 THEN 1 END)     AS 02022012
    ,     COUNT (CASE WHEN created_dt = sysdate-5 THEN 1 END)     AS 03022012
    , COUNT (CASE WHEN created_dt = sysdate-6 THEN 1 END)     AS 04022012
    FROM     table_1
    GROUP BY application_type
    ORDER BY     application_typeThat's the bais idea.
    You can simplify it a little by factoring out the date differences:WITH got_d     AS
         SELECT     qty
         ,     TRUNC ( dt
              - ADD_MONTHS ( TRUNC (SYSDATE, 'MON')
                        , -1
              ) AS d
         FROM table1
         WHERE     dt     >= ADD_MONTHS ( TRUNC (SYSDATE, 'MON')
                        , -1
         AND dt     < TRUNC (SYSDATE) + 1
    SELECT     SUM (CASE WHEN d = 1 THEN qty END)     AS day_1
    ,     SUM (CASE WHEN d = 2 THEN qty END)     AS day_2
    ,     SUM (CASE WHEN d = 62 THEN qty END)     AS day_62
    FROM     got_d
    See the links I mentioned earlier for getting exactly the right number of columns, and dynamic column aliases.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Billing call data for previous months

    I have always been on paperless billing to save money. As Kerry said in a previous post to encourage paperless billing:
    "Get organised
    Signing up to paper-free billing with My BT can save you time – and it makes finding your latest bill much easier than searching through endless cabinets and drawers for that elusive bit of paper.  Copies of your bills are stored online for 15 months, so they're always there to view, download and print when you need them. One secure online log-in gets you instant access to your bill.:"
    I now find that you can only look at call data for the latest months bill. It is no good having paperless billing if you have to use loads of your own paper to print out all the data.

    Patty-L wrote:
    @    john46  You could of course store the data on your computer in pdf format each month I do  and can go back years.
    Thank you John for the information it has worked (I can now save on paper usage)    
    Regards Pat
    And Ink, and wear and tear on the printer
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • Is it possible to run MRKO settlement for previous month date.

    Hi Experts,
    I  have a requirement from client, where they need to do the MRKO settlement in previous month period.
    I know the posting date and document date by default taken as current date.
    For Example : I have done the GI on 25/05/2010 and forgot to do the settlement on the same month
    now suppose on 02/06/2010 i want to do the settlement for 25/05/2010.
    In this case system will take the current date as posting date, is it possible here to change the posting date to
    pervious month period 25/05/2010????
    what is the standar rule according to SAP and if it is possible to post in the back date will it impact anything further.
    Please help me in solvning this issue.
    Rabindra S

    Use Exit "EXIT_RMVKON00_001".
    It read the date from posting date and settle on given posting date
    And follow the follwing code....
    DATA: wa_rkwa TYPE rkwa,
          wa_bseg TYPE bseg,
          wa_bkpf TYPE bkpf,
          fieldname(80),
          myidx TYPE i,
          ex_poper LIKE t009b-poper,
          ex_gjahr LIKE t009b-bdatj.
    FIELD-SYMBOLS: <fs_date> TYPE rkwa-bldat.
    MOVE '(RMVKON00)SO_BUDAT-HIGH' TO fieldname.  "<fs_bkpf>-budat.
    ASSIGN (fieldname) TO <fs_date>.
    LOOP AT t_rkwa INTO wa_rkwa.
      CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
        EXPORTING
          i_date               = <fs_date>
          i_periv              = 'V3'
       IMPORTING
         e_buper              = ex_poper
         e_gjahr              = ex_gjahr
       EXCEPTIONS
         input_false          = 1
         t009_notfound        = 2
         t009b_notfound       = 3
         OTHERS               = 4
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      READ TABLE t_bkpf INTO wa_bkpf
                    WITH KEY bukrs = '1000'
                             belnr = wa_rkwa-belnr
                             gjahr = wa_rkwa-mjahr.
      IF sy-subrc EQ 0.
        myidx = sy-tabix.
        wa_bkpf-monat = ex_poper.
        wa_bkpf-gjahr = ex_gjahr.
        wa_bkpf-budat = <fs_date>.
        wa_bkpf-bldat = <fs_date>.
        MODIFY t_bkpf FROM wa_bkpf INDEX myidx. " TRANSPORTING bldat budat.
      ENDIF.
    ENDLOOP.
    Regards
    Rasmi Ranjan Mishra

  • No Posting Block for FB50 for Previous Month Period

    Hi All,
    Unexpected Behavior : SAP allow posting to previous period in SAP as shown below with below message. (OB52 period been closed for the previous month.)
    Extra Information : Fiscal Year for the company is from 01.04.2013 to 31.03.2014, 01.04.2014 with new fiscal year.
    Please guide any settings been missed out.
    Thank for the guide.

    Hi Ravi,
    Below is our OB52 screen shot. Referring to 0100, only period 1,2016 is opened.
    We tested to post to 15.03.2012, which is actually period 3,2013. System prompt a warning message and we are able to post.
    Result of posting.
    Kindly advice.
    Thanks.
    Regards,
    Chew

  • Fed up with the lies from Verizon on a problem going on for 4 months now..

    Back in March and a month even before that, my daughter was having problems with her Droid 3 the phone kept shutting off and wouldn't stay on long enough to even try to fix/reset the phone with technical support,  In that time they had sent a replacement (actually several refurbished phones that all had problems and needed to be returned)  Eventually my daughter decided to keep the last one since she was due for an upgrade, when the last phone was returned a month later we got an email saying the phone was returned damaged and they are charging us $299..  When it left our hands the phone was fine other than it not working correcting (which is why it was being replaced to begin with)  There were pictures taken on Verizon's end and it showed a tiny hairline crack on the top glass, also the box was crushed with creases and extra shipping tape added (all together different from when we shipped it) So basically they said it was our word against theirs.  Now keep in mind my daughter pays for insurance every month on her phone, she had several problems with the Droid 3 (which isn't even offered anymore) and she is available to get a new phone.  So why would she risk having to pay $299 for a phone returned that was a non working refurbished phone when she could get a brand new phone for even cheaper. 
    Since March we've been calling talking to one operator after another, each time having to go through the whole story of what had happened. The first man we spoke to said he'd talk to his manager and take notes on our comments etc.. and would get back to us in the next day or two..  after two weeks I called again.  This lady said she'd look into it.. and do the same, take notes and pass on to her manager, by the 4th call after a month I started asking to talk to the manager, of course we've been told different stories, from they don't allow customers to talk to managers to the managers aren't in the same building where they are and they will have them call back..  In between that first two months we spoke to operators that were so rude and ones that were sympathetic but told "I'm sorry I really feel for your problem but there's nothing I can do.. "  So we'd call back again in hopes to get someone that could ACTUALLY HELP.  Each time being told we will call you back to let you know we are looking over your case..  To this date.. 4 months plus.. NO ONE PERSON HAS EVER RETURNED A CALL OR CONTACTED US TO FURTHER DISCUSS THIS PROBLEM!  and from the last 6 calls made in the pass week.. found that half the people we talked to never even made notes we spoke or even what we spoke about.. we have 5 phone lines and been customers at least 15 years or more.. brought in several friends and family to Verizon and this is how we are treated.. oh wait.. we are just a small nobody and they are a big multi-million dollar company who wants to rip off people who have been nothing but loyal and who don't have a lot of money to pay for mistakes that were out of our conotrol.. Some of the options that they offered my daughter was to finally use her insurance that she pays $10 a month for and they'd take off $199 she can pay $100 for the bad phone and then buy her new Galazy S4 for $200.. or send in the bad phone and get $100 but still pay the $199 plus $200 for a new phone.. we were even told twice that the charge of $299 was going to be taken off the bill only to find that 1-2 days later it was denied.  Nothing like getting you all stress relief thinking this is finally over to find out that you're back to square one and no where near getting anything solved or even talking to anyone that can really help or make a decision on this..on top of all this I have a health condition and it has not helped that in any way;  I finally spoke with a Jordon Friday and he was so nice and sincere and told me he'd talk to his corporate manager Rick and he'd throw me a text Saturday to let me know things were sent to this manager and well here it is Tuesday and no return reply of any kind...  I called again and there was a Jordon in the notes but nothing did he write about talking to his manager or anything else he told me...  lie after lie after lie with every customer service person....  Doesn't Verizon train these people??  Is this how a big company is run?  Just get anyone off the street to work for you?  I'm at the point I'm ready to contact the media to try to get something resolved..  4 months is entirely too long to be lied to and not have one person get in contact with us to try to solve this especially for a phone that isn't even offered anymore.. and that was used to begin with and I'm sure they will slap a screen on that was from another broken phone and resell it for an unreasonable price..  I just want to talk to someone in corporate that can help me..and get this resolved.. I'm so sorry that I just upgraded my phone and stuck in another contract..  funny how too they didn't add any charges till last month after we upgraded our lines..  because I'd definitely leave Verizon for the lact of support and the rudeness we've received...  Please comment if you;ve experienced these same problems...  Thank you!

    Back in March and a month even before that, my daughter was having problems with her Droid 3 the phone kept shutting off and wouldn't stay on long enough to even try to fix/reset the phone with technical support,  In that time they had sent a replacement (actually several refurbished phones that all had problems and needed to be returned)  Eventually my daughter decided to keep the last one since she was due for an upgrade, when the last phone was returned a month later we got an email saying the phone was returned damaged and they are charging us $299..  When it left our hands the phone was fine other than it not working correcting (which is why it was being replaced to begin with)  There were pictures taken on Verizon's end and it showed a tiny hairline crack on the top glass, also the box was crushed with creases and extra shipping tape added (all together different from when we shipped it) So basically they said it was our word against theirs.  Now keep in mind my daughter pays for insurance every month on her phone, she had several problems with the Droid 3 (which isn't even offered anymore) and she is available to get a new phone.  So why would she risk having to pay $299 for a phone returned that was a non working refurbished phone when she could get a brand new phone for even cheaper. 
    Since March we've been calling talking to one operator after another, each time having to go through the whole story of what had happened. The first man we spoke to said he'd talk to his manager and take notes on our comments etc.. and would get back to us in the next day or two..  after two weeks I called again.  This lady said she'd look into it.. and do the same, take notes and pass on to her manager, by the 4th call after a month I started asking to talk to the manager, of course we've been told different stories, from they don't allow customers to talk to managers to the managers aren't in the same building where they are and they will have them call back..  In between that first two months we spoke to operators that were so rude and ones that were sympathetic but told "I'm sorry I really feel for your problem but there's nothing I can do.. "  So we'd call back again in hopes to get someone that could ACTUALLY HELP.  Each time being told we will call you back to let you know we are looking over your case..  To this date.. 4 months plus.. NO ONE PERSON HAS EVER RETURNED A CALL OR CONTACTED US TO FURTHER DISCUSS THIS PROBLEM!  and from the last 6 calls made in the pass week.. found that half the people we talked to never even made notes we spoke or even what we spoke about.. we have 5 phone lines and been customers at least 15 years or more.. brought in several friends and family to Verizon and this is how we are treated.. oh wait.. we are just a small nobody and they are a big multi-million dollar company who wants to rip off people who have been nothing but loyal and who don't have a lot of money to pay for mistakes that were out of our conotrol.. Some of the options that they offered my daughter was to finally use her insurance that she pays $10 a month for and they'd take off $199 she can pay $100 for the bad phone and then buy her new Galazy S4 for $200.. or send in the bad phone and get $100 but still pay the $199 plus $200 for a new phone.. we were even told twice that the charge of $299 was going to be taken off the bill only to find that 1-2 days later it was denied.  Nothing like getting you all stress relief thinking this is finally over to find out that you're back to square one and no where near getting anything solved or even talking to anyone that can really help or make a decision on this..on top of all this I have a health condition and it has not helped that in any way;  I finally spoke with a Jordon Friday and he was so nice and sincere and told me he'd talk to his corporate manager Rick and he'd throw me a text Saturday to let me know things were sent to this manager and well here it is Tuesday and no return reply of any kind...  I called again and there was a Jordon in the notes but nothing did he write about talking to his manager or anything else he told me...  lie after lie after lie with every customer service person....  Doesn't Verizon train these people??  Is this how a big company is run?  Just get anyone off the street to work for you?  I'm at the point I'm ready to contact the media to try to get something resolved..  4 months is entirely too long to be lied to and not have one person get in contact with us to try to solve this especially for a phone that isn't even offered anymore.. and that was used to begin with and I'm sure they will slap a screen on that was from another broken phone and resell it for an unreasonable price..  I just want to talk to someone in corporate that can help me..and get this resolved.. I'm so sorry that I just upgraded my phone and stuck in another contract..  funny how too they didn't add any charges till last month after we upgraded our lines..  because I'd definitely leave Verizon for the lact of support and the rudeness we've received...  Please comment if you;ve experienced these same problems...  Thank you!

  • Formula for previous months avg. - LAG ? CALCULATE ?

    Hi all
    I  Want to make a KPI which uses the average of the last 6 months for a certain parameter.
    So I need to create a virtual variable which should be equal to the avg. of past 6 months and then put in the formula to get desired results.
    It should give correct result when viewed on - monthly, quaterly, yearly basis. (in all cases virtual variable should give the avg of last 6 months and then the sum/avg, time consolidation to be applied on KPI)

    Hi there,
    Try checking the online Help in PAS for the MOVING2() command.
    You can use it in combination with a CALCULATE instruction to save the result in a numeric metric. So you need to create this new numeric metric, lets say, KPI_A with monthly periodicity and time consolidation LAST, select the period for which you want the values to be calculated and then in IDQL issue the command:
    CALCULATE KPI_A = MOVING2(<variable>, <type> ,6)
    The <variable> will be the metric with the original values on which you want to calculate this average and type is to specify whether to include or exclude missing observations in the average, or to return a missing value if at least one observation is missing.
    The last parameter is the one where you will define that you want to use previous 6 months for this calculation.
    This is more detailed in the PAS Help.
    Hope this helps!
    Best regards,
    Ricardo Vieira

  • Hi, I have an apple id for my iphone 5s, and my two daughter's 4s phones. The problem is that for a month or so now I have been unable to download their updates for purchased apps just on their phones. It works fine on my phone. Any Ideas? Thanks

    Hi, I have the same apple id for my 5s and my two daughters 4s phones. For some reason lately, their updated for apps on their phones will not download. Mine works fine. When I press "update" on theirs, it just opens whatever particular app I'm trying to update. I've tried restarting their phones and signing out and signing back in to my account, but no luck. Any ideas? Any help would be appriciated.

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

Maybe you are looking for

  • How to organize events that repeat every year with iphoto

    Dear Communitie, y How can i organize events that repeat every year with iphoto. For example, if i make picrues every year or 1 time a month, of my doughter, for example: Playing with our dog in the garden january 2012 Playing with our dog in the gar

  • Workbook question

    Hello Gurus Is it possible to have a dynamic query and then be able to use  bex formulas to do calculation in the dynamic rows. thanks

  • Abt Direct Input Method

    Hi Experts,    How can Handle Direct Input Method in BDC.wht is Direct Input Method, wht purpose they can use. Thanks Srinadh

  • Microsoft Dynamics GP and Identity Management

      Am planning to host Microsoft Dynamics GP on Azure IaaS, and thinking of using WAAD for identity management instead of Windows Active Directory on IaaS VM... Is that possible solutions?

  • BT Home Hub 4 random cut outs :(

    I keep having random cut outs now and again on my laptop I'm using 5Ghz and not far away got full signal I was in Skype and when I clicked download on a game on steam it like lagged me out then connected again is this normal?