Calc want to work "behind the scenes, but don't not to appear in the query.

Hello world

Hope all is welll...

I have a called calc: Calc_HippaToSortNumber who:
DECODE (hold desc, 'HIPAA', 999, NULL, 0, 500)

I use it in a condition:
Calc_HippaToSortNumber = Calc_MaxHoldDesc

I would like to remove the column from the query, but it is still active, get this msg when I try to
Remove the column:
ambigously defined column

Any ideas how I can remove from query, but still keep the calc active?
TX, Sandra

Hello

I just wanted to try the Calc_MaxHoldDesc calculation

MAX (DECODE (hold desc, 'HIPAA', 999, NULL, 0, 500)) OVER (PARTITION BY Student.Id)

While there is no reference for the calculation of the others.

Rod West

Tags: Business Intelligence

Similar Questions

  • My wifi works on windows 7, but it is not detected on windows 8

    Original title:

    Windows problem 8

    having powercars. My wifi works on windows 7, but it is not detected on windows 8 in my computer dell laptop. How to connect to wifi in windows 8. I tried Fn + F2 but it makes only bluetoth on and outside. I am not able to see too much on window 8 vertical icon bar. How can I connect to wifi on windos 8 too?

    Hi Yvon,.

    1. What is the model of your Dell laptop?
    2. What is the brand and model of the router?

    Adding to the suggestion of SilverBack_1 you can also refer to:

    http://Windows.Microsoft.com/en-in/Windows-8/cant-find-wireless-network

    You can consult the following links for more information.

    http://www.Dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?c=&l=&s=&docid=420860

    http://Windows.Microsoft.com/en-GB/Windows/network-connection-problem-help#network-problems=Windows-81&V1H=win81tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    I hope this helps. Please post with the State of the question.

  • My website works in deskptops, tablets, BUT IT IS NOT WORKING in ANY SMARTPHONES!

    My website works in deskptops, tablets, BUT IT IS NOT WORKING in ANY SMARTPHONES! I call Adobe support and they say they can't gelp me, I called godaddy and they say I have to call adobe! I have the man DONT KONOW WHAT to DO! PLEASE I NEED HELP! WHEN I TRY TO ENTER MY SITE WEB SITE IN MYIPHONE IT SEND ME TO ANOTHER OF MY DOMAINS! ANY ADVICE?

    IMG_1753.PNG

    I think you understood the solution as the site opens fine on my end.

    Thank you

    Sanjit

  • I want to upgrade my Safari v, but don't want to go to the Capitan - been on the website of apple for half an hour, how do I do this? Any suggestions?

    I run 10.7.5 and want to update my browser safari only, do not go to Capitan. Find a Mountain Lion or Yosemite upgrade in the apple website? I watched for an hour? And Yes, I know I should have kept with upgrade... but don't want to go to Capitan, as my book air is very low.

    Mountain Lion can be purchased on the Apple Online Store. If you have already not Mavericks or Yosemite from the Mac App Store, go into a physical Apple store and ask the version you want.

    It is not possible to update Safari past 6.1.6 on Lion and 6.2.8 on Mountain Lion.

    (139064)

  • I want to work on the band 5 GHz with my wireless router. on my HP Pavilion dm4-1160us

    I have a:

    HP Pavilion dm4-1160us laptop

    Internal network card Intel WiFi Link 1000 bgn

    Windows 7 Professional 64-bit operating system

    Netgear n600 WNDR (Premium Edition) 3800-100nas wireless router

    It works fine on the 2.4 ghz band as it should be, but I'd like to replace the network adapter with dual-band to work on the 5 GHz band card to up to 300 or 450 Mbps.

    What are my options

    TX

    Dave LeBlanc

    ldavid wrote:

    I learned in the past by people of varying degrees of knowledge, I can't just change the map.

    Is this true? I have to go in the Bios?

    Thank you

    Dave

    That's right, that's why I posted the link to a service guide for the laptop. The map is mentioned in this manual, so no BIOS modding is needed. There are 2 compatible adapters, but Intel is better than Broadcom...

  • INsert Into does not work in the query

    I wrote this part of my web site that allows you to insert records in the DB. Right now it does not work properly. I get no error, but I do not also get a new record. Can you see why this is happening? I write two pages of code, the edit page and the action page. I can't understand what Miss me.

    Change page:

    < name = "cfparam url.id' type = 'integer' default = '0' >"
    < name cfparam = "variables. ProjectID' type = "integer" default = "#url.id #" >
    < name = "cfparam variables.proj_name" default = "" > "
    < name cfparam = "variables. Default Description"=" ">
    < name cfparam = "variables. Default CategoryID"=" ">
    < name = "cfparam variables.cat_name" default = "" > "
    < cfif url.id GT 0 >
    "< name cfquery ="projMan"datasource =" "#sitedatasource #" username = "#siteUserID #" password = "#sitePassword #" >
    SELECT c.CategoryID,
    c.Name AS cat_name,
    p.ProjectID,
    p.Name AS proj_name,
    p.Description
    CATEGORIES AS c
    INNER JOIN project GOT p ON c.CategoryID = p.CategoryID
    WHERE p.ProjectID = < cfqueryparam value = "" #URL.ID # "cfsqltype ="cf_sql_integer">"
    AND c.CategoryID = p.CategoryID
    < / cfquery >
    < cfif projMan.RecordCount EQ 1 >
    < cfset variables. ProjectID = projMan.ProjectID >
    < cfset variables.proj_name = projMan.proj_name >
    < cfset variables. Description = projMan.Description >
    < cfset variables.cat_name = projMan.cat_name >
    < cfset variables. CategoryID = projMan.CategoryID >
    < / cfif >
    < / cfif >
    < name cfquery = 'catList' datasource = "" #sitedatasource # ""
    username = "" #siteUserID # "password =" #sitePassword #">"
    SELECT DISTINCT categories. CategoryID, Categories.Name AS cat_name
    Categories
    ORDER BY name
    < / cfquery >
    < head >
    < / head >
    < body >
    < cfoutput >
    < form action = method of "project - Action.cfm" = "post" name = 'projects' id = 'projects '.
    enctype = "multipart/form-data" onsubmit = "saveIt ()" >
    < input type = "hidden" name = 'ID' value = '#variables. ProjectID #">"

    < input type = "text" name = 'proj_name' class = 'textInputs"value =" ' #variables.proj_name # ' maxLength '510' = > "

    "< textarea cols =" "lines =" "name ="PDSeditor"style =" display: none "> #variables. Description # < / textarea >

    < select name = "CategoryID" size = "1" class = 'everyday' >
    < IsDefined ("projMan.CategoryID") cfif >
    < option value = "#projMan.CategoryID #" > #projMan.cat_name # < / option >
    < cfelse >
    < option value = "" >--select a category--< / option >
    < / cfif >
    < cfloop query = 'catList' >
    < option value = "#CategoryID #" > #cat_name # < / option >
    < / cfloop >
    < / select > < / cfoutput >
    < / body >


    «"" "Action page:»»"»

    "< cfquery datasource =" "#sitedatasource #" username = "#siteUserID #
    password = "#sitePassword #" >
    Projects UPDATE
    SET
    Projects.Name = < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.proj_name #" >.
    Projects.CategoryID = < cfqueryparam value = '#form. "CategoryID #" cfsqlType = "CF_SQL_INTEGER" >.
    Projects.Description = < cfqueryparam cfsqltype = "cf_sql_longvarchar."
    value = '#form. PDSeditor #">"
    WHERE ProjectID = < cfqueryparam value = "" #form.ID # "cfsqlType ="CF_SQL_INTEGER">"
    < / cfquery >
    < cflocation url = 'project - manager .cfm' >
    < cfelse >
    "< cfquery datasource =" "#sitedatasource #" username = "#siteUserID #
    password = "#sitePassword #" >
    INSERT INTO projects
    (Name, Description, CategoryID)
    VALUES
    (< cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.proj_name #" >,)
    < cfqueryparam cfsqltype = "cf_sql_longvarchar" value = "#form. PDSeditor #">,"
    < cfqueryparam value = '#form. ("CategoryID #" cfsqlType = "CF_SQL_INTEGER" >)
    < / cfquery >
    < cflocation url = 'project - manager .cfm' >


    I don't see why there is no records are transferred to the DB. Can someone help me?

    Thank you.

    Phoenix

    the order of the values that you insert is different from the order of the array
    fields, that they are inserted in your INSERT query:

    INSERT INTO projects
    (Name, body, MYFile, CategoryID)
    VALUES
    (,
    ,
    ,

    NULL = "#NOT fileuploaded # ' >)

    in the part of the INSERTION, the order of the fields is NAME, BODY, MYFILE CATEGORYID
    in the part of VALUES, the order of the values is NAME, BODY, CATEGORYID, MYFILE

    HTH

    ---
    Azadi Saryev
    SABAI - Dee.com
    http://www.SABAI-Dee.com

  • I try to open an attachment that has worked in Windows Vista, but it will not open in Windows XP.

    original title: electronic

    I just changed from windows xp to windows vista, I received an email where I have to download an attachment I did but it will not open the file it says windows cannot open the file, it must know which caused it.when I was on vista, I used to get it open & I could read it without problem .i don't know what to do can you help me please

    You will need Adobe Acrobat Reader (free - NO Acrobat but Acrobat reader) of http://get.adobe.com/reader/otherversions/ which will then open the pdf files.

    Steve

  • I have Photoshop cc 2014 but do not get access to scripted models. Ive just updated, but it does not always appear in the box to fill patterns. Anyone know why?

    Although I've just updated my cc photoshop I don't not scripted options model-someone ' one can tell me what could be the reason?

    You do not speak the most recent as the tree, flame and a framework? They moved to the filter > render in the menu bar.

    EDIT: Mark Gene as correct if that was the case. It took him until I did it.  xD

  • Tv4 Apple airplay implements buffer fine but don't not play/start

    I just upgraded my apple iOS 9.2 tv4. After upgrading my iphone 6s airplay more (ios 9.3) does not work. When I airplay no clip in safari on my apple tv, I see the video is buffering on TV fine, but it does not start even though I hit play on the remote control and iphone! .. Some clips are long from 10 to 30 minutes. They get stamped completely but apple tv doesn't play/start them despite I hit play on the remote control?

    I have restored factory apple tv to think that maybe the problem but still the same.

    No luck. Had to restore the old ios 9.1 on atv4

  • How to "automatically detect the proxy for this network settings" and "Use system proxy settings" work behind the scenes?

    How can I see what the firefox proxy actually uses when I check either of these two options?
    There go to Internet Explorer?
    They are stored somewhere in the registry?

    Hi conectionist,
    This is taken if there is a proxy configured in the network settings on your operating system. If you want to test there may be further on:

    Please feel free to research to find a better if necessary.

  • I downloaded a windows file. I want to work with the document. I want to insert the information. How can I do this

    How can I work with a pdf file of windows? I want to insert the information. Edit the file etc.

    You may be lucky with select all > copy > paste into a new document in a robust word-processing or text-editing application

    A PDF is designed to be READ (for the most part)-only "areas" can be "filled" and printed/saved

    After the first, you can then save it as a PDF from the application you are using - usually the function print rather than the Save as function

  • IPhone unlocked 6 works on all carriers of the United Kingdom, but will not activate on mobile of delight that use EE network sim works in my 4S but 6 says not found carrier shows 3 bar on signal but will not activate the phone?

    uunlocked iphone6 works on all networks 4uk but does not work on mobile thegy delight use EE network it shows 3 bars of signal, but no name even sim card works fine in my 4S but bearer of 6 sows not found mobile delight just advise manual setting of the bu AFN will still not be enabled?

    any help appreciated MikeC

    Contact the carrier. In all cases the pleasure is not a carrier official iPhone.

  • Standard Gmail view does not work behind the router WRT110

    PIC - full view

    I use the gmail webmail site.

    Behind router wrt110 and in standard gmail view, I can't read my emails

    because the site stops loading in.

    The problem only occurs in the browser Firefox 3.5.7.

    In Internet Explorer 8, everything seems fine.

    Help, pls.

    Problem solved.

    NoScript Firefox addon was guilty.

    It automatically blocks goole.com scripts.

    After the activation of google in noscript standard display GMail works again.

  • Want to reinstall Vista on netbook but don't ' have the installation media

    I want reinstal vista on my netbook, I have the keys, but not the cd for vista how can I do reinstal it

    * original title - I want reinstal vista on my netbook, I have the keys, but not the cd for vista how can I do reinstal it *.

    Hello

    normally, netbooks do not have a DVD player

    but they should have a recovery partition to reinstall vista to the way in which you bought

    Depending on the brand, it would probably be one of these key combinations

    ask the manufacturer for the correct key sequence

    you would normally press F10 or F11 or Alt + F10, 0 at startup to start the recovery process according to the manufacturer

  • Why my video work in the preview WMM, but don't not after publication?

    The video plays smoothly in the preview, but when I publish it the video stops at a section in half way through and freezes and goes on like this for the rest of the duration of the video.

    I tried to publish different ways and re-issue of my video, but it continues to be...

    Hello

    This can happen if you try to publish a movie after one or several source files for the corresponding clips in your project have been moved, renamed, or deleted.

    To resolve this problem, do one or more of the following:

    a. Locate the original source file, and move or copy them into the directory on your computer when it was first imported into Windows Movie Maker. To find a missing file, click on the missing element in the collection or project pane, click on edit and then click on search for a missing file.

    b. check that all network locations are still available if the source file was originally located on a shared network location when it was first imported into Windows Movie Maker.

    Check this link for more information:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-publishing-a-movie-to-your-computer

    http://Windows.Microsoft.com/en-us/Windows-Vista/publish-a-movie-in-Windows-Movie-Maker

Maybe you are looking for

  • Compaq CQ2009F desktop PC: battery CMOS

    I need to replace the CMOS in this old computer battery and need to know the right pair to buy.  Generic instructions from HP Web and video shows that the battery is a 2032, but I would like to be sure.  Can someone tell me exactly what battery I nee

  • No speech recorder

    I find it odd that you can save and send memos, but there is no standalone version for voice recording.

  • Find my Sansa on another computer

    I got a Sansa as a birthday gift.  The person who gave it to me put a few songs using their computer.  Now when I plug the Sansa to my computer it does not find.  How can I get find.  I want to put more songs on it.

  • Sound problems: problems with its cutting using earphones.

    Hello Speakers of the laptop are poping up, and the helmet just cut off for 1-2 seconds, also accompanied the poping. Under Vista, Itunes, 8 GB of RAM, This thing worked fine for hours, and now [without doing anything to the settings] the thing does

  • all hosts on the same page

    Hello on 5.6.4 I created a report of active host summary. I have four monitored servers. Then I have 4 pages. A host by page. Can I have all on the same page? I mean a single page for 4 guests. How? Thank you.