Custom Folder View w/ Movable Columns

Question1:
=======
I created very simple custom folder view. How can I make my custome folder view to display Movable Columns?
When adding elements into Folder View, the section Standard Form Elements does contain only the element Discussion Folder (Standard View), no movable columns
I need in my custom folder view movable columns, Heeeeeeeeelp!!
Question2:
=======
In Folder Options in Configure Columns, one can choose what columns of an entry to display.
I found the order of chosen columns inconsistent.
Is there a way how to specify the order of the chosen columns?

1. When in the folder, click on Manage > Configure. Do you not see an option for selecting the default folder view?
2. No, currently there is no way to specify the column order.
-- Khurram

Similar Messages

  • Custom Folder/ View

    What is the difference between creating a custom folder in an
    discoverer administration tool and a view?
    can i convert a oracel report into a Discoverer report
    (ie) rdf to dis.
    Please help me on this.

    I have only recently started using complex folders in Discoverer though I have been using Discoverer for quite a while. I use Discoverer in a data warehouse with a star schema - huge fact tables connected to a number of much smaller dimension tables. The main difference for me in this environment between a complex folder and a view is that it would be impractical to synthesize the contents of the item drop lists from a view that combines my huge fact table to the dimension tables. This would not work because it would take so long for the database and Discoverer to generate the list.
    On the other hand, list generation from the relatively small dimension tables is highly practical and fast. When I drag an item from a folder of a dimension table, any drop list I created for that item goes with the item into the complex folder. Then, when a person invokes the drop list in Discoverer Client using the complex folder, it is only the small dimension table that is queried to populate the list.
    If you don't use drop lists, then I suppose this would not be an issue for you.

  • Getting custom folder views

    I have many folders of jpegs and have been trying to make an automator action that will make all the folders in icon view, with icon preview at 80x80, and arranged by name. I've made it as an application and workflow but when I try it with a folder I usually get an error message:
    Applescript error:
    Finder got an error: Can't set current view of container window of every folder of entire contents of alias "..." to icon view. (-10006)
    Seems like it should be an easy thing to do but I don't know why I'm having problems with this.

    Click here to launch Script Editor.
    <pre class=COMMAND>
    tell application "Finder"
    tell front window
    set toolbar visible to false
    set statusbar visible to false
    set sidebar width to 0
    set bounds to {33, 40, 1000, 800}
    set current view to list view
    tell its list view options
    set icon size to large icon
    set visible of column kind column to false
    set visible of column size column to false
    -- set width of date column to 400
    set visible of column creation date column to true
    set visible of column comment column to true
    set width of column comment column to 200
    set sort column to name column
    end tell
    set current view to icon view
    tell its icon view options
    set icon size to 80
    set arrangement to arranged by name
    end tell
    close
    end tell
    end tell
    </pre>

  • Unable to Create a custom folder in Discoverer Administrator

    Hi,
    I have a discoverer report which is based on on standard query(Which cant be modified).The requirement is to add a new column to it which doesn't exist in that folder.I can create a custom folder and add the column to the report,but the problem is whenever i create the folder and hit the Validate SQL button it is throwing the error " *The custom SQL entered is not valid SQL statement - ORA-00942: table or view does not exist* "
    I have all the privileges for the user and when I am trying to validate the existing queries ,it is throwing the same error .
    Discoverer Version - 4 i
    Oracle Application - 11.5.9
    Appreciate your help .
    Thanks ,
    Vijay

    Hi,
    Creating new folders should be done when you are logged on as an application user.
    If your application user does not have admin access to the EUL then log on the Disco Admin as the EUL owner and grant full admin privileges to an applications user or responsibility.
    Then logon to Disco Admin with that user or responsibility. You should then be able to create and import folders.
    Rod West

  • Create folder view with files and tasks

    Good day to you,
    we want to support our software development procces with Vibe. What we are doing is, we make changes to the source code and protocol corresponding things in certain files.
    We think in so called "releases" and every release consists of tasks and a list of changes. This list is held in an excel file, so I would like to create a folder view, which consists of tasks and files.
    So far I could create a custom folder view with attachments at the top and a task list at the bottom, based on the task family.
    The problem is, the attachment view as a standard folder view does not allow colleborative editing of attached files. You can only view and download attached files, but not open them via Office addin. Therefore you can not lock or version files, which is mandatory for collaborative work.
    I would like to mix the file folder view with it's possibilities with a task folder view.
    Any ideas?
    Warm regards
    bitschnau

    There's no out of the box way to achieve what you're looking for.
    Two solutions:
    1. Your users would need to open the entry first and then click on the "edit this file" link.
    2. You could code your own folder view or landing page element and build what you need.
    HTH
    Cheers
    Erik
    PS: Feel free to contact me offlist if you need professional support.

  • Build a custom based view where rows are columns in view

    Bit of an odd request but here goes.
    We have a system whereby we want to give users the ability to add their own fields against our tables. Because we do not want to create columns in each table we had the thought of creating a table that contains rows that will act as custom fields without the need to create columns/tables.
    For example the 3 types of fields they can have are DATE, VARCHAR2, NUMBER. All three of these are stored in one table as VARCHAR2 with the application validating the data is in correct format and a link to the other tables Primary Key. The user gives the custom field a name i.e. column name and type on setup.
    This all works fine in the application but what i need to do is build up a view of what is held in the table and create a new column for the view based on column name, value based on example_Data and have the correct column_type in view.
    For example this is an example of our table with only 3 rows in. It can have many more of the three mentioned types.
    SELECT * FROM
              SELECT 'LINK_TO_OTHER_TABLE' LINKPK,'DATEEXAMPLE'column_name,'01-01-11 12:00'example_Data,'DATE' column_type FROM DUAL
              UNION
              SELECT 'LINK_TO_OTHER_TABLE' LINKPK, 'VARCHAREXAMPLE'column_name,'This is my data'example_Data,'VARCHAR2' column_type FROM DUAL
              UNION         
              SELECT 'LINK_TO_OTHER_TABLE' LINKPK, 'NUMBEREXAMPLE'column_name,'1234'example_Data,'NUMBER'column_type FROM DUAL         
              )What i want is to create a VIEW based on this table structure above that will give me a view structure of:
    LINKPK VARCHAR2,
    DATE_EXAMPLE DATE,
    VARCHAREXAMPLE VARCHAR2,
    NUMBEREXAMPLEThen when i so a select i get 1 row of
    'LINK_TO_OTHER_TABLE','01-01-11 12:00','VARCHAREXAMPLE',1234Hope ive made sense. Thanks in advance of any comments.

    Oh dear, that is a little scary!
    Our application (built in forms) has a massive heirarchical database structure and althought we are only likely to see approximately 1-10 rows of data in this table I see this may still have a bearing on the speed etc.
    We were trying to make it easier to add custom fields to our front end application (built in forms) rather than the standard method of adding another column to the DB and adding the the form itself.
    I thought with the minimal rows being inserted (and forms handling the link to the PK via relationship) it wouldnt impact too much on the rest of the system.
    Thanks for your input

  • Setting a default folder view for all folders in Windows 7

    How do you set up a default folder view of "List" for ALL the folders in Windows 7 including the optical drive?  
    Artoo

    I just installed windows 7. Are you seriously telling me that i now have all folders with mp3s in them AUTOMAGICALLY (THANKS FOR THE HANDY HELPING HAND THERE MICROSOFT!!!) set to some designers whim of what an mp3 folder "SHOULD" look like?
    Well i was going to write a big rant, and indeed did, but then i was doing some more research and it seems like i just made everyones day and solved the problem (partially). Or well THIS guy did:
    http://www.howtogeek.com/howto/16694/customize-the-five-windows-folder-templates/
    After you’ve clicked OK, visit some of the other folders in your file system.  You should see that most have taken on these new settings.
    What we’ve just done, in effect, is we have customized the General Items template.  This is one of five templates that Windows Explorer uses to display folder contents.  The five templates are called (in Windows 7):
    General Items
    Documents
    Pictures
    Music
    Videos
    When a folder is opened, Windows Explorer examines the contents to see if it can automatically determine which folder template to use to display the folder contents.  If it is not obvious that the folder contents falls into any of the last four templates,
    then Windows Explorer chooses the General Items template.  That’s why most of the folders in your file system are shown using the General Items
    template.
    Changing the Other Four Templates
    If you want to adjust the other four templates, the process is very similar to what we’ve just done.  If you wanted to change the “Music” template, for example, the steps would be as follows:
    Select a folder that contains music items
    Apply the existing Music template to the folder (even if it doesn’t look like you want it to)
    Customize the folder to your personal preferences
    Apply the new template to all “Music” folders
    A fifth step would be:  When you open a folder that contains music items but is not automatically displayed using the Music template, you manually select the Music template for that folder.
    Anyways, sorry that explanation doesnt do it justice. I have spent waaay too much time trying to figure this out already. Also that link doesnt say how to 1) copy templates (are they file or registry based?, didnt do research) 2) if you can distable templates
    or the automatic re-templating of folders.
    THAT is what i want to know! as it is much more maintance then its actually worth...
    but once i had set 5 default types to, the exact same thing... it now doesnt matter if it automagically switches it. SUCK IT MS AUTOTUNE!!!
    Its bloody hard to frame this question too. What can you say about this? "folder changes to mp3" "customize folder types windows 7" "windows 7 folder changes to mp3" "dont automatically change folders to mp3" "how
    to change mp3 details column for good" "automatically change column order win 7 mp3"
    The search that actually solved it:
    "do not apply default template to mp3 windows 7"
    good luck, this worked for me!
    EDIT: also i just noticed that neonr already answered this above. i just didnt read it carefully enough. anyways i guess i will leave this and mark his as answer.

  • Custom folder - basic question(s)

    Hi Everyone,
    Hope all is well...
    I am aware that one can create an
    statement and than use that to create a Discoverer custom folder.
    I was wondering when do you have a tendency to go with this approach?
    Do you do this so that you can -
    1) avoid complicated Discoverer queries - for example you want to avoid using too many analytic functions
    so you prepare the data using SQL?
    2) create a NEW Discoverer query off this custom folder
    thus this technique is like doing a query against a query
    I would like to to create a custom folder for the above 2 reasons.
    What are your opinions? tx, sandra

    Hi Sandra,
    let's clarify the terms:
    Normally you have developed your Select statement that returns the data that you need in Discoverer. Now you have two choices:
    1. send this SQL to your Disco Administrator and let him/her create a custom folder in Discoverer, where he/she uses your SQL directly (copy&paste into discoverer admin)
    2. you can use your Select statement and store it in the database and give it a name. you do this via:
    create view your_view_name
    as
    select ... from ....;
    Then you can use this view like any other table for selects:
    select * from your_view_name;
    And it will return the same results like your initial select statement. The advantage is that this view exists as an object in the DB, means everyone else can use it (for example for tests), while you as a developer maintain it.
    When you have a view, then in discoverer administrator instead of creating a custom folder you can create a "normal" folder via "New folder from Database". Then it will list all your tables and views on the database, so you select your view "your_view_name" and it will create a folder for this (each column in the view will get an item in the folder etc.)
    Regarding performance: You can not generally say that this or that performs better, since the select statement in the view and in the custom folder can be the same. However if it's in the DB as a view, then the DBA can monitor and optimize performance better, since he can see it there as an object.
    Next to that there are certain limitations to the select statements that you can use in a custom folder. You do not have these limitations in the DB Views. However those are pretty complex statements that you maybe did not miss so far...
    Regarding benefits for tests:
    The benefit with a DB view is: you create a view for your select statement and then you can ask someone else to check if it returns the correct data. They will have to do a:
    select * from your_view_name where...;
    If something is not correct, you change the view but you don't need to send them the SQL via mail again... sending SQLs via mail is something I avoid, because people always do copy&paste mistakes or the mail program does some stupid things with the code or whatever.. I prefer to keep the "implementation" (source code/select statement) hidden to the person that tests... they can validate based on the results.
    But I don't want to stress too much on this one, since normally your users should test in Discoverer, that's what they will use finally, so they should test there. And here it does not make a difference to the end users whether you have views or custom folders.
    Regarding Source Code control or "Version Control":
    We use CVS or Subversion to store our program code. So all program code is stored in such a version control system, so that you can keep track of the changes over time, see which version was installed when (we place "tags/labels" with the date of deployment on the version that is installed) etc.
    I guess you store your program code somewhere in a folder, and you use different folders for different versions or something. This is pretty nasty, CVS or Subversion or systems like this make your life easier ;)
    Regarding Automatic deployment:
    Once we have developed a certain program (statement, package, whatever) and it's working fine, then we store it as new version in our CVS (version control). Then we do a UAT (user acceptance test). IF everything is fine and approved for production, then it needs to be installed on the production server.
    For this we have a so called build&deployment system. We use ANT for this (comes from the Java community I think).
    What we do when we want to have something installed: we run a script called "build.sh" with some parameters:
    build.sh deploy_production my_project
    this means we want to deploy the program "my_project" to the production system. the rest is handled by the script:
    1. get the latest version of the program code from CVS
    2. prepare & copy all needed files to the production servers
    3. run one or more install scripts on the production servers to install everything (for example it will execute our "create view ... " script via SQLPlus)
    4. verify if installation went fine
    5. place a tag/label in CVS that this specific program version has been installed on the current date onto the production system
    You can add there some more things if you want to... of course not everything is automated at our site, for example the discoverer folders are still manually created. But this is a one time action. If you make a minor change to the DB view (no new columns) then you need to install only the new version of the View, but nothing needs to be done in Discoverer with the folder.
    Well, I could continue for a while explaining the concept more and more... But meanwhile I forgot already what the initial problem was :-D
    best regards,
    David.

  • How to pass parameter in where clause in custom folder?

    I have the follow query
    blue color are the parameters
    i have paste this to a custom folder
    and
    select last_update_date, creation_date
    from ra_customer_trx_all
    where trunc(last_update_date)='29-SEP-2012'
    and customer_trx_id=1109
    to another custom folder returning 1 row only and create another worksheet in the same workbook and create
    3 parameter and 2 of them pointing to the 1 row query and create calcualtion
    SET_CONTEXT('Date_From',TO_CHAR(:Date From)) and SET_CONTEXT('Date_TO',TO_CHAR(:Date To))
    and 1 condition 1= SET_PARAM3(:Period)
    but this doesnt work for me, no data return please help
    select m.party_name TENANT_NAME 
    , b.interface_line_attribute10 lease_num
    --, b.interface_line_attribute12 "PPS Number" 
    ,b.interface_line_attribute2 LOCATION_CODE
    ,flexv.description property_name
    , a2.trx_number INVOICE_NUMBER
    --, t.name "Transaction Type" 
    --, e.attribute15 "AS400 Key" 
    , b2.description "BILL_ITEM_INVOCIE_DESCRIPTION" 
    ,case when gcc.segment5 like '6%' then 'P/L'
    when gcc.segment5 like '7%' then 'P/L'
    when gcc.segment5 like '8%' then 'P/L'
    when gcc.segment5 like '9%' then 'P/L'
    else 'B/S'
    end as account_nature
    --, gcc.concatenated_segments as "Charge Account" 
    ,gcc.segment1 company_code
    ,gcc.segment2 department_code
    ,gcc.segment3 property_code
    ,gcc.segment4 business_segment
    ,gcc.segment5 account_code
    ,gcc.segment6 project_code
    ,gcc.segment7 intercom_code
    ,gcc.segment8 spare1
    ,gcc.segment9 spare2
    , b2.extended_amount BILL_ITEM_INVOICE_AMOUNT
    ,to_char(substr(ps.gl_date,4,8)) gl_period
    , b.interface_line_attribute11 bill_start_date
    , b.interface_line_attribute14 bill_end_date 
    , decode(a2.invoicing_rule_id, '-2',  
       DECODE(TO_CHAR(b.RULE_START_DATE, 'YYYYMM'), to_char(to_date(to_char(TRUNC(to_date(SETPARAM.GET_PARAM3,'yyyymm') , 'Month')-1),'DD-MON-YYYY'),'YYYYMM'), 'Current', 'In Advance'), 
       'Current') bill_nature 
    , to_char(a2.trx_date, 'DD-MON-YYYY') invoice_date
    ,pal.lease_commencement_date
    ,pal.lease_termination_date
    ,h.user_name created_by
    --, NULL as remarks 
    from ra_customer_trx_all a 
    , ra_customer_trx_lines_all b 
    , pn_leases_all d 
    , pn_tenancies_all e 
    , hz_cust_accounts l 
    , hz_parties m 
    , fnd_user h 
    , ar_payment_schedules_all ps 
    , RA_CUST_TRX_LINE_GL_DIST_ALL dist 
    , gl_code_combinations_kfv gcc 
    , AR_RECEIVABLE_APPLICATIONS_all app 
    , ra_customer_trx_all a2 
    , ra_customer_trx_lines_all b2 
    , RA_CUST_TRX_TYPES_all t 
    , fnd_flex_values_vl flexv
    ,pn_lease_details_all pal
    where  
    app.APPLICATION_TYPE = 'CM' 
    and flexv.flex_value=gcc.segment3
    and flexv.FLEX_VALUE_SET_ID=1014916
    and pal.lease_id=d.lease_id
    and app.applied_customer_trx_id = a.customer_trx_id 
    and app.customer_trx_id = a2.customer_trx_id 
    and a2.cust_trx_type_id = t.cust_trx_type_id(+) 
    and a2.org_id = t.org_id(+) 
    and b.customer_trx_line_id = b2.previous_customer_trx_line_id 
    and dist.CUSTOMER_TRX_LINE_ID = b2.CUSTOMER_TRX_LINE_ID 
    and dist.account_class = 'REV' 
    and dist.account_set_flag = DECODE(NVL(a2.invoicing_rule_id,1), -2, 'Y', 'N') 
    and gcc.CODE_COMBINATION_ID(+) = dist.CODE_COMBINATION_ID 
    and b.interface_line_attribute10 = d.lease_num 
    and d.lease_id = e.lease_id 
    and e.primary_flag = 'Y' 
    and b2.customer_trx_id = a2.customer_trx_id 
    and a2.bill_to_customer_id = l.cust_account_id 
    and l.party_id = m.party_id 
    and a2.created_by = h.user_id 
    and ps.customer_trx_id = app.customer_trx_id 
    and ps.gl_date between trunc(trunc(TO_DATE(SYS_CONTEXT('DISCO_CONTEXT','Date_From')),'MM')-1,'MM') and trunc(TO_DATE(SYS_CONTEXT('DISCO_CONTEXT','Date_To')),'MM')-1

    What exactly is wrong with the results? Can you make the report include the gl_date so that you can see exactly what is being included?
    The only way to troubleshoot this is to go back to basics. You have to be 100% certain that the parameter and calculations for the dates are working. You have granted execute permission over the function to your EUL owner - yes? What I did was create the function in a package owned by EUL_US then I had no issue with grants or permissions.
    Also, gl_date is a DATE and not a string right? I ask because if it is not a date but a string then some dates might be left out.
    Assuming you are 100% certain of the building blocks you should start by including only the gl_date and primary key from the table you are using. Once you are sure you are getting the right data you can start to add in more fields.
    I do notice you are using E-Business Suite objects. I copied the code into my system where I am not using leasing. So I commented out the references to the 3 PN tables. I got 150 rows of data when I queried using the parameter and again when I hard coded the BETWEEN for the gl_date. You do have to make sure that your EUL owner has been granted SELECT right from all the tables and views used in your code and, if you intend to share this code with someone else, you will also need to have GRANT rights.
    Try your code in a SQL tool such as TOAD and see what happens. Are you absolutely sure that every one of your transactions has an entry in the PN tables? This might be why you are not getting the results you expect. You could try, as I did, to comment those lines out and then see what happens.
    Hope this has given you enough to solve your issue
    Michael
    PS. It would be nice to know your name. You haven't used it once in your thread.

  • Creation of a Custom Folder in Oracle Discoverer Administration Edition

    Hi
    Could anybody help me in solving this problem while creating a Custom Folder in Oracle Discoverer Administration Edition ?
    My Requirement is :
    I Connect to EUL_US/EUL_US@<HOST_STRING> under Oracle Discoverer Administration Edition.
    I selected a Pre-Defined Business Area Eg. General Ledger
    There i created a Custom Folder by Name Test Custom Folder
    The Query which i used in my Custom Folder is
    SELECT NAME FROM GL.GL_JE_BATCHES
    When i Used this Query it says Table or view does not exist.
    The Folder is getting created but without a Query.
    I am not able to preceed further.
    Any Help would be appreciated
    Regards
    Nakul Venkataraman

    Hi Nakul, you may be running into a problem with the sql for your custom folder. For some reason Discoverer Admin will allow you to create a custom folder with sql, but then if you change it and it has any advanced sql, i.e. grouping sets, analytic functions etc., you probably receive an error.
    An option is to create a view using the same sql and create a folder from the database using this view.
    Hope this helps.
    Brent.

  • "I would like to know how to set the default view for the columns. Somewhere I read it could be done in by music icon under Library.  Can't find it.  Thanks

    "I would like to know how to set the default view for the columns that are shown in iTunes. Every time I open it, I have to either go to the options, or right-click to get the pop-up options, and delete "rating" and add "composer." I'd really like to just do it once and be done with it."  Somewhere I read you could do this by clicking on the Music icon under LIBRARY then arramge the columns.  Trouble is, I can't find a Musi Folder or icon in my user library.
    Any help would be appreiated.  OSX 10.9.2  iTunes version 11.1.5  Thanks!!! CW!

    From the iTunes menu bar try View>Show View Options.  Make sure what you want to see is checked and what you don't is unchecked.  You can do this (may need to do this) for any playlists, your main Library, etc.
    Good luck
    srb

  • Item based on a formula in a custom folder

    Hi, actually I'm using Discoverer 4i and I have a problem when I create (with the administrator) an item based on a formula inside a custom folder.
    The item is based on the following formula :
    GET_THRESHOLD(Name,'XXI_SZF_SLA_Thresholds_Kormos') -- (1)
    where:
    GET_THRESHOLD is a function that returns a number
    Name is the first parameter (and at the same time another item of the custom folder)
    'XXI_SZF_SLA_Thresholds_Kormos' is an hardcoded value.
    So..when I wrote the formula into the Item Properties, this is written correctly and when I connect with Desktop or Viewer my report works correctly.
    But when I close and I re-open the administrator, I see the following formula
    GET_THRESHOLD(Name,'XXI') -- (2)
    .....how it was saved in a wrong way....or truncated....
    I tried to check also the flag "Automatically save changes after each edit"....but I see always, after I reopened the administrator, the formula (2) and not the formula (1)
    Is seems that my changes are not saved !!
    Is this a bug ? Can I fix it in some way ?
    Thanks in advance
    Alex

    hi,
    1. Try to execute the function manually by passing the same value.
    2. Discoverer formats the names of Items/folders/parameters etc by replacing underscores ("_") with a space, so this might be the reason, why it converts the value to : 'XXI SZF SLA Thresholds Kormos' and takes only the first string "XXI".
    3. Try passing a value without "_".
    Hope this helps!
    Yogini

  • Where is the sql in a custom folder stored in the  db tables?

    Hi
    Does anyone know the name of the table & column that holds the sql that you write in a custom folder. I thought it might be EUL_OBJS as there are 4 columns called obj_object_sql1-4 but for a recently created custom folder these columns are blank.
    I hope someone knows the answer to this as I have to investigate whether a value has been hard-coded into all our customised sql & would rather not have to go through each folder in turn!
    Thanks in advance
    Claire

    Chris CA wrote:
    It is in the song file itself.
    Most of the information gets stored in the file tags. Exceptions include files that don't support tags, e.g. wav & mov. Other information that is only ever stored in the library, rather than the tag, includes date added/modified, rating, last played, podcast details, playlist membership etc.
    tt2

  • How to set default folder view to "list"

    Hi guys,
    This is regarding Tiger. I poked around in the Finder forum to no avail. Have any of you come up with anything that would force the default folder view to "list" view?
    Um, folders, they are found in the gui.
    Thanks for any thoughts, scripts, plists, insults welcome, have a Merry Christmas!

    "all windows"
    Unfortunately that did not work.
    While in the Finder from the menu bar go to Finder > Preferences > General tab. See the item "Open new windows in column view" Whatever that is affecting I suppose would be the place to start hacking away on. I haven't investigated that. Would have been nice if Apple added list view in there.
    I'll see if I can poke around a bit and find what file gets affected by setting that option. I'll post if I find something.

  • Passing date parameters to a custom folder

    Is there any simple way to pass date parmeters to a custom folder?

    I think I recognize a question very similar to this recently.
    And it's the same situation, in that - what do you mean by passing a date?
    I understand it to mean that you want a user - at run time - to enter a date or date range that will then return only that data from a custom folder.
    1. You could have all data returned (ie: no date conditions applied to the SQL) and then filter using the Disco tool (ie: plus, viewer, desktop).
    2. If you want to 'pass' those date parameters into the actual folder in the EUL, then there is a method that you can use using functions you write.
    3. Or you could code the actual database SQL view with some kind of hard-coded date parameters (ie: SYSDATE - 30), etc.
    Russ

Maybe you are looking for

  • How do I add a computer to my account?

    I have an itunes account and want to add my iMac so that I can listen to the music on it as well. Help please.

  • IP over Infiniband network configuration best practices

    Hi EEC Team, A question I've been asked a few times, do we have any best practices or ideas on how best to implement the IPoIB network? Should it be Class B or C? Also, what are your thoughts in regards to the netmask, if we use /24 it doesn't give u

  • Can image for blue pixels and report pixel x,y coordinates

    Hi I am not sure if I am posting in the right forum so please excuse me. I have a number of images (100 +) which are 400 pixels by 400 pixels each. On these images I have a number of blue dots which are probababally 2 by 2 pixels each. I want to writ

  • Ldd does not show dependency on libC/ libCrun or libCstd

    When I do an ldd on my executables (built using WS6U2), it does not show that it depends on libC/ libCrun or libCstd. But the executables use the iostream. More over, one of them fails with the below message; ld.so.1: Rules: fatal: relocation error:

  • Hp5530 doesn't finish print job

    I have two computers, a win7 laptop and a win8.1 desktop. My 5530 is set up as a wifi printer and is next to my Linksys wireless router.  Both printers wil print to the printer but often the print job doesn't finish -  stopping in the middle of a pag