How can I make a form show complex composite data?

How can I make a form show complex composite data?
We would like a form to display the following information:
Employee Names as the columns, 1 row for each calendar day, and each item in the block containing the total sales amount (and other information) for that employee for that day.
This would require the block to function as a (composite) crosstab report.
Here is an example:
We have employees: Jane, John, Jim, and Janice
We would like to see their total sales for the following days: 5/1 .. 5/5
Jane John Jim Janice
5/1 50 8 10 3 30 5 20 7
5/2 40 7 60 8 10 2 30 4
5/3 20 3 50 8 70 9 50 9
5/4 51 8 40 7 40 8 50 8
5/5 10 1 20 2 90 10 10 2
We have a table with records of each day, for each employee, and their sales for that day.
There is a possibility our list of employees can change as well as the number of days.
Anyone tried doing anything like this with a form? We don't want to just embed a report because we would like to include other data as well besides what is mentioned above and we would like them to be able to change some of that data. Thanks in advance for any help.
null

I have a VERY similar problem where I want to have this matrix on the form with six days worth of data (three columns for each day) for my data table. I have done as Momen has suggested and created a view (using SQLPLUS):
create table weekdays (weekday varchar2(3), date_x date);
drop view employee_absences_v;
create view employee_absences_v as
select weekday,
absence_date,
hours,
absence_code_lvid,
adjustment_status_lvid
from employee_absences ea, weekdays wd;
that hopefully provides a row for each day of the week for my data table. The view is created OK but I'm not sure how to get it into the form properly. Also, I am using the form to CREATE rows in the data table not just SELECT and DISPLAY and there may or may not be a row of data for a corresponding day which is going to be a problem for me using this view method, I think. Let me know how this goes and if you get your form to work and how? Momen, your method appeals to me but it's not 100% clear how to get it to work in a form?
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tina Radosta ():
We tried to create the view (not with Designer because we don't have that). We were not successful in creating a view with a matrix. We would greatly appreciate your help.
Thanks in advance,
Tina<HR></BLOCKQUOTE>
null

Similar Messages

  • How can you make your persona show on the top and bottom? Also can you make it bigger at the top to show more of the picture?

    How can you make your persona show on the top and bottom?
    Also can you make it bigger at the top to show more of the picture?

    Add extra empty toolbars if you want to see more of the persona.<br />
    You can create extra toolbars to get extra space via View > Toolbars > Customize<br />
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.<br />
    See http://kb.mozillazine.org/Toolbar_customization

  • How can I make my form be a certified document?

    Hi all,
    In my form, I want to export xml by using the script "Reference_Syntax.exportData( [ STRING param1 [, BOOLEAN param2 ] ])",
    for example, xfa.host.exportData("filename.xml",0).
    However, it is invalid. 
    It says that "This parameter1 is only valid on certified documents where the user has sufficient
    permissions".
    But how can I make my form be a certified document, or how can I get the sufficient permissions?
    Script "xfa.host.exportData("",0)" can be valid, but what I need is specifying the location and file name so that users can export xml just by clicking the button.
    Can I achieve this function?
    Waiting for your reply, thanks a lot!
    Ellie

    Please take a look at this discussion. Also, are your end users using Adobe Reader? If so, your document must be Reader Enabled withed LiveCycle RE to use the import / export xml functionality.

  • How can I make a window show up in every desktop?

    How can I make a window show up in every desktop so when a user switches views it's still on their screen, using Xcode, Applescript-ObjC?

    hi, try this:
    public static void centerWindow(Window win){
    Dimension screenSizeWithSpeedBar = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension screenSize = new Dimension(screenSizeWithSpeedBar.width,screenSizeWithSpeedBar.height-25);
    Dimension frameSize = win.getSize();
    if (frameSize.height > screenSize.height)
    frameSize.height = screenSize.height;
    if (frameSize.width > screenSize.width)
    frameSize.width = screenSize.width;
    win.setSize(frameSize);
    win.setLocation((screenSize.width - frameSize.width) / 2, (screenSize.height - frameSize.height) / 2);
    It works with following arguments: JWindow, JFrame and JDialog

  • TS4293 How can I make iMovie to show me the AVCHD files importet by iPhoto?

    My iMovie 11 shows the videos from my iPhone importet by iPhoto, but not all the videos importet the same way from my camera. It works fine with the videos recorded in MP4 but not at all with the AVCHD. How can I make iMovie to show me the AVCHD files? iPhoto imports and shows the AVCHD fine. Also I could import the AVCHD files with iMovie but then they would be twice on my computer and use a  lot of space.
    thanks for your help

    Right now, iMovie won't edit AVCHD wrapped files. You have a few options:
    1. Import the videos with iMovie. Afterwards, you may add the imported movies to iPhoto if you want.
    2. Import the videos with another app. (Too numerous to mention.)
    3. Convert the videos with a third-party tool.
    4. Wait for a future version of iMovie that adds this capability.

  • When I attach a file to outgoing mail it shows up in the body of the e-mail. How can i make it only show up at the end or elsewhere?

    When I attach a file to outgoing mail it shows up in the body of the e-mail. How can i make it only show up at the end or elsewhere?

    Edit > Attachments > Insert Attachments at End of Message. If a new message is the active window, the option applies only to that message. If you don't have a new message open, then the option becomes Always Insert Attachments at End of Message.

  • HT202060 How can I make Activity Monitor show one graph instead of four for MacBook Air?

    How can I make Activity Monitor show one graph instead of four for MacBook Air?

    Learn about OS X: Activity Monitor shows one CPU Usage graph on systems with more than four cores
    Copied and pasted from top of the page.

  • How can I make folder name show up on mp3 device?

    how can I make folder name show up on mp3 device?

    Read the User's Guide for the device.

  • How can I make my iPod show up in the iTunes menu bar?

    When I plug in my iPod nano (2GB) 2nd Generation it doesn't show up on the left side of my screen in the iTunes Menu Bar. I don't have the original cord, saying that I got it awhile ago, how can I make it show up?
    There is no content on my iPod currently, and I have tryed resetting all of the Settings and even taken all of the music off of it, but it is still not showing up. Do you have any suggestion son how to make it show up or even have the computer recognize that it is plugged in? -Thanks for your time!
    P.S.- I have also tryed plugging it into a Windows computer and a Mac.

    See Multirow Bookmarks Toolbar: https://addons.mozilla.org/firefox/addon/6937
    You can't place bookmarks on a new toolbar. You can only place a bookmark on the toolbar that has the "Bookmarks Toolbar items" on it.

  • How can I make PDF forms filled in Preview show correctly in Acrobat?

    Dears list members, there is a known issue with PDF forms filled in Preview: the fields do not show properly in Adobe Acrobat. How can this issue be solved? On the internet, I found two basic solutions: (a) to flatten the document by printing it as a PDF and (b) to use a costum-made script. Is there an official correction for this bug that does not involve installing suspicious scripts? Thanks!

    Information only - No one was successful in this discussion.
    https://discussions.apple.com/message/21453922#21453922

  • How can I make the form fields show all inputted text?

    I am trying to create forms to collect customer data.  Currently, when I get them back from the customer, if they have typed in more words than the field box allows for, we have to scroll to read it all.  When we go to print the form, only the text that fits in the box will print.  Help!

    Your choices are:
    Make the field larger.
    Limit the number of characters that can be placed in a field.
    Export o Excel.
    Add a page with one large field with the same name as the problem field.
    Create a dynamic PDF using LiveCycle.

  • How can I make my SSL show up on my iweb site?

    Hi. So my website is: www.ymcacampbenson.org 
    I recently purchased and am correctly running my SSL from GoDaddy.  They have confirmed that it is current and running.  They stated that I need to make the script in iWeb point to the secure site.
    Anyone know how I can make my site show up https?

    Here's some help from my friends at Google :
    Use SSL on a webserver :
    https://www.google.com/search?q=how+to+use+ssl+on+a+webserver
    How to change http:// in https:// :
    https://www.google.com/search?q=how+to+change+http+in+https
    Followed this link :
    http://www.sitepoint.com/forums/showthread.php?779270-how-to-change-http-to-http s
    Found this :
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    Notice that nowhere are names of applications mentioned.

  • How can I make my number show up as an "unknown caller"?

    I have an HTC Rezound and  I would like to have my number show up to other callers as an "unknown" caller.  How can I do this from my phone?

    rcschnoor wrote:
    I can think of SEVERAL reasons, with not wanting to give out your cell # as the top one on the list.
    For example if you are using your personal phone for business, you would not necessarily want people calling you for business reasons at all hours of the night. Once your number gets out, it is hard to put the genie back in the bottle.
    I have several coworkers that would prefer not letting their personal numbers get out to half of the people they contact through their jobs.

  • How can i make my name show in author information?

    I host a wordpress blog which is my podcast feed. My itunes listing shows author unknown. How can i correct this

    This is carried in the 'itunes:author' tag and there is presumably somewhere in Wordpress you can add this, but I'm afraid I can't advise on that. Once you've found it, just enter your name and republish your feed. It will take theStore a couple of days to catch up.

  • How can I make a drive bootable without losing data on it?

    Is there a way to make a second internal drive bootable without losing the data that is already on it?
    The second drive was created under Panther 10.3.9. My main internal drive has had a clean install of Tiger 10.4.3. The second drive used to appear in the start up disk list when I was running 10.3.9 on the main drive. That is, it used to be bootable under 10.3.9. No kidding. After the main drive was given a clean install of Tiger, the second drive disappeared from the start up disk list. Please note: the second drive remains completely accessible when I am running off the main drive in 10.4.3. I can even use the few applications I had placed on the drive. It appears as separate drive under disk utility.
    I assume the second drive was installed as slave. (Both it and the main drive were independently bootable under 10.3.9.) It is not locked. "Ignore ownership" is not checked. The system has read-write privileges. Admin has read-write all others are read only. I am the only person who has access to this machine. It is not networked.
    I tried to ask this question a few days ago, but I think the way I phrased it confused the issue. My real question is NOT how did this get like this? It is can I make a drive bootable when it already has data on it?
    Thanks
    G4 Panther & Tiger   Mac OS X (10.4.3)  

    Hi,
    Thanks for your reply.
    You replied:
    the drive that you cannot
    boot from is a separate physical hard drive from the
    internal drive with 10.4.3. Is that correct?
    Yes.
    Have you used System Preferences > Startup Disk and
    looked to see if the 10.3.9 system shows up there?
    Yes, I have looked and it's not there.
    I got the impression that you have backed up the 10.3.9
    disk and that you do not really need the data there.
    Yes, I backed up a drive that was bootable, but then it lost its "bootabilty" and what I got was two non-bootable drives--the original second internal drive that I'm asking about and the back-up of it. I want the data on the drive and I wan the drive to be bootable.
    One thing that you might try when you are booted off
    your 10.4.3 system is to use Disk Utility, select the
    other disk and do a Repair Disk.
    Done that and it says there is no problem. Nada. Zero. It just won't boot, no more, no how, no way. BUT it remains fully accessible--I can access all my info. It's just become a storage drive that cannot be booted. Go figure.
    reformatting means
    destroying the data on the disk.
    Yup, which is why I asked my original question. Does anyone know if there is any way to make a drive bootable without destroying the data on it?
    I suspect the answer is no (given these particulars), but I thought some wise super-techie out there might have a trick up their sleeve.

Maybe you are looking for

  • NW 7.0 EHP1 DestinationService java.lang.ClassCastException

    Hi, I am trying to set up an RFC Connection in the SAP Enterprise Portal using the RFCDestinationsService on NetWeaver 7.0 EHP1. I have previously done this in NW 6.2 but it seems that the implementation on the SAP JCO has changed in NW 7.0 The code

  • Repeating key issue

    I just moved to the Mac a couple of months ago. I love it and haven't looked back. However, today, I used my Mac twice. First, this morning, I didn't do anything unusual. I cleared out my trash, browsed a bit on the Internet and answered e-mail. Then

  • Problem with field standard ship-to  in delta extraction

    Hi developers, I have a problem because using in infosource 2lis_11_vascl the field MCVBAP  PKUNWE Ship-to this is correctly filled in init procedure, but when I effectued the procedure delta, also when the sales order is not modified, I lose this in

  • Creating chart from single column of multiple tables in Numbers '09

    I have multiple tables (spread across multiple sheets) in my document. In column B of each table is a name. The other columns contain other categorized data. Each table has a variable number of rows, but each name is unique within a table. A particul

  • Need to put old version CS4 on new laptop without CD drive

    I have the CS4 and I need to download onto new laptop without a CD drive.  Any advice? I tried to migrate the software but it will not open.  I got an error message and Adobe chat was not able to help.