Missed Incident Resoultion Time Filter Based on the Assignee in SAP BO

Greetings!
I am trying to find a way to filter the below results in SAP BO using the BMC ITSM universe, based on the person who missed the Incident Resolution Time.
However, I have filtered the below result based on the following query:
Due Date Time > Last Assigned Date. - (Applied in the query object filter)
& Min (Last Assigned Date). - Applied on the formula of inserted tables
But, when I try to insert the Last Modified By column and the Assignment Group, it ignores all my filters and puts all the assignees who had worked on this > than the due date and time.
Please help me out to filter only the person who breached the ticket, eg: In this case, INC58518 was breached by "hlayiseka.mkhombo". I need to display only this assignee and his assigned group.
Incident
  ID
Due Date Time
Last Assigned
  Date
Last Modified
  By
Assignment
  Detail.Assigned Group
Goal
Progress
INC000000058518
2/10/2015
  1:27:03 PM
3/1/2015
  1:52:10 PM
dalia.serhal
Business
  Relationship Management
Incident
  Resolution Time
Missed
INC000000058518
2/10/2015
  1:27:03 PM
3/1/2015
  2:14:37 PM
dalia.serhal
Service
  Design
Incident
  Resolution Time
Missed
INC000000058518
2/10/2015
  1:27:03 PM
2/26/2015
  2:35:48 PM
guruprasath.jayarama
Service
  Design
Incident
  Resolution Time
Missed
INC000000058518
2/10/2015 1:27:03 PM
2/11/2015
  11:26:32 AM
hlayiseka.mkhombo
Service
  Improvement
Incident
  Resolution Time
Missed
Thanks in advance for your feedback and inputs.
Regards
Sherwin

I have also tried using the formula First (Last Modified By), but it doesn't give me the correct value. i.e, the actual assignee doesn't seem to match with the Last Assigned Date.

Similar Messages

  • Automated solution to convert or directly filter based on the discontinued local flags?

    Hi,
    I really liked a lot of the LR 4 features and thus upgraded LR and my main catalogue as soon as v 4 was released. While a lot of stuff is very welcome (soft proofing!), I just realized that Adobe has horribly screwed up my workflow by dropping local pick/rejected flags from V4. I really hate this change as it was very useful for me to reject images for a certain collection (but still being able to know that at some point I had considered it to be included). For the future I guess I will have to find another workflow, probably by creating additional "archive" collections...
    But the real problem is the literally tens of thousands of images I have flagged as rejected in collections in my big lightroom catalogue. If I go into any of my old collections I see the entire selection including all the rejects. I know I can get a context menu to select all the items that were locally flagged rejected via the "Select Old Contextual Rejected" action. But to do this for several hundred collections is out of the question. (I am not kidding btw, I am a wedding photographer and have about 400000 photos in my catalogue and about 1000 collections).
    So my question is: does anyone know of an automated solution to get the old local flag infomration back? I guess it would be possible to write a plugin that creates 3 collections for every collection that used the old local picked/rejected flags (one with -picked, one with -rejected and one -unflagged). Has anyone done this yet? Or create a plugin that can filter based on the old information (as it is still in the database, just not accessible in the UI).
    I am a software developer as well as a photographer so if no one has done this yet I might consider giving it a try myself but I would hate to do something that has been done already...
    And btw I am pretty angry at adobe for making this a breaking change.
    Best,
    Daniel
    http://www.iconoclash-photography.com

    To build on John's response: While we're still awaiting the LR 4 SDK documentation and can't say for sure, I'm skeptical that the LR 4 SDK exposes the old collection-based flags, given that the LR 3 SDK didn't expose them. 
    One solution would be for a plugin to read the catalog database outside of LR, e.g. in the manner of the SQLiteroom plugin.  Accessing the database directly isn't supported by Adobe, but in this case, doing so to do a one-time recovery of legacy data is likely more than robust enough.

  • How can I filter based on the IPTC core information?

    How can I filter based on the IPTC core information? (CS6)

    "Substitution Variables" can do what you are asking for.

  • Display of Time Stamps based on the TimeZones

    Hi experts,
    I am new to Internationalization topic and wants to
    display Time Stamps based on the TimeZones.
    For example, If I choose Asia/Calcutta as my TimeZone
    it is displaying "Mon Aug 28 11:02:47 GMT+5:30 2001" as the TimeStamp.(I am in this TimeZone,which is default to me.)
    Similarly If I select any other TimeZone, it should display the TimeStamp in the same format but the values in the Time Stamp should reflect the selected TimeZone.
    I will be thankful to you if u could help me to get the solution.
    Srinivas.

    Hi Srinivas,
    It comes down to some tinkering in the java.util.* package.
    First off, you'll need to familiarise yourself with the Calendar class. This basically replaces the old Date class from old versions of the JDK, and allows you to hold certain dates and times. You can get one by calling Calendar.getInstance();
    You can then set a TimeZone on this Calendar by calling myCalendar.setTimeZone().
    To create a basic TimeZone, have a look at the SimpleTimeZone class - it'll allow you to set the hours ahead or behind GMT, as well as a start date for this time zone, and even gives the ability to add daylight savings time.
    From there, the time zone you add to the Calendar should produce the correct dates for you. Changing the time zone within a Calendar that already holds a date and time should alter that date and time accordingly.
    If you want to get really clever, have a look at the Locale class - it allows you to specify a default language and country. You can then apply this to your Calendar by calling Calendar.getInstance(Locale myLocale) instead of the version above. If you have the international JDK (i.e. the one with i18n.jar onboard), Calendar should be clever enough to format the dates nicely for you if you use a fairly well-known Locale (such as American English and so on).
    A Locale will also let you format dates in a location-specific way if you want to output them to the screen later on down the track. A quick look at SimpleDateFormat and some of the other DateFormat classes should tell you what you need to know.
    If you can't quite get your head around any of the above, feel free to reply again!
    Martin Hughes

  • OBIEE Report - filter based on the result from another analysis

    Hi,
    I am using OBIEE 11g,
    I am trying to use a filter which is based on the result from another analysis. I have an analysis A which is as table 1, and I want to filter the respective columns of analysis B (Table B) based on analysis A to remove the duplicates for march 01, 02, and 07 , but it is not working properly. I took a max of start and end time when I created analysis A. Please let me know if I did anything wrong. thanks.
    Table 1
    Employee Number
    Date
    IN
    Out
    Start Time
    End Time
    xxxxxxx
    2015-02-26
    9:00
    13:00
    00:00:00
    00:00:00
    2015-02-27
    12:00
    18:00
    00:00:00
    00:00:00
    2015-02-28
    8:00
    14:00
    00:00:00
    00:00:00
    2015-03-01
    14:00
    20:00
    14:00:00
    20:00:00
    2015-03-02
    16:00
    20:00
    16:00:00
    20:00:00
    2015-03-07
    14:06
    20:02
    14:00:00
    20:00:00
    2015-03-11
    16:00
    20:00
    16:00:00
    20:00:00
    2015-03-14
    8:00
    14:00
    00:00:00
    00:00:00
    2015-03-25
    14:00
    20:00
    16:00:00
    20:00:00
    Table 2
    Employee Number
    Date
    IN
    Out
    Start Time
    End Time
    Hours
    xxxxxxx
    2015-02-26
    9:00
    13:00
    00:00:00
    00:00:00
    -3
    2015-02-27
    12:00
    18:00
    00:00:00
    00:00:00
    6
    2015-02-28
    8:00
    14:00
    00:00:00
    00:00:00
    6
    2015-03-01
    14:00
    20:00
    00:00:00
    00:00:00
    6
    14:00:00
    20:00:00
    6
    2015-03-02
    16:00
    20:00
    00:00:00
    00:00:00
    4
    16:00:00
    20:00:00
    4
    2015-03-07
    14:06
    20:02
    00:00:00
    00:00:00
    6
    14:00:00
    20:00:00
    6
    2015-03-11
    16:00
    20:00
    16:00:00
    20:00:00
    4
    2015-03-14
    8:00
    14:00
    00:00:00
    00:00:00
    6
    2015-03-25
    14:00
    20:00
    16:00:00
    20:00:00
    4

    Why avg here?
    What columns you want to show in the report?
    for a employee for given date if he have 2 rows then you may sum up hours right?
    Employee Number
    Date
    IN
    Out
    Start Time
    End Time
    Hours

  • Needs Query to get the cycle time automatically based on the value provided in the UDF on OWOR  table

    Dear all,
    Need a query to get the Cycle time in hr based on the value provide in the udf on OWOR table.
    Details of UDF:-
    1.Start date =10/07/14  (Field Name U_EA_REST)   
    2.Start time =10:00        (Field Name U_EA_REASTARTTIME)
    3.End date =11/07/14    (Field Name U_EA_REET)
    4.End Time=14:00          (Field Name U_EA_REAENDTIME
    Cycle Time=_______      (Field Name U_EA_REACYCLETIME)
    Regards,
    BanugopanRajendran

    Dear all,
    Need a query to get the Cycle time in hr based on the value provide in the udf on OWOR table.
    Details of UDF:-
    1.Start date =10/07/14  (Field Name U_EA_REST)   -  Date Type
    2.Start time =10:00        (Field Name U_EA_REASTARTTIME) - Hour Type
    3.End date =11/07/14    (Field Name U_EA_REET) - Date Type
    4.End Time=14:00          (Field Name U_EA_REAENDTIME - Hour Type
    Cycle Time=_______      (Field Name U_EA_REACYCLETIME) - Hour Type
    Regards,
    BanugopanRajendran

  • Login time changes based on the rpd and webcat

    Hi,
    I have setup a new environment where I have installed Weblogic as the application server and on top of it, I have installed the OBIEE. I have done the necessary configuration changes also.
    To test my changes, I have pointed my nqsconfig.ini file to default 'samplesales' rpd and same in instanceconfig. Now when the Administrator logs in, he can login and see the dashboard screen without much delay.
    Now when I changed both nqsconfig.ini and instanceconfig to point to my organization rpd and webcat, it takes about 5 mins for the Administrator to login and see the dashboard screen. Same is the case for any other user also.
    The user can finally see the dashboard screen but it is taking long time.
    Could anyone please let me know what might be the reason?
    Thanks,
    Hari

    Hi Srinivas,
    It comes down to some tinkering in the java.util.* package.
    First off, you'll need to familiarise yourself with the Calendar class. This basically replaces the old Date class from old versions of the JDK, and allows you to hold certain dates and times. You can get one by calling Calendar.getInstance();
    You can then set a TimeZone on this Calendar by calling myCalendar.setTimeZone().
    To create a basic TimeZone, have a look at the SimpleTimeZone class - it'll allow you to set the hours ahead or behind GMT, as well as a start date for this time zone, and even gives the ability to add daylight savings time.
    From there, the time zone you add to the Calendar should produce the correct dates for you. Changing the time zone within a Calendar that already holds a date and time should alter that date and time accordingly.
    If you want to get really clever, have a look at the Locale class - it allows you to specify a default language and country. You can then apply this to your Calendar by calling Calendar.getInstance(Locale myLocale) instead of the version above. If you have the international JDK (i.e. the one with i18n.jar onboard), Calendar should be clever enough to format the dates nicely for you if you use a fairly well-known Locale (such as American English and so on).
    A Locale will also let you format dates in a location-specific way if you want to output them to the screen later on down the track. A quick look at SimpleDateFormat and some of the other DateFormat classes should tell you what you need to know.
    If you can't quite get your head around any of the above, feel free to reply again!
    Martin Hughes

  • Count SLA misses and restart time when it hits the threshold

    I have 3 fields that need to be evaluated in this formula.
    1. file name
    2. SLA
    3. Time
    So if a file fails the SLA 2 times then the time needs to reset to 15 months else I need a counter that counts down the days from the last SLA miss starting with 15 months.
    SLA is a formula that says if time is >15:01 then "Miss" else "Pass"
    Can anyone help me?

    I have a date field and for each date we have a file name field that matches up to it.  Then I have a formula:
    If {Files.Processing End Time}> CDateTime (1899, 12, 30, 15, 01, 00)
    then
    "Miss"
    else
    "Pass"
    So I have the report group by Files.File Name and the I display
    Files.File Date  and the above formula.
    If any one of the files has 2 "miss" in one month I need to restart the day count down (which I dont have yet).
    So I need a column that displays the days left until the sla restarts.  It restarts everytime one of the files hasd 2 misses in one moth otherwise it continues to count down to the 15 month mark.  Any better?

  • "How do you build a filter based on the conditions of two columns?"

    Hi all,
    line desc     Period     Amount1     Amount2
    jan feb 0 10
    jan mar 0 20
    jan jan 0 30
    jan apr 0 40
    I have a report like this with four columns
    Line Descr is from one table and period from other table and amounts 1 and amounts 2 are respective amounts.
    now i need to see the only one column in the Result i,e. jan jan 0 30
    I need to write a sql in the column formula so that i need to get this Result
    Any suggestions like what sql do i need to write
    thanks
    Xavier.
    Edited by: Xavier on Jul 1, 2011 12:03 PM
    Edited by: Xavier on Jul 1, 2011 12:04 PM
    Edited by: Xavier on Jul 1, 2011 12:05 PM
    Edited by: Xavier on Jul 1, 2011 12:05 PM
    Edited by: Xavier on Jul 1, 2011 12:06 PM
    Edited by: Xavier on Jul 1, 2011 12:07 PM
    Edited by: Xavier on Jul 2, 2011 11:37 AM

    David,
    Thank you very much for your Reply.I was looking,who could understand my situation and guess "YOU DID'
    I'll tell my situation David.
    We used to have a sql filter for this Report .In 11.1.1.3 version it used to work ,but in 11.1.1.5 we have a bug .if you have a sql filter in the Report it is not allowing us to use navigation links on that report it is saying some "Assertion Error".
    We are using this Report on Dashboard .If we use the report on Dashboard and if that Report contains the Sql Filter than it's throwing the "ASSERTION ERROR".
    but if i open the same Report from the catalog then the navigation links works fine
    Can you help me out with this one .
    Thanks
    Xavier

  • Filter based on the count of value

    Hi All,
    I have the table below and want to show the prop_code if the rent_review_date count is less than 1 in 12 months. This means to show only propcode if there has not been any rent update since the first rent_review_date. For few prop_code the rent was
    updated twice on the same day and we need to take the max for that date using time.
    DECLARE @table TABLE
    ( Prop_Code INT
    ,Current_Rent INT
    ,Revised_Rent INT
    ,Rent_Review_Date varchar(10)
    ,Rent_Review_Time DATEtime)
    INSERT INTO @table (PROP_CODE,Current_Rent,Revised_Rent,Rent_Review_Date,Rent_Review_Time) VALUES
    (2977,372,339.15,'2013-07-08','7:44')
    ,(2977,372,339.15,'2013-07-03','11:01')
    ,(2977,372,372,'2014-06-30','9:07')
    ,(2977,372,372,'2014-07-07','11:06')
    ,(2981,372,372,'2014-07-07','11:06')
    ,(2981,372,340.15,'2013-07-08','7:23')
    ,(2981,372,314.15,'2013-07-08','7:44')
    ,(2981,372,340.15,'2013-07-29','7:16')
    ,(3089,205.63,400,'2014-10-27','8:38')
    ,(3089,205.63,205.63,'2014-02-03','8:29')
    ,(3089,205.63,127.64,'2014-01-20','0:52')
    ,(3089,205.63,123.02,'2013-08-12','8:28')
    ,(3089,205.63,205.63,'2014-12-15','8:46')
    ,(3109,252.62,198,'2014-01-20','0:52')
    ,(3109,252.62,252.62,'2014-04-07','8:30')
    ,(3109,252.62,198,'2013-08-12','8:28')
    ,(3117,284.96,336,'2014-04-21','1:03')
    ,(3125,267.53,267.53,'2014-02-03','8:29')
    Select * from @table
    Thanks
    Jag

    >> I have the table below and want to show the property_id if the rent_review_date count is less than 1 in 12 months. This means to show only property_id if there has not been any rent update since the first rent_review_date. For few property_id
    the rent was updated twice on the same day and we need to take the max for that date using time. <<
    Thank you for trying to post DDL. But it is wrong. Why do you think that “table” is a valid table name? Please do not use DECLARE..TABLE. You have no key or constraints. You have no way to have a key! You split a time stamp! You cast a date as a string! You
    have a money amount as an INTEGER! And then posted decimal to it! 
    You put a comma at the start of each line of SQL. We do not do that, but old punch card programmer do (I was one!). I bet you do not even know why! What you call a property_code looks like a property_id. Why was it a string? What math do you do on it? None! 
    CREATE TABLE Rentals
    (prop_id CHAR(4) NOT NULL,
     current_rent DECIMAL(8,2) NOT NULL,
     revised_rent DECIMAL(8,2) NOT NULL,
     rent_review_timestamp DATETIME2(0) NOT NULL,
     PRIMARY KEY (propery_id, rent_review_timestamp))
    INSERT INTO Rentals
    VALUES
    ('2977' 372.00, 339.15, '2013-07-08 07:44:00'),
     ('2977' 372.00, 339.15, '2013-07-03 11:01:00'),
     ('2977' 372.00, 372.00, '2014-06-30 09:07:00'),
     ('2977' 372.00, 372.00, '2014-07-07 11:06:00'),
     ('2981', 372.00, 372.00, '2014-07-07 11:06:00'),
     ('2981', 372.00, 340.15, '2013-07-08 07:23:00'),
     ('2981', 372.00, 314.15, '2013-07-08 07:44:00'),
     ('2981', 372.00, 340.15, '2013-07-29 07:16:00'),
     ('3089', 205.63, 400.00, '2014-10-27 08:38:00'),
     ('3089', 205.63, 205.63, '2014-02-03 08:29:00'),
     ('3089', 205.63, 127.64, '2014-01-20 00:52:00'),
     ('3089', 205.63, 123.02, '2013-08-12 08:28:00'),
     ('3089', 205.63, 205.63, '2014-12-15 08:46:00'),
     ('3109', 252.62, 198.00, '2014-01-20 00:52:00'),
     ('3109', 252.62, 252.62, '2014-04-07 08:30:00'),
     ('3109', 252.62, 198.00, '2013-08-12 08:28:00'),
     ('3117', 284.96, 336.00, '2014-04-21 01:03:00'),
     ('3125', 267.53, 267.53, '2014-02-03 08:29:00');
    My SQL Server crashed, so this is untested. I am guessing at the specs, too. 
    WITH Last_Rent_Change (property_id,  last_rent_change)
    AS
    (SELECT property_id, MAX (rent_review_timestamp) 
        FROM Rentals
    WHERE rent_review_timestamp BETWEEN CAST (CURRENT_TIMESTAMP AS DATE)
                     AND DATEADD( YEAR, -1, CAST (CURRENT_TIMESTAMP AS DATE))
    GROUP BY propery_id
    HAVING COUNT(*) > 1) 
    SELECT R.*
      FROM Last_Rent_Change AS L, Rentals AS R
    WHERE R.property_id = L.property_id ;
    Most of the work in SQL is in the DDL. Once it is right, the DML is usually easy. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • In an Analyzer report how can I filter based on the last member of a dimension?

    Using Analyzer 6.2.1What I'm trying to do is to create a report that shows always the last month available on the cube.I'd rather like to avoid having to add UDA or Alias or whatever in my outline.Is there a way to retrieve the last member of a dimension directly in Analyzer?

    "Substitution Variables" can do what you are asking for.

  • Filter the report based on the parent report column values

    Hi,
    period --- jan12 feb12 mar12...
    tickets --- _3_ _10_ _16_ .....
    This is my report layout.When i click on the no.of total tickets 3/10/16.It need to navigate to another report which should be filtered based on the reporting period as well as total tickets.
    How can i achieve this requirement.Is there any possibility to pass the column values from one report to another report?
    I tried "filter based on the another request" but it not worked for me.
    The summary of the requirement is when i click on 3 it need to display the 3 tickets details only...
    Anyone please help me out.
    thanks,
    prassu

    If your query means that for Jan 12 there are 3 tickets and for Feb 12 there are 10 tickets in the database, then you should only need to make the Period Column Is Prompted in the detail report. If the action link is not working this way then something else is wrong. Is the detail made from the same subject area?

  • Fix on months in time dim based on txt measure value

    Hi All,
    We have two text measures startmonth and endmonth, how can we fix to the time dimension based on the values of these text measures? e.g. fix (Mar:Dec)
    Thanks,
    James

    Hi James
    I am sorry, sounds like you may need to go on some Essbase training. As I said you CANNOT FIX on data that is input.
    You need to FIX on ALL period members by using something like @RELATIVE(YearTotal,0), then in your rule write the IF statement so that data is only calculated when the period you are in (The FIX on ALL periods will cycle through all periods) is between the values input by the user (i.e the Start Month and End month values).
    An example below is for say a depreciation calculation.
    ******** "SYS_MONTH" is a member that places VALUES against each period member so that you can compare and match against values that are input i.e like VLOOKUP in Excel, so Jan = 1, Feb=2 ...*************************
    FIX(FY13, @RELATIVE("Product",0),@RELATIVE("YearTotal",0)) I don't know you other dimensions that you are trying to calculate against so you will need to add them
    "Depreciation"(
                          IF("Start_Month"->"Input_period"->"Input_Year"->"Input_product" <= "SYS_MONTH" AND "End_Month"->"Input_period"->"Input_Year"->"Input_product" >= "SYS_MONTH")
                    "Depreciation" = xxxxxxxxxx Code to calculate deprecation ;
                        ELSE
                    "Depreciation" = #missing;
                        ENDIF)
    ENDFIX
    Imaging you are in a spread sheet with Jan, Feb, Mar across the top and in the far left column you have the start and end month inputs. The calculation will go from left to right and IF the period its calculating i.e the SYS_MONTH member is between the start month and the end month (the 4 and the 11 below) then depreciation will be calculated, if not then #missing, or you can choose not to calculate.
    Input_Period
    Jan
    Feb
    Mar
    Apr
    May
    Jun
    Jul
    Aug
    Sep
    Oct
    Nov
    Dec
    SYS_MONTH
    #missing
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    Start_Month
    4
    End_Month
    11
    Depreciation
    #missing
    #missing
    #missing
    #missing
    x
    x
    x
    x
    x
    x
    x
    x
    #missing

  • Using javascript to populate one menu based on the choice in another menu

    I have several menus which are dynamically populated (with PHP and MYSQL). The information is category based. How do I dynamically populate the second menu based on the choice the user makes in the first menu (without having to submit and refresh the page-- i.e. I need to use javascript instead of the server-side PHP).
    Example:
    Main Categories: 1) Numbers     2) Letters
    Sub Categories:        1                      a
                                   2                      b 
                                   3                      c
                                  etc.                  etc.
    the first menu contains the two main categories. I want the second list to be populated with only the sub categories of the main category the user chooses in the first menu (i.e. 1,2,3 etc. if he chose the main category 'Numbers' and a,b,c, etc. if he chose the main category 'Letters')
    Is there an easy way to do this in Dreamweaver?
    Thanks,
    YWSW

    How many items do you have in each dropdown? If it's a small number, you can download all of the options for the second dropdown and use client side javascript to filter based on the choice of the first dropdown. If the number is large, you'll need to use AJAX to dynamically pull the related items from the database.
    Search the web for "dependent dropdown" or "cascading dropdown" for some technical details.

  • Synchronis​e time in array with the real time from computer

    i need help in syrnchonising my array and the real time running in my computer
    As stated in the text file attached,
    12:32:30 AM 0.38 1.14
    2nd column is wind speed, 3rd is gust speed.
    i would like to display the wind speed in a gauge with the right values. like for example, at 12:32:30 AM OF REAL TIME, NOT BASED ON THE TEXT, i would like to display the 0.38m's of wind speed in the gauge.
    how do i sync the time in array with the real-time?
    i have attached a program i made so far. its abit messy. im still a student, need a lil help
    Attachments:
    Wind Speed and Gust Speed.txt ‏13 KB
    Time and MaxMin.vi ‏18 KB

    wali123 wrote:
    wat u mean duplicate?
    Don't continually post the same question over and over. If you have new information, add it to the original thread. Did you actually click the link under the word "duplicate"?
    Chopping up a discussion about the same thing into several threads (like here is this thread, but also here and here) serves no useful purpose. It will not increase the chance of a good answer, in fact most people will simply ignore it.
    Imagine if everybody else would post like you! Every discussion would be if three different places and we would have three times more threads.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Crystal Report for SAP B1 8.8

    Hi All ! I can not finish for designing template layout for Sales Quotation by Crystal Report 2008 for SAP 8 8 I have already done for template of sale quotation but when i print preview in SAP for this one, system did not understood and it get all d

  • Preview app will only open 20 images

    Hi. For me, the Preview app will only open 20 separate images at once. When I open the 21st image, it opens in the 'drawer' of the 20th image, as do subsequent images I open. This is not the behaviour I want. I want to be able to open any number of i

  • Discoverer Viewer

    Navigating to a JSP page shows following error : The requested URL /discoverer/viewer was not found on this server. Need your suggestions to diagnose whats wrong. Regards

  • Is it possible to recover an original pdf document from a modified version??

    I received a court document in pdf thats internal content was modified, is it in anyway possible to recover the original from the modified version?

  • Simple Interactive PDF not working

    Once again I'm stumped. I'm attampting to create a simple slide show which animates from one image to the next with just a previous and next button. The project seems to work fine when using the preview mode within InDesign CS6 (8.0.1), but when I ex