How to view records as icons in several columns

Hi
I cannot find the way how to show report representing records as icons organized in several columns - similary as applications are shown if "Icons" view is selected in HTMLDB 2.0 development environnment homepage. No available report template did the job.
Any suggestions?
Thanks a lot :-)))

Hi Vikas
Thanks for the tip. It was interesting insight into HTMLDB internals....
I'we found the way how to do the same job with a standard report template by building the SELECT in the following way:
select col1,col2,col3,col4,col5
from(
select
opportunity_name col1,
lead(opportunity_name,1,'') OVER (ORDER BY opportunity_name) col2,
lead(opportunity_name,2,'') OVER (ORDER BY opportunity_name) col3,
lead(opportunity_name,3,'') OVER (ORDER BY opportunity_name) col4,
lead(opportunity_name,4,'') OVER (ORDER BY opportunity_name) col5,
case when mod(rank () OVER (ORDER BY opportunity_id) -1,5)=0 then 1 else 0 end endofline
from opportunities
order by opportunity_name)
where endofline=1
BTW: It's a tip for HTMLDB developers
============================
What about to add the classical Windows File Explorer Viewer with "Small Icons/Large Icons/List Detail" display options as one of standard report templated???

Similar Messages

  • How to view records that i have assigned to users in CRM 2013

    Hi,
    I have assigned an opportunity to other user. Can anyone tell me how to view that record I have assigned to other?

    Off the shelf I don't think there is any machnism in CRM which can tell you exactly.
    1. You can create a view where opporunity was created by you and is not owned by you. This view will have limitation for example if some opportunity is create by other use and assigned to you. You later assign this opportunity to another user.
    2. A better way to meeting this requirement would be add a lookup field say Previous Owner. Create a plugin or Javscript to populate previous owner file when ever a record is assigned.
    Regards Faisal

  • How to view the same tag in several catalogs

    Hello everybody,
    I had over 35.000 photos in my catalog and after my catalog was damaged I decided to split the photos in several catalogs (2001, 2002, 2003....). My question now is the follwing:
    If I have the same tag in all my catalogs (i.e. "Michelle"), is it possible to view the result from all my catalogs or do I only see the photos from Michelle in the actual opened catalog?
    Thanks for your ideas, replies in advance
    all the best
    Daniel

    You cannot search across catalogs. That is why it is recommended that you not have more than one catalog for related images. Different catalogs by seldom overlapping categories such as Work, Family, Scenic work better than those separated by date. If your catalogs have the same tags they should probably be one catalog.
    It is not difficult to split a catalog into two or more catalogs but there is no easy way to merge several catalogs into one.
    I suppose you could export all the Michelle photos from each catalog into a new folder and browse that folder in windows to look at them all. Splitting your catalog the way you did limits the effectiveness of Organizer.

  • How to view record from java source table

    hi,
    i had created a table as
    CREATE JAVA SOURCE NAMED "Hello" AS
    public class Hello {
    public static String hello() {
    return "Hello World"; } };
    also it compiled but i dont've idea to view the record from it
    can u help me

    Please check the following script --
    create or replace and resolve java source named "Hello"
    as
    import java.io.*;
    import java.sql.*;
    import java.math.*;
    import oracle.sql.*;
    import oracle.jdbc.driver.*;
    public class Hello extends Object
        public static String Display()
        throws IOException
            return "Hello World";
    create or replace procedure Hello(v_str  out varchar2)
    is
       language java
       name 'Hello.Display(java.lang.String) return String';
    create or replace procedure HDisplay
    is
    x  varchar2(400);
    begin
      Hello(x);
      dbms_output.put_line('String is: '||x);
    end;And, from sql prompt --
    exec HDisplay;N.B.: Not Tested...
    Regards.
    Satyaki De.
    Message was edited by:
    Satyaki_De

  • How to view records frm higher to lower using sql statement

    Dear all
    i have tables
    RATING:
    50
    76
    55
    60
    80
    90
    95
    100
    20
    30
    32
    34
    i want to view this record into higher to lower and 5 records only will appear in sql ..
    Like this :
    100
    95
    90
    80
    76
    thank you very much

    select rating
    from
    (select rating
    from table_name
    order by rating desc)
    where rownum <=5;
    <br>
    <br>
    Message was edited by:
            jeneesh
    Misread the requirement first                                                                                                                                                                                                                                                                                                                                                                                               

  • How to view contents in Long Raw datatype column

    Hi,
    We have two node RAC database with 10.2.0.4.0 version.
    OS - IBM AIX.
    We have a table with a column with datatype "LONG RAW" in production. It stores image files.
    We need to send the images from few rows to third party vendor. Basically, they need to view the images.
    Earlier, I have exported to dump file using datapump and sent to vendor. but vendor is telling that they are not able to view the images. Can you please suggest best method to transfer the images (LONG RAW datatype) and the method to view them.

    We have a table with a column with datatype "LONG RAW" in production. It stores image files.
    We need to send the images from few rows to third party vendor. Basically, they need to view the images.
    Earlier, I have exported to dump file using datapump and sent to vendor. but vendor is telling that they are not able to view the images. Can you please suggest best method to transfer the images (LONG RAW datatype) and the method to view them.How is the vendor trying to use the extracted images? Data exported with datapump must be imported into another database with datapump. The same applies to the exp utility (must use imp to load into a database).
    If you're careful you should be able to write a binary file using utl_file.
    Regarding the long raw, is there any way you could convert to BLOBS? Longs and Long raws are notoriously hard to work with

  • How to view multi-select responses in individual columns

    Hi,
    I have a multi-select field on my form. Users can check none, one, or many responses. When viewing the resluts, the response are concatenated together by a semi-colon and displayed in one column. I need to be able to sort based on the specific responses. Other form engines put these types of multi-select responses into unique columns for sorting purposes. How do I do this in Adobe Forms?
    Thanks,
    Doug Ward

    Doug,
    Did you try the right click and leftclick on the column letter?  I'm pretty sure that addresses the issue.
    Here are a couple of screen shots using a multiselect field with choices "AnswerOne AnswerTwo AnswerThree"
    Here is what happens when you right click on the column heading:
    Here is what happens when you left click on the column's letter (in this case B):
    You'll see that in both cases, you can sort first or last by any of the options in the multiselect field.  If you sort first by AnswerOne, all the responses that chose "AnswerOne" will show up first.  If you sort last by "AnswerOne" all of them will show up last.
    Does this solve the issue you're describing?
    Another option would to use the filtering functionality.  If you open up FormsCentral, go to the Help Menu, and click on FormsCentral Help, then click on "View Responses" and click on "Sort and Filter data", it will walk you through filtering data.  Here is the link
    You can set up filters to show only the response that answer "AnswerOne" or any number of combinations ("AnswerOne" AND "AnswerThree", "AnswerTwo" OR "AnswerThree").
    Hope one of these two methods helps
    Anatole

  • Calendar --  How to view "to do list" in two columns per day in Month view?

    In OSX 10.6.8, my old Calendar would automatically go into two column view to show all my "to do" items, but 10.8.5 Calendar isn't doing this when I put over 12-14 items and just says "2 more..." instead of going to two columns and truncating them.  -- Is there a way to turn this 2x column view on?  or another way to show all of my to items?
    Any ideas/help appreciated.  TIA

    the "Employee Directory" shows you the photos by default. Should not be that hard to add an url via personalizations that points to that directory.
    good luck.

  • How to create new form fields in several columns (spreadsheet) and have them named consecutively?

    Hopefully someone can help.  I created a new form from an Excel spreadsheet, but the form field recognition didn't "take" well and very little of the spreadsheet translated into form fields.  I need to create new fields (31) for each column (about 10) and I want the fields in each column to have a keyword from the parent column and the fields numbered consecutively.  I'm really hoping I don't have to do this manually!
    Next, is there a way to total the values in a column of fields (the same as the SUM function in Excel?) or does the form user have to dig out a calculator and add everything?
    Can I create an email (submit) button and direct how (ie email) and by what method the form is sent?
    Once the form is completed, is there a way for the user to lock it before sending it - ie a button they could press to make it no longer fillable?  Or can I set the document to be a regular .pdf once it leaves the host machine?
    I think that's it!  Hopefully someone can help soon - this is a work project that could be potentially very time consuming if I have to create each form field manually.  Thank you for any assistance!
    Cheers,
    LostintheNorth

    LostintheNorth wrote:
    Rats!  Thank you for your link - I may take you up on that... however for the purposes of this form I'm more than halfway done, so I might as well keep plugging away.  A workaround I found was to creat 32 of something I only need 31 of, then delete the parent.  Somehow even playing with spacing on the "create multiple fields" option as the fields are being created only gets the vertical alignment close - no matter what I do I still end up manually aligning (vertically) 31 little boxes for each column so they fit visually.  Grrrr.
    Yes, this can be very tricky. If you don't get the exact right offset between each field, the difference will accumulate and after a while it will be completely off.
    You just have to play around with it, until you get it right. Or almost right, and then adjust it manually.
    Another thing I've noticed, is that when you select one field and right click for properties, you get an expanded version, as opposed to select/shift/enter for a bunch of cells only yields an abbreviated properties box - what's up with that?  Is there a way to change this?  For instance, I had set the properties for a column of 31 cells to be number, 1 decimal place.  Halfway through my project, the lady I am doing the favor for tells me she would like 2 decimal places, requiring me to manually change each box for 62 cells!  Apparently cell formatting is not an option in the abreviated properties dialogue!  Is there a fix for that?
    No, there isn't. Some propeties you have to set manually (or get right the first time, before copying and pasting...). There is a way to do it with a script, but it's a bit complex and requires using an undocumented method.
    This next question is a bit more complicated, and may not be possible.  The form I am creating is for payroll purposes, so at the moment it is generic (31 days) and the user fills in the month manually. Is it possible to get the form to recognize a month value (or create a pulldown menu with a selection of months to choose from) and limit the days accordingly?  Or better yet, run a calendar function so that weekends and stat holidays are highlighted on the affected row?  Kind of like what you can do with an Excel spreadsheet, which is what I designed the form in at the start (then printed to .pdf - the form field recognition did NOT work well on my spreadsheet!  hence me doing every cell manually).  Is this even possible, and if so, is it something I could learn to do?
    Yeah, it's possible, but requires quite a bit of scripting knowledge. If you wish, contact me personally (by PM or email at try6767 at gmail dot com) and I could possibly create this for you.
    If you want to do it yourself, you would have to learn a lot about both the Date object in JS and about the various date printing and scanning methods in Acrobat JS.

  • How to view the old data in a column if that column is dropped or rename

    Using workspace manager I am not able to track the old data of a column which is dropped.
    I have tried by using import and export features that Workspace manager have.. But import is not working properly in this case. And savepoint option is work with DML operation not with DDL.So, I want help in this matter
    Thanks In Advance

    No way even in 10g. You should build another DB and import your exported data.
    then you can get data from this new DB.
    SQL>create table t5 as select object_id,object_name,created from all_objects where rownum<20;
    Table created.
    SQL>select  current_scn from v$database;
    CURRENT_SCN
    7724122625
    SQL>desc t5
    Name                                      Null?    Type
    OBJECT_ID                                          NUMBER
    OBJECT_NAME                                        VARCHAR2(30)
    CREATED                                            DATE
    SQL>alter table t5 rename column OBJECT_ID to oid;
    Table altered.
    SQL>desc t5
    Name                                      Null?    Type
    OID                                                NUMBER
    OBJECT_NAME                                        VARCHAR2(30)
    CREATED                                            DATE
    SQL>alter table t5 drop column created;
    Table altered.
    SQL>desc t5
    Name                                      Null?    Type
    OID                                                NUMBER
    OBJECT_NAME                                        VARCHAR2(30)
    SQL>select * from t5 as of scn 7724122625;
    select * from t5 as of scn 7724122625
    ERROR at line 1:
    ORA-01466: unable to read data - table definition has changed

  • Installed iTunes 11.4.0 and cannot find how to view files created by apps or screen displays for moving icons.  Where did it go?

    I recently installed iTunes 11.4.0 and cannot find how to view the files created by some apps on my iPhone (and iPad).  There appears to be no way to view them as there was in the previous version.  Also can't view screens and icon positons to manipulate them in iTunes.  Any one no how to find them, or if they have been purposely removed from 11.4.0?

    First, take a deep breath ... enjoy life.
    Upgrade to the latest version 1.4.1. It's a free upgrade. It however will not alleviate your frustrations.
    You can move a directory in Lr by clicking and dragging to a new location within the Folders panel. To create a new folder on a new drive ensure that no folders are selected (hint: click All Photographs in the Catalog panel) then click the + icon in the Folders panel. You will be presented with a dialog to choose or create a new folder.
    To move selected photos to a new directory first select the images then right click the destination folder. You will be presented with several options including moving to the destination folder or creating a new folder under the destination folder.
    You can also move images outside of Lr. Review these links:
    http://www.adobeforums.com/webx/.3bc42055
    http://livedocs.adobe.com/en_US/Lightroom/1.0/help.html?content=WS46FF9C0B-36EA-4271-B1D0- 07B6B46EE011.html
    http://photo.net/bboard/q-and-a-fetch-msg?msg_id=00NqWO
    http://luckhurst.wordpress.com/2007/08/21/lightroom-with-an-external-hard-drive/

  • HOw to view the records in a structure qaqee ?

    hi every one ,
    we can view the tble through SE16 
    HOw to view the records in a structure qaqee ?
    Thanks in advance

    Hello,
    Please check the link
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/90/8d7301b1af11d194f600a0c929b3c3/content.htm
    You can view the struture in SE11 t-code for its components.
    Regards,
    Shailesh

  • How to keep Finder's Icon View messy and disorganised (in a good way)

    Hi everyone.
    I'm doing creative musical work on my Mac, and the way I've been working on ideas is by placing .aif files and other folders in loosely organised clumps on the desktop (it's got a bit of a mindmapping vibe to it, I've included an example picture). However, I'm on a Macbook Pro with an external monitor, and plugging and unplugging the monitor messes up the layout of my icons, so I can't use that.
    I tried doing the same thing in a folder in Finder set to open/browse in Icon View, but this is problematic too. Sometimes I'll save a file into this particular folder and it'll suddenly revert to several columns of alphabetically organised icons. Argh, this is not what I want!
    I understand my plight is a bit niche, but here's my question: is there a way to guarantee that if I drag icons in Finder around, they will retain their positions no matter what? This 'messy' way of organising things is a big part of my creative process, so when it suddenly 'organises' itself without warning it really bums me out. Could it have something to do with the .DS_Store file?
    Thank you.

    Change your preferences accordingly:

  • How to view a picture on a locked desktop icon if I do not remember the password?

    How to view a picture on a locked desktop icon if I do not remember the password?

    Changing or resetting an account password 
    Search Knowledge Base - http://support.apple.com/kb/index?page=search 

  • How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    99jon wrote:
    Perhaps it’s a design feature to speed up the Organizer launch.
    I am sure it is.
    - The normal use of the Organizer is not the folder view, it's the thumbnail view with an organization based on categories and folder. That way you should forget completely where your pictures are stored. Anyway, the folder view in the Explorer is not a map of the location of the different bits of your file, it's only a logical representation. That's easy to see when you are doing a defragmentation.
    - The folder view is useful even for those using normally the thumbnail view, but that is only for rare cases when you must change the folder organization, for instance moving files to another drive. The folder view is here to prevent you from changing things from the explorer and outside of the Organizer.
    - The new folder list view, which you find 'funny' is there to help better organizing using tags. Its huge advantage is that such a view is created extremely quickly by extracting the last subfolder in the media table : it's the way the database sees the folders, based on its own content,  totally ignoring the complex folder organization of your disk with media files or any unrelated other kind of data. You should use it in many cases, the main purpose being assigning tags when you have assigned descriptive folder names. I had suggested such a solution to prevent the long standing bugs in the folder view of previous versions.
    So yes, the purpose is:
    - to speed up switching modes
    - to help folder organization fans to migrate to tags organization
    - to hopefully get rid of the old folder organization bugs

Maybe you are looking for