How series can be summarized in different ways within a single worksheet.

Hi,
Can you please advise me how can we achieve the below stuff.
“A given series can be summarized in different ways within a single worksheet table.”
This is mentioned in user guide page 14-8(Begining).

can you give me some material or document on that so that i can read actuaaly i need to make doc on it..

Similar Messages

  • How to run the Invoices in different groups within the batch in AP

    Need to know that how to run the Invoices in different groups within the batch. This will be of very helpful when we deal with lot of lines under one batch. (e.g) like somewhere we issued a Corporate Card to all the employees Via Bank Of America. Every Month they will send the complete details of all the employees who ever swiped the corporate provided BOA. Accordding to Natco all those lines should be loaded as One Invoice so that a Single Payment can be provided to BOA and it will also makes their life easier. This standard program sometimes it works normal sometimes it will run like a TORTOISE. So thats why in the manual they suggested to use GROUP ID to split the Invoice Load.
    So plz tell me how we can run it
    plz give me the solution
    thanks

    can you give me some material or document on that so that i can read actuaaly i need to make doc on it..

  • How to make an checkbox editable and uneditable within a single alv output.

    Hi,
    How to make an checkbox editable and uneditable within a single alv output depending on condition.
    I have used Reuse_alv_grid_display.
    In my output every checkbox is editable. i have used edit = 'X'.
    I want editable checkbox for correct value and uneditable checkbox for incorrect value in a single alv

    >
    Mukilansap wrote:
    > I want editable checkbox for correct value and uneditable checkbox for incorrect value in a single alv
    Use alv styles to achieve this, set the style for each record before displaying the ALV. Structure LVC_S_STYL.
    Take a look at the example BCALV_EDIT_02, it is OOPS based, but check how the style table is filled.
    regards,
    Advait

  • How can I go to different positions within the video

    Hi,
      I need to be able to play a video at different positions within the video.  Can someone tell me how I can do this?

    in case you using a netstream object you can call:
    ns.play(startinms);

  • How to display data from 2 different groups in a single table

    Hi,
    Following is the requirement:
    The XML Content is below
    ListOf_ssAssetMgmtAsset>
    -<ssAssetMgmtAsset>
    <ssAccountName>1-1D09-83031</ssAccountName>
    <ssAccountPrimaryCountry>USA</ssAccountPrimaryCountry>
    <ssAssetNumber>13111027</ssAssetNumber>
    <ssNaiAssetNumber>123</ssNaiAssetNumber>
    <ssNaiGrantNumber>ABC</ssNaiGrantNumber>
    <ssNaiProductType>System Security Software</ssNaiProductType>
    <ssNaiSuperceded>123</ssNaiSuperceded>
    <ssProductDescription>Upgrade extract local DB</ssProductDescription>
    <ssProductName>1-1M5H-296</ssProductName>
    <ssStatus>ABC</ssStatus>
    <ssId>1X-ZY</ssId>
    <ssCreated>01/01/1980</ssCreated>
    <ssUpdated>01/01/1980</ssUpdated>
    <ssCreatedBy>1X-ZY</ssCreatedBy>
    <ssUpdatedBy>1X-ZY</ssUpdatedBy>
    -<ListOf_ssAgreementEntitlement>
    -<ssAgreementEntitlement>
    <ssEntitlementEndDate>16/12/2009</ssEntitlementEndDate>
    <ssEntitlementStartDate>16/11/2009</ssEntitlementStartDate>
    <ssEntitlementType>Services</ssEntitlementType>
    <ssNaiQuantity>2</ssNaiQuantity>
    </ssAgreementEntitlement>
    </ListOf_ssAgreementEntitlement>
    -<ListOf_ssAgreementEntitlement>
    -<ssAgreementEntitlement>
    <ssEntitlementEndDate>10/12/2009</ssEntitlementEndDate>
    <ssEntitlementStartDate>10/11/2009</ssEntitlementStartDate>
    <ssEntitlementType>ServicePortal</ssEntitlementType>
    <ssNaiQuantity>1</ssNaiQuantity>
    </ssAgreementEntitlement>
    </ListOf_ssAgreementEntitlement>
    </ssAssetMgmtAsset>
    </ListOf_ssAssetMgmtAsset>
    The data needs to be displayed in the below manner where first grouping is by Account Country, then by Account Name. Then the table with 9 columns where in the first 5 columns are from first group and the next 4 are from second group.
    Account Country
    Account Name
         ProductType     Grant #     Asset #     Product SKU Product Name Entitlement Type Quantity /Nodes     EntitlementStart Date     Entitlement EndDate
    I have the coding as
    first for loop: <?for-each-group:ssAssetMgmtAsset;./ssAccountPrimaryCountry?>
    second for loop: <?for-each-group:current-group();./ssAccountName?>
    third which is for the table : <?for-each:current-group()?>
    I close the above grp after product description.
    One table with the first 5 columns and below second table is placed adjacent to the first to display the 4 columns with the grp <?for-each:ssAgreementEntitlement?>
    how do I get all the 9 columns in a single row in a single table.
    Any help is appreciated.
    thanks

    What is the lnk between the two
    ssAssetMgmtAsset and ssAgreementEntitlement ?
    you want to display all the ssAgreementEntitlement for every ssAssetMgmtAsset group ?
    there shud be a link between them, you have link them and display.

  • Identifying three different colors within a single image

    Hello everyone,
    I recently begun a project which requires me to process the image from a USB camera, and could use some assistance.
    Once I get the image I need to determine the center of mass for three different colors within this image. Although this seems to be a relatively straight forward task I ran into a roadblock right off the back.
    This roadblock relates to how to properly isolate each of the colors from the image without using too much memory. My original structure had the USB image coming in, and then I would process that image for the three different colors. Unfortunately, this required using a total of four instances of IMAQ create. (One for the acquisition, and three for all of the color threshold images). Although this works it seems a bit inefficient.  Allocating memory for 4 RGB U32 images uses a lot of memory!
    Visual snippet attached below for aiding explanation
    So in a nut shell, I’m wondering if there is any way to improve this, and decrease memory usage. My First thought was to only use two IMAQ create (one for acquisition and one for processing) then, iteratively (for loop, or something of that nature) run the processing image through a processing loop with different threshold parameters for each iteration.  My worry is that this will significantly add to the latency of my program.
    Are there any others ways to do this that I am missing, or am I on the right track? If you have any suggestions they would be much appreciated.
    Thanks,
    Taylor S. Amarel
    Learning is living.
    Co-Founder and CEO of http://3dprintingmodel.com/
    "If we did all the things we are capable of, we would literally astound ourselves."
    -Thomas Edison
    Attachments:
    Image Processing.png ‏77 KB

    Patrick,
    The example you linked does have some characteristics of the system I wish to create. Unfortunately the example does not go into much detail about "labeling particles" by their color value. I have a strong understanding of how image particle analysis works. But fall short when is comes to the most efficient way of doing this. This is more of a optimization question, rather than a image analysis query. 
    Here is an explanation of what I'm trying to do.
    In plain English, I want to input an image and find the center of mass of three color, or color ranges.
    Suppose I had this image;
    And I want to calculate the center of mass for the Red, Green, and Blue disks. I also need to differentiate the different center of masses. Red_Center(x,y), Green_Center(x,y), Blue_Center(x,y). In a nutshell, Input Image >> Output Three Coordinates.
    What I'm trying to figure out is the quickest and most effective way of calculating these values with minimum memory usage. As stated earlier if I process the image for Red, Green, and Blue centers in parallel it would require allocating an image location for each color. This would cause an enormous memory overhead. (1600 X 1200 X 32 bit X 3) Far too much!!!
    So I'm looking at a way of accomplishing this without stretching my memory resources dry. I thought that if I put the processing in a For Loop and input an array of Threshold values. (Red, Blue, Green), (1D X 3) then it would process Red, and begin autoindexing the centers. Then it would it would iterate again and process Blue, and likewise index the centers of mass...
    Is this the right way to do that, I am a self taught LabVIEW enthusiast so I do not have much experience when it come to building complex applications that require explicit memory management.
    Thanks,
    Taylor S. Amarel
    Learning is living.
    Co-Founder and CEO of http://3dprintingmodel.com/
    "If we did all the things we are capable of, we would literally astound ourselves."
    -Thomas Edison

  • How to superimpose data from two different charts into a single chart?

    I have a single chart that lists numbers by month for a two year period like this:
    Jan 100
    Feb 200
    Jan 103
    Feb 199
    The numbers are all in the same column rather than different columns.
    I'd like to creat a chart that plots the data for each year on the same X axis, so that I can see the two january numbers, the two february numbers, etc. on top of each other. But nothing I've tried seems to work. Numbers seems to always put the second january after the first december on the x axis rather than recognizing it as a new series to be superimposed on top of the original january.
    Is there some way to fix this short of putting the data into a new column?

    What your describing is a table of wht I would call raw data. I would also have a summary table that would use functions like sumif and sumifs, then make my chart off that. This table would have each month in a column and the  years across as headers. ( if you're familiar with excel, it would be the equivalent of making a pivot table and chart, but manually).
    Jason

  • Can Ironport support 2 different servers within 1 domain?

    Hi All,
    The situation is:
    Our company's Ironport is using firmware AsyncOS 7.6 and currently is connected to Lotus Notes Server.
    However, we are now planning to add 1 more mail server - MS Exchange.
    The questions are:
    1. Is it possible to connect both Notes and Exchange with 1 domain only?
    2. If yes, can we set some filtering to seperate then the incoming email can fall into the designated server?
    3. How can we achieve connecting 2 different servers under 1 domain?
    Please give any other comments if you have. Thanks!!
    Thanks and Regards
    Krav

    Krav,
    You should be able to do this. However, a curious question, are you planning to migrate off of Lotus notes or is this going to be a permanent solution? Are the mailboxes for both mail servers going to be the same (maybe clustered).
    1. Yes, you can have multiple servers assigned to a domain, by specifying the ip address as an additional entry in SMTP routes.
    2. This may prove to be the big issue. There is no filtering mechanism that can distinguish lotus notes bound mail from exchange bound mail. For example; if you set both the servers with the same priority in SMTP routes they will round robin, meaning some mail will goto Lotus notes and other mail will goto Exchange. So if this is just to test, you can possibly use the priority option in the SMTP routes. However, this may also be more of a question as to whether you could cluster an Exchange and lotus notes server, which is beyond my understanding.
    3.In the SMTP Routes section click on the domain and add in the ip address of the other server. Be mindful that if you keep the priority the same, mail will round robin between the devices. However if you set the first device to 0 and the second device to 10, mail will primarily goto the device with the 0 priority. You will also need to specify the ip address of the second server in your HAT table, if you are using the Relaylist.

  • How do I share music between different accounts on a single Mac?

    I've placed my iTunes folder in the shared users folder and then pointed all users to that folder... but none of the other users are able to see the music. How can I have all users on the same computer using the same iTunes music folder?

    File -> *Add to library*.

  • Can I have multiple different vlans in one Single Mode Transparent Firewall

    Hi,
    I am about configuring Data Center FW (ver 9.2) to protect multi tier Servers Farm; Web, Applications & Data Base. There is a requirement to set the FW in Transparent Mode, while the license is the base 2-contexts, only.
    I wonder if One Single Transparent Context, with different bridge-groups, one for each vlan is a workable solution. I have pasted the configuration of the FW, it may help in understanding the setup.
    ======
    firewall transparent
    names
    interface TenGigabitEthernet0/8
     description To Nx7K-1 Port-8
     channel-group 9 mode passive
     no shutdown
     no nameif
     no security-level
    interface TenGigabitEthernet0/9
     description Nx7K-1 Port-9
     channel-group 9 mode passive
     no shutdown
     no nameif
     no security-level
    interface TenGigabitEthernet1/8
     description Nx7K-2 Port-8
     channel-group 9 mode passive
     no shutdown
     no nameif
     no security-level
    interface TenGigabitEthernet1/9
     description Nx7K-2 Port-9
     channel-group 9 mode passive
     no shutdown
     no nameif
     no security-level
    interface BVI1
     desc Services Zone
     ip address x.x.41.250 255.255.255.0
    interface BVI2
     description WEB-APPS Zone
     ip address x.x.42.250 255.255.255.0
    interface BVI3
     desc Oracle management
    ip address x.x.43.250 255.255.255.0
    interface BVI4
     descr Oracle DB
     ip address x.x.44.250 255.255.255.0
    interface Port-channel9
     description ECLB Trunk to NX7Ks
     duplex full
     port-channel load-balance src-dst-ip-port
     no nameif
     no security-level
    switchport mode trunk
    switchport trunk allowed vlan 41-44,141-144
    interface Port-channel9.41
     vlan 41
     nameif Services-Outside
     bridge-group 1
     security-level 0
    interface Port-channel9.141
     description Services-Inside
     vlan 141
     nameif Services-Inside
     bridge-group 1
     security-level 100
    interface Port-channel9.42
    description WEB_APPS-Outside
     vlan 42
    nameif WEB_APPS-Outside
     bridge-group 2
     security-level 0
    interface Port-channel9.142
     description WEB_APPS-Inside
     vlan 142
     nameif WEB_APPS-Inside
     bridge-group 2
     security-level 100
    interface Port-channel9.43
    desc Oracle management
     vlan 43
     nameif Oracle_Mgmt-Outside
     bridge-group 3
     security-level 0
    interface Port-channel9.143
     description Oracle management Inside
     vlan 143
     nameif Oracle_Mgmt_Inside
     bridge-group 3
     security-level 100
    interface Port-channel9.44
    desc Oracle DB
     vlan 44
     nameif Oracle_DB_Outside
     bridge-group 3
     security-level 0
    interface Port-channel9.144
     description Oracle DB Inside
     vlan 144
     nameif Oracle_DB_Inside
     bridge-group 4
     security-level 100

    it is possible but it is not scaleable.  If I remember correctly you can only have a maximum of 8 BVI interfaces...so this means you can only have 8 subnets going across the ASA.  You would also need seperate VLANs for the inside interface and the outside interface since you can not configure two interfaces to be in the same VLAN, and then assign these interfaces to the appropriate BVI group.
    Please remember to select a correct answer and rate helpful posts

  • How to can I add a close button within a loadmovie swf

    I made a list of words, which are links. When you rollover the text it loads a graphic with definitions to the lists of words. I made the (graphic with definitions) a "swf" and I used the loadmovie script to load the swf.
    I added a button within the swf, to close the swf, and used the unload movie script to close the swf.
    Here's the problem, the swf loads but when I try to close the swf by using the button, nothing happens.
    Is this because I added the button within the swf. Or better yet, what script should I use to close the swf. I using AS2.
    thanks for any help

    For the button's unloading code try using:
    unloadMovie(this);
    Or
    _parent.unloadMovie(this);

  • TS3276 how i can solve this

    i tried to down some programs  and my apple i pad hang up . once i tried to make verification to the i pad in the store computer shop , the i pad asked me about i cloud ID and password . I made a rest to my i cloud many time and received massage for that new one but still not able to connect and i do not know how i can solve the problem . any way i need help from apple even to send back to the company or any place whether in Saudi Arabia or Egypt. thanks for your consideration. Plz contact me through my mail . i think i lost my i pad

    These are the Mavericks OSX 10.9 Forums. Try the iPad forums.
    https://discussions.apple.com/community/ipad
    Pete

  • What are the different ways in accessing the SQL server from NWDS ?

    Hi Experts,
    Can anyone suggest the different ways for accessing the SQL server from NWDS.I also want to know whether any tool is available for accessing SQL server from Webdynpro java application in Netweaver development studio.
    I am currently using JDBC driver for accessing the SQL server from Webdynpro java application in NWDS.
    Regards,
    Krishna Balaji T

    Note - that no internet backup service has been proven to be safe and effective for backing up the iPhoto library - unless you personally have backup uyp an iPhoto library and restored it sucussfuly form one it should not be recommended - a large number of people have lost their photos trying it
    LN

  • How I can change ( or install ) pass for entrance to my PC ?

    I want to install passwords for entrance to my Mazilla Firefox and MozillaThunderbird. How I can do this ?

    Best way is to password protect your Windows user account. <br />
    http://www.microsoft.com/windowsxp/using/setup/winxp/accounts.mspx
    Sorry, neither Firefox or Thunderbird have that type of password protection. There's an extension available to add it to both, but it is easily by passed. And is not available from the official Mozilla Add-ons website

  • How to archive folder to a different Computer

    I have thunderbird on both computers. And I need to have an archive folder containing old emails on a different compuer.
    They were unfortunately deleted there.
    Both computers are synced, but the archive folder doesnt sync.
    Thanks
    Gary

    Are you saying the archive folder was deleted one one or both of the computers? If the PC's are synced, be sure you have sharing abilities for TB. You say "They were unfortunately deleted there." If they no longer exist then you of course cannot transfer them by syncing or any other way for that matter. If you have a copy on one, then you can transfer them a different way. Open the TB that contains the archived folder and minimize it, so you can see your desktop also. Create a "new folder" on your desktop, in TB click ctrl a ( to highlight all), then ctrl c (to copy to you clipboard/mouse), finally open "new folder" and click ctrl v to paste the items into the folder. Then you can either zip an email it to the other PC or copy it to a thumb drive, offload it to your other PC, place on your desktop, open TB here, minimize it so you can see your desktop, create a new "archive" folder and repeat steps in reverse to transfer them from the desktop into TB. Hope this helps.

Maybe you are looking for