Combine Values by Hour

I am doing something and I believe I am doing it quite wrong. When I plug the data into a light switch app in Visual Studio, I get a JSON error. I am getting my data every 15 minutes. I need to present this data by the hour. Here is my design at the
moment. It works fine until you try to use it in the Light switch app.  I keep thinking there has to be a more efficient way to do this then how I am doing it.
Here, I am taking the data from the export, converting the time, and pulling the Channel data I need, then sum hourly usage.
SELECT TOP (100) PERCENT p_mtrid AS MeterID, p_mtrchn AS Channel, DATEPART(Month, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2)
+ ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)) AS Month, DATEPART(day, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2)
+ ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)) AS Day, DATEPART(year, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2)
+ ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)) AS Year, DATEPART(hour, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2)
+ ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)) AS Hour, CONVERT(decimal(10, 4), SUM(p_usage)) AS HourlyUsage
FROM dbo.utsProfile
GROUP BY p_mtrid, p_mtrchn, DATEPART(Month, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2) + ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)),
DATEPART(day, CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2) + ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)), DATEPART(year,
CAST(SUBSTRING(p_dtm, 1, 8) + ' ' + SUBSTRING(p_dtm, 9, 2) + ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime)), DATEPART(hour, CAST(SUBSTRING(p_dtm, 1, 8)
+ ' ' + SUBSTRING(p_dtm, 9, 2) + ':' + SUBSTRING(p_dtm, 11, 2) AS SmallDateTime))
HAVING (p_mtrchn = 1)
ORDER BY MeterID, Month, Day, Year, Hour
Then I convert it back to SmallDateTime and put all 3 channels together.
SELECT TOP (100) PERCENT dbo.HourlyKWH.MeterID, CONVERT(SmallDateTime, CAST(dbo.HourlyKWH.Month AS VARCHAR(2))
+ '-' + CAST(dbo.HourlyKWH.Day AS VARCHAR(2)) + '-' + CAST(dbo.HourlyKWH.Year AS VARCHAR(4)) + ' ' + CAST(dbo.HourlyKWH.Hour AS VARCHAR(2)) + ':00')
AS DateTime, CONVERT(decimal(10, 4), dbo.HourlyKWH.HourlyUsage) AS KWH, CONVERT(decimal(10, 4), dbo.HourlyKVAH.HourlyUsage) AS KVAH,
CONVERT(decimal(10, 4), dbo.HourlyKVARH.HourlyUsage) AS KVARH
FROM dbo.HourlyKWH INNER JOIN
dbo.HourlyKVAH ON dbo.HourlyKWH.MeterID = dbo.HourlyKVAH.MeterID AND dbo.HourlyKWH.Month = dbo.HourlyKVAH.Month AND
dbo.HourlyKWH.Day = dbo.HourlyKVAH.Day AND dbo.HourlyKWH.Year = dbo.HourlyKVAH.Year AND dbo.HourlyKWH.Hour = dbo.HourlyKVAH.Hour INNER JOIN
dbo.HourlyKVARH ON dbo.HourlyKWH.MeterID = dbo.HourlyKVARH.MeterID AND dbo.HourlyKWH.Month = dbo.HourlyKVARH.Month AND
dbo.HourlyKWH.Day = dbo.HourlyKVARH.Day AND dbo.HourlyKWH.Year = dbo.HourlyKVARH.Year AND dbo.HourlyKWH.Hour = dbo.HourlyKVARH.Hour
ORDER BY dbo.HourlyKWH.MeterID, DateTime
This is presenting the data the way I need it to look but, I cannot use it in lightswith. JSON error. Is there a better way to SUM usage by using DATEPART? 
Thank you very much in advance. I might need to read over this and reword it.

Hi,
There is nice forum on Visual Studio LightSwitch - General Questions :
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=lightswitch
Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

Similar Messages

  • Need help combining values in a drop down

    I have a prompt which uses sql results to populate the values in a drop down...
    sql results, select "table".column from "db" where "table".column in ('value1','value2','value3','value4',value5',etc)
    Is it possible to have one of the values in the drop down be a combination of other values in the drop down? I would want to have something like value1, value2, value3, value2 and value3 combined. I would also like to choose a name for the combined values, which will show up in the drop down.
    thanks,
    Brian

    you can try multiselect in the drop down

  • What is Characteristics combination & Combination value key? in TC:"MC(B"

    Hi
    What is Characteristics combination & Combination value key? in TC:"MC(B"
    How to create this data?
    Regards
    Nitin

    Hi
    Transaction code is : MC9B correct?
    Could you please explain it little bit elaborately.
    Thanks

  • How do I combine duration with hourly rate?

    I've just started using Numbers, and am having trouble recreating my Excel billing sheet. I'm trying to create a spreadsheet which will track the time spent on a task, and then calculate the billable cost for that task based on my hourly rate. So far I've been able to calculate the number of hours/minutes, but can't seem to come up the correct combination of functions to calculate the cost of each task. For example:
    Time in: 3:00 PM
    Time out: 4:30 PM
    Hours: 1h 30m
    If my rate is $30 and hour, how would I calculate that for the fourth column? Also, what would be the best format for the hours so that it can calculate properly?
    Any ideas would be appreciated. Thanks!

    Sure. Take your duration (1h 30m in this case) and use the DUR2HOURS function to turn it into a number.
    D2=1h 30m
    E2= $30
    F2= DUR2HOURS(D2)*E2

  • Using combination values?

    Hi,
    i have in a tb1 of value1 column data is like 1, 2, 4, 6, 8 etc... all these are different 4 different records in tb1 table. and i have in tb2 table ac column value can be tb1 to tb2 one to many relationship. tb1 of value1 will match with tb2 of ac column data.
    i want to update tb2 of ac column of 1 record with a combination tb1 of value1 column for example value1 2, 4, 6 these totals will be 2+4+6 =12.
    my update statement will look like this
    update tb2 set
    ac = 12 --which a combination of vlaue1 column data of 3 different records.
    where rownum =1;
    should update with 12.
    how do a write this query....
    THanks for help..

    It would help a lot if you posted a simplified example in the form of CREATE TABLE + INSERT INTO statements we can run on our databases, and the results you want from that data.
    Also always mention your database version (the result of: select * from v$version; )
    Use the {noformat}{noformat} tag to post formatted examples, see the FAQ: http://forums.oracle.com/forums/help.jspa
    ( {noformat}.. - Displays everything between the tags as programming code{noformat} )
    Edited by: hoek on Nov 4, 2010 2:29 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Combine values from two records in one query

    Hello.
    Is it possible to combine two record - only one column value?
    With one query we get these results:
    A____B____C____D____E_______F_______G______H
    +++++++++++++++++++++++++++++++++++++++++
    28___84___P___16____________1____02.06.09___1
    28___84___p___8_____________1____02.06.09___1
    28___84___S___16____________1____02.06.09___1
    28___84___T___12____________1____02.06.09___1
    28___84___1___137___________1____02.06.09___1
    28___84___5___18___66,42____1____02.06.09____1
    28___84___6___14____________1____02.06.09___1
    28___84___8___17___214,2____1____02.06.09___1
    If there is a record with column C value 'p', then column value 'D' should be added to record with C value 'P' and 'S': result should be like this:
    No 'p' record and values (D column) for 'P' and 'S' should be a summed by 8 from record 'p'.
    A____B____C____D____E_______F_______G______H
    +++++++++++++++++++++++++++++++++++++++++
    28___84___P___24____________1____02.06.09___1
    28___84___S___24____________1____02.06.09___1
    28___84___T___12____________1____02.06.09___1
    28___84___1___137___________1____02.06.09___1
    28___84___5___18___66,42____1____02.06.09____1
    28___84___6___14____________1____02.06.09___1
    28___84___8___17___214,2____1____02.06.09___1
    And this should be restricted to column A value.
    Any idea?
    Thanks.
    Edited by: DejanH on Jun 2, 2009 11:39 AM

    OK, that's a messy requirement, here's one for 'p' but no 'P' (and 't' but no 'T'), and you can expand that for others yourself.
    WITH test_data AS (
    SELECT 28 A, 84 B, 'p' C, 8 D, NULL E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, 'S' C, 16 D, NULL E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, 'T' C, 12 D, NULL E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, '1' C, 137 D, NULL E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, '5' C, 18 D, 66.42 E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, '6' C, 14 D, NULL E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL UNION ALL
    SELECT 28 A, 84 B, '8' C, 17 D, 214.2 E, 1 F, TO_DATE('02.06.09','DD.MM.YY') G, 1 H FROM DUAL)
    -- end test data
    SELECT td1.A, td1.B, td1.C,
         CASE WHEN td1.C IN ('P', 'S') THEN NVL(td1.D,0) + NVL(td2.D, 0) ELSE td1.D END D,
         TO_CHAR(td1.E * 100, 'fm99990,09') E, td1.F, td1.G, td1.H
       FROM test_data td1
       LEFT JOIN (
      SELECT A, SUM(D) D
         FROM test_data
        WHERE C= 'p'
        GROUP BY A) td2
        ON (td1.A = td2.A)
    WHERE C != 'p'
    GROUP BY td1.A, td1.B, td1.C, CASE WHEN td1.C IN ('P', 'S') THEN NVL(td1.D,0) + NVL(td2.D, 0) ELSE td1.D END, TO_CHAR(td1.E * 100, 'fm99990,09'), td1.F, td1.G, td1.H
    UNION
    SELECT td1.A, td1.B, UPPER(td1.C) C,
         SUM(td1.D) D,
         TO_CHAR(td1.E * 100, 'fm99990,09') E, td1.F, td1.G, td1.H
       FROM test_data td1
      WHERE td1.C in ('p', 't')
    GROUP BY td1.A, td1.B, UPPER(td1.C),TO_CHAR(td1.E * 100, 'fm99990,09'), td1.F, td1.G, td1.H
    ORDER BY 1
             A          B C          D E                  F G                  H
            28         84 1        137                    1 02-JUN-09          1
            28         84 5         18 66,42              1 02-JUN-09          1
            28         84 6         14                    1 02-JUN-09          1
            28         84 8         17 214,20             1 02-JUN-09          1
            28         84 P          8                    1 02-JUN-09          1
            28         84 S         24                    1 02-JUN-09          1
            28         84 T         12                    1 02-JUN-09          1
    7 rows selected.

  • Possible to combine Value and Hierarchy Authorizations?

    Hello Experts!
    Could anyone please tell me something about the interaction between value and hierarchy authorizations for the same info object?
    I created an authorization for an info object which makes use of both in some queries. But if you activate a hierarchy in query designer, the value authorizations seem not to work anymore. Instead the hierarchy authorizations restrict the analysis result. I get datasets in the result without having the corresponding value authorizations.
    Is there a way to ONLY use value authorizations which also work if you activate a hierarchy on an info object???
    Thanks in advance.....
    Bye,
    Joerg

    No you can't. GRE is only designed to carry routing protocols and multicast traffic over VPNs.
    It is also bad design practise to design a network that carry's L2 vlan's over a WAN or internet link.
    You have to ask yourself why you would want to carry VLANs over VPNs?
    Hope this helps.

  • Convert seconds value to hours & min

    Hi all,
    I am getting the seconds value at input & I want to convert it to HH:MMS format..How can I proceed?
    Please guide me.
    Thank you.
    Vaibhav Gandhi
    B.E. Instrumentation & Control,
    INDIA
    Solved!
    Go to Solution.

    You don't say what this 'input' is but if you want to display it on the front panel, all you have to do is this:
    Attachments:
    Time Display.png ‏9 KB

  • Lowest value from 2 date fields combined

    Morning!
    Need a way to combine two separate date fields to determine the lowest combined value. The idea being finding an empno's overall seniority by looking at seniority date and birthdate, birthdate settles the tie in the event two empno's have the same seniority date.
    Can't find a way to do this using two date fields, only a single date field.
    I also need a way to continue finding the next empno in seniority after that, and so on. Need to increment some value or get the nextval somehow to find the next highest in seniority until the entire table has been reviewed.
    Thanks folks.

    Hey Thanks!!
    Table= Requests
    Fields: Empno, LastNme, FirstNme, Seniority_DT, Birth_DT,ReqDate,ReqTime,ChoiceNum
    Field values: vchar, vchar, vchar, date,date,date,date-time,vchar
    Examples in above order: 36525,smith,bob,08-jun-80,23-sep-60,15-mar-10,14:00,1
    The idea is that we assign (1) single day per month per employee of overtime based on seniority, and in case of a tie the birthdate settles seniority. Employees make more than one request per month so their empno appears in the table multiple times. Also a single empno can ask for one of two start times per requested day. At most, a single employee can make requests for any one of (12) days per month, on days Sun-Thu they can ask for one of (2) start times and on Fri-Sat they can ask for one of 3 start times. The "choice" field lets them indicate start time in order of preference.
    On each day on each start time, (2) different people work together, so for days 1-5 there are (2) shifts of (2) people each, total of (4) people assigned per day 1-5 and (6) people assigned on days 6-7.
    The needed output is that for Sunday-Thursday (2) people start at 14:00 and another (2) start at 18:00.
    On Friday-Saturday (2) people start at 14:00, (2) people start at 18:00 and (2) people start at 20:00.
    The idea for the report would be:
    Saturday, 13 March 2010
    1400 Bob Smith, Seniority Date
    1400 Ted Jones, Seniority Date
    1800 Tom Williams, Seniority Date
    1800 Karen Hu, Seniority Date
    2000 Mike Smith, Seniority Date
    2000 Jim Thomas, Seniority Date
    Sunday, 14 March 2010
    1400 Ed Davis, Seniority Date
    1400 Ron Thomas, Seniority Date
    1800 Tiger Woods, Seniority Date
    1800 Joe Davis, Seniority Date
    Each person may only work one day per month. In the event that there is a hole where no one put a request in, we need to go back over the remaining requests to fill them in. The original idea was to do this by:
    All choice #1 first, then start over looking at choice #2 and so on until all the days in the upcoming month are full.
    That's about the best I can explain it. The only way I can see is to do it by seniority and choice# then go around again if there's a hole. I just can't figure out how to look at both the seniority date and birthdate to ensure seniority nor can I figure the logic necessary to find the person, check if the spot is available and assign him or if not go to his next preference for that day and check if it's available and then continue to the next guy.
    It may have been simpler to explain the need in detail and ask that the structure and code be done from scratch but that's asking way too much so I thought I'd ask how to solve this problem and keep working on it from there.
    Thanks in advance again!
    ps... Haven't started the coding yet.... just need the code to accomplish finding seniority based on two date fields combined, then I'll start coding the entire thing.
    Edited by: user9320509 on Mar 10, 2010 5:33 AM

  • Free Form Template and Combining Chart Values during Runtim

    Hi Guys,
    Need your expertise on this.  We received some unreasonable request for the following:
    1. Free Form Template DURING Runtime
    - moving charts from one place to another by dragging them from one place to another during runtime
    2. Combining of Chart values during Runtime
    -to be able to mash-up 2 different charts during runtime.  For example, dragging a chart to another chart
    would result to a combined-value of chart.  For instance, you have a Sales Chart and a Production Chart,
    if and when Sales Chart is dragged and placed on top of Production Chart then it would mash-up the values
    and will produce only one chart.
    Is this even possible?
    Hope you guys can help.
    Kind Regards and Many Thanks,
    Mark

    Hi Mark
    1. Free form template is not possible with current version of Dashboard Designer.  You may use the option of Dynamic Visibility to simulate this.  But this might not serve your requirement 100 %.
    2. Your requirement of mixing up chart just by dragging and droping on another is coming under Designing part.  For designing we need software, in my point of view.  Xcelsius is a Tool to generate required output in various formats.  Here we need to finalise the output such as chart type/ data to be displayed/ format to be displayed, etc and while viewing we may play with data but not with objects other than dynamic visibility.
    Hope this clarifies.
    With best wishes
    BaaRaa.

  • DI_Inability to enter value in user defined field: Hour

    I am using SAP Business One 2007 A PL15, and I seem to be experiencing the same issue described in these two support notes:
    1086704 [DI_Inability to enter value in user defined field: Hour|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001086704]
    1016731 [DI_Inability to enter value to Hour User Defined Field|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001016731]
    However, they are for SAP 2005 and say that the issue should be fixed.
    Does anyone have any insight into whether these issues have been fixed in a more recent patch of SAP 2007?
    Thank you in advance.
    Mike

    Dear Mike,
    By check the Related Notes,  the issue in SAP Note 1086704 is fixed on SAP Business One 2005 A SP01 Patch 32 and the issue in SAP Note 1016731 is fixed on SAP Business One 2005 A SP01 Patch 29.
    If your issue is same as the Notes then it should be fixed in a more recent patch of SAP 2007.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Hour:Minute presentation in Oracle

    Hi,
    I have to create table with every minute time presentation.
    There will be three fields
    TIME_DESC          Values: 00:00, 00:01,... , 12:32, 12:33,... ,23:58, 23:59 (according to hours and minutes)
    Hour          Values: 00-23 (according to hours)
    Minute          Values: 00-59 (according to Minutes)
    So, single record will look like || 01:05 || 01 || 05 || or || 22:25 || 22 || 25 ||
    How can i implement this table creation in single Oracle query?
    Thanks.
    Edited by: 946618 on Jul 16, 2012 4:42 AM
    Edited by: 946618 on Jul 16, 2012 4:44 AM

    Welcome to the forum!
    Unfortunately you have posted to the SQL Developer forum which, as the forum title says, is not for SQL and PL/SQL questions.
    If the below answers your question then mark it ANSWERED. Otherwise
    1. Please repost the question in the SQL and PL/SQL forum
    PL/SQL
    2. Edit this question to provide the link to the new question
    3. Mark this question ANSWERED to people will follow up in the other forum.
    >
    I need all the possable values of hour:minute from 00:00 till 23:59
    >
    Here is a query that will give you the combinations for a day
    with hrs as (select rownum - 1 h from dual connect by rownum < 25),
         min as (select rownum - 1 m from dual connect by rownum < 61)
    select lpad(h, 2, '0') || ':' || lpad(m,2, '0') TIME_DESC,
           LPAD(h, 2, '0') TIME_HOURS, LPAD(m, 2, '0') TIME_MIN FROM hrs, min
    where rownum < 7
    TIME_DESC,TIME_HOURS,TIME_MIN
    00:00,00,00
    00:01,00,01
    00:02,00,02
    00:03,00,03
    00:04,00,04
    00:05,00,05

  • More trouble with timezones when storing value in TS WITH LTZ

    Using Oracle 9i, JDK 1.4.2.
    I have a script using the Jakarta Jelly framework to initialize my db. When I run the script, I want to set the current time in several "TIMESTAMP WITH LOCAL TIME ZONE" columns.
    Before the time change, the following excerpt from my script was working fine.
    <j:new className="java.util.Date" var="now" />
    <j:new className="java.text.SimpleDateFormat" var="format">
    <j:arg type="java.lang.String" value="dd-MMM-yyyy hh.mm.ss.SS a Z"/>
    </j:new>
    <j:set var="ts"
    value="cast(cast('${format.format(now)}' as timestamp with time zone) as timestamp with local time zone)"/>
    The "Z" in the date/time format produces a 3-letter timezone abbreviation, like "PST" or "PDT".
    Before the time change, I was getting "PST" from this, and the code was working fine. When the time change hit, I discovered that Oracle doesn't grok "PDT" (I found info on the internet about this, but I can't find it right now). I thought for a short time on this, and I changed "Z" to "z", which results in "-0700" instead of "PDT". This appeared to work fine. It didn't fail, at least.
    However, what I discovered today is that Oracle gets confused by it. It recognizes that as a timezone offset, but it only "half" understands this. When I view the value in SQLDeveloper, it shows a time value 7 hours before the current time, instead of the correct current time as it used to.
    I also tried hardcoding a date string, using "US/Pacific", and Oracle groks that, but of course, it doesn't know to use daylight savings time.

    that makes sense because you are setting the sessionAttribute at the wrong time.. see you are passing the paramater from index to shop, so you really need to set the sessionAttribute in the index page so it is always available in the shop page.
    hope that helps...you will always have this problem when refreshing because when you refresh the value from "customer" is not being passed again.....

  • Adding Values of same line item number

    Hi Experts... please help me on my issue below...
    I have this strucutre of my target message.
    Line_item (1..n)
    ...Line_itemno (1..1)
    ...Material_no (1..1)
    ...Qty (1..1)
    The line item no can be as follows...
    10
    20
    30
    31
    40
    50
    My problem is... i need to combine values for 30 and 31, at the same time i need to add the qty of the both... so for the sequence above, my target message should only contain 5 line items, with line item 30 as the combination of line items 30 and 31. Can I achieve this using standard functions?
    Please help.

    Follow this mapping.
    For Line Item parent node use this.
    http://www.flickr.com/photos/28929439@N06/4405415707/sizes/o/
    For Qty element mapping use this
    http://www.flickr.com/photos/28929439@N06/4405415711/sizes/o/
    make both the Line_itemno & qty element in the source to the highest context level.
    Use this UDF to sum-up the quantity of line items. UDF type shoudl be context.
    int sum=0;
    for(int i=0;i<var1.length;i++)
    sum = sum+ Integer.parseInt(var1<i>);
    result.addValue(sum);
    ~SaNv...

  • I currently have one input but need to run two loops. I cannot get the two while loops to run so that they both pick up the same data, they are both picking up alternate samples. How can I get them to both pick up all of the values?

    The system I am trying to create calculates a number of values based on an input. I need to make the calculations and display the values for an entire production run and for each hour. The only way I know to do this is to create two while loops, one looking at all the values that are received and one looking only at the values for hour long periods.
    Any help would be great.
    Thanks
    RossH

    Why do you think that you have to have two loops to accomplish this task? Why not use one loop and accumulate the same data into two data sets based on the two sets of criteria?

Maybe you are looking for

  • My photo albums are no longer alphabetical after ios5 update

    I upgraded my Ipad 2 & ipod touch 4g to ios 5. My photo albums which sync to photoshop elements are no longer alphabetical which now makes it a pain to locate photos. What can I do?

  • Why are images tiny in epub "book"?

    This is my first time Using InDesign. I have imported 19 jpeg files into ID. Each of the jpegs is 1200x600 pixels, at 300 dpi. They are RGB. Each jpeg is meant to represent a page in a fixed layout children's book, which I will want to upload to Barn

  • Batch Jobs Running during upgrade from 46C to ECC 6!

    Hi All We are currently due to run our upgrade in the next two weeks and I have one final concern. The only testing we have not done relates to batch jobs. Our upgrade stratergy is downtime minimised. Does anyone know any best practices or issues tha

  • Error in transport while importing in my BI production.. plz help

    Hi , I have a strange issue when I am trying to import a transport in my BI production with  options as "Overwrite Originals" & "Overwrite Objects in unfinished repairs". In Quality there is no issue present with the transport but where as the same f

  • Having trouble installing Windows 8 drivers

    I know this has been asked a million times but I couldn't find a specific answer to my problem. I previously had Windows 7 on my boot camp partition and then I decided to install Windows 8 a couple months ago. I'm just now getting around to installin