Is it possible to change the datatype of the Restricted Column?

Hi,
1. I created a Analytic View, and in the Analytic view applied the retricted Column.
    I have restricted the column SALES REVENUE(Measure) based on the Attribute Column Country.
    Have checkedin  Include. When i validate the process, I get an error as -
   "The aggregation type FORMULA can not be applied on calculated column RC_SALES of data type CHAR"
    Here RC_SALES is my Restricted Column and not Calculated Column, but in the errors it shows vice versa.
2. Is it possible to change the data type of the Restricted Column. If so, where should i change it, I have tried in the Properties pane and also i have
    tried within the semantics of the Analytic view. Within Semantic, the aggregation type is set as SUM by default.
Thanks and regards
Sanjay

Hi,
In SQL*Plus, you can set the width of a DATE column the same way you do it for a VARCHAR2.
COLUMN  dateacquired  FORMAT A12
SELECT  SYSDATE  AS dateacquired
FROM    dual;produces
DATEACQUIRED
29-JAN-09

Similar Messages

  • How to change the datatype in the oracle table?

    Hi,
    I need to change the datatype of the column in Oracle table. That column contains some data. I do not want to loose those data.
    For altering a table/column condition are:
    1. either table should not contain any data.
    2. either that column should not contain any data.
    Please suggest how i can handle this situation.
    Thanks.

    Hello,
    Suppose you have currently datatype of column as VARCHAR and you want to convert it in NUMBER. Do following
    1-Add another column with NUMBER datatype in your table.
    ALTER table tablename
    ADD testcolumn NUMBER;2-Update your actual column data to this test column.
    UPDATE tablename
    SET testcolumn = actualcolumn;
    COMMIT;3-Update your actual column data to null;
    UPDATE tablename
    SET actualcolumn = NULL;
    COMMIT;4-Change Datatype of actual column.
    ALTER table tablename
    MODIFY actualcolumn NUMBER;5-Update actualcolumn to testcolumn
    UPDATE tablename
    SET actualcolumn = testcolumn;
    COMMIT;
    please mark if it help you or correct
    Regards,
    Danish

  • HT204370 Is it possible to change my purchase to the same cartoon, but with another spoken language?

    I bought the movie Cars for my kids on my apple tv. It was the english version, but I thought it was possible to change the spoken language to Danish. It wasn't. Now it seems I should have bought a different version of the film; the danish version. Is it possible to change my purchase?

    Is the Danosh version available in your country's store (what languages a film is in should be on its description page in the store) ? Purchases are considered, but you can try the 'report a problem' page to contact iTunes Support and see what they say (we are fellow users on here) : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Change the datatype of the Keyfigure

    Dear all
    I have a Keyfigure which was earlier defined as Decimal with 3 decimals places.But now with the change in the Customer's requirement , I need to make it with 8 decimal place. the  way out is to either increase the decimal places supported ( but this is not working , i tried ) or to change the datatype to FLTP , but again this option is non-editable , so i am not able to change it either.
    I also tried to create a new InfoObject , but then i would have to change evrything from infosource to update rules.
    BI-Guru's , Is there any way out here ?
    Thanks
    Ramesh

    Hi,
    you won't be able to change your KeyFig without reloading your target with your new key figure setting. Indeed changing to floating point will change your figures...
    You have to create a new KeyFig, map your URules... an reload your data in your target; you could use a copy of your cube in order to do so.
    hope this helps...
    Olivier.

  • Changing DataColumn DataType in the same DataTable

    hi,
    I have following requirement.
    In a DataTable, I have a DataColumn with String as DataType (This has dateTime data in String format). I want to change this DataType to DateTimeStamp and then sort it in ASC order.
    Could someone please share sample code to do this?
    Appreciate for your help.
    Many Thanks,
    Alex
    AC

    Hi Alex,
    >> In a DataTable, I have a DataColumn with String as DataType (This has dateTime data in String format). I want to change this DataType to DateTimeStamp and then sort it in ASC order. Could someone please share sample code to do this?
    As far as I know, the DateTimeStamp is an element in Exchange Server, there is “System.DateTime” in C#. Do you want to covert the string to System.DateTime, and sort it in ASC order? If so, I will recommend you add a new column, convert the string to DateTime,
    add the value of the DateTime to the new column, and then sort by the new column.
    For information about adding new column, you could refer the link below:
    # DataTable Class
    https://msdn.microsoft.com/en-us/library/system.data.datatable(v=vs.110).aspx
    For information about converting the string to DateTime, you could refer the link below:
    # How to: Convert a String to a DateTime (C# Programming Guide)
    https://msdn.microsoft.com/en-us/library/cc165448.aspx?f=255&MSPPError=-2147217396
    For information about sorting by the new column, you could refer the link below:
    # Dataset sorting in c#
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/adbd95cd-49d1-483d-b2b2-4b696a66e9a6/dataset-sorting-in-c?forum=netfxbcl
    If I misunderstand you, please feel free to let me know.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Is it possible to Change Directory structure once the project is developed?

    Hello,
    I am a Newbee to OAF development, I recently developed a JSP page using the oracle recommended directory structure "<companyname>.oracle.apps.<custom directory>." ie., for ex: "*xxcom*.oracle.apps.xxco.xxco_mapping.server", the page worked perfectly fine when I ran it from jDeveloper.
    but when I tried to deployed the same in the server to run from Oracle Applications, I found that our organization's unix directory structure where I need to deploy the files is not the same, they are excluding the "<companyname>" directory in there structure, the directory structure in unix looks like this "$JAVA_TOP.oracle.apps.<custom directory>...." ie., for example: "/u06/appsw/appdevcomn/java/oracle/apps/xxco", so now I cannot deploy the page I have developed.
    How do I resolve this issue? can I change the directory structure in jDeveloper now to match that on the server, ie., change it to "oracle.apps.xxco.xxco_mapping.server" instead of "*xxcom*.oracle.apps.xxco.xxco_mapping.server"
    Thanks

    Yes, it is called refactoring. PLease see the link below:
    http://jdeveloperfaq.blogspot.com/2010/04/faq-20-how-to-refactor-adf-components.html
    Kristofer Crus

  • Change the datatype of the column in a datamodel

    Hi,
    I have a data model in place.
    I want to change the data type of 3 columns.
    How can I achieve it?

    Hi Avinash,
    Thanks for your reply !!
    This data model is based on Oracle BI Analysis.
    These columns are CHAR in the Db, rpd and in the Analysis.
    Only in the Data model these are specified as Number. I want to change these columns to CHAR.
    Any Ideas?

  • Variablize the datatypes in the select of data from XML to Oracle

    Hi All,
    I'm new to XML to Oracle data integration. I do have clob column that has the XML data and trying to bring it into the Oracle relational tables, as a part of it we are developing PL/SQL procedure that calls this CLOB column, I want to know if we can variablize the data types ( Just like tablename.columnname%type) in the select of the XML data:
    select v.instrid, v.endtoendid, v.txid, v.cd, v.ccy,
    replace(v.intrbksttlmamt,'.',',') as intrbksttlmamt, v.chrgbr, v.bic1, v.nm1, v.adrline11, v.adrline12, v.ctry1, v.iban1,
    v.bic2, v.bic3, v.nm2, v.adrline21, v.adrline22, v.ctry2, v.iban2, v.cdtrref, v.addtlrmtinf
    from the_data w,
    xmltable(xmlnamespaces(default 'urn:iso:std:iso:20022:tech:xsd:pacs.008.001.01'),
    '/Document/pacs.008.001.01/CdtTrfTxInf'
    passing xmltype(w.the_column)
    columns instrid varchar2(300) path 'PmtId/InstrId',
    endtoendid varchar2(150) path 'PmtId/EndToEndId',
    txid varchar2(200) path 'PmtId/TxId',
    cd varchar2(50) path 'PmtTpInf/SvcLvl/Cd',
    ) v
    As you see above in the bold I do define the data types after every column name , the problem is incase there is change in datatype I do need to manually edit the procedure to change the datatype is there a way I can variablize them something like tablename.columname%type.
    Any answers are greatly appreciated.

    Two questions:
    1. Does your database have a version number?
    SELECT * FROM v$version;2. Why are you storing XML in a CLOB column rather than one of XMLType?

  • Whats the datatype for the time in the format mm:ss.ms

    Hello Sir,
    I wanted to create a table with a field called time.
    what should be the datatype for this field contains the value as in the format mm:ss.ms(04:53.0).
    waiting for ur reply.
    regards
    pannar

    Actually, i need to read some time values from excel sheet and store them into a table. it should contains the field time with the value something like
    (05:21.1) ie mm:ss.ms).
    if i put varchar2, i will be in trouble at the time of querying the table with some condition like fetch the records only the time duration less than 3 mins or something like that!
    in this case, what data type finally fits to do this?

  • How do I modify the datatype of the y-axis in a Graph?

    I need to produce a simple graph that displays project names vs. dates. It is a simple query and should be a simple graph. However, the graph tool wants to display only NUMBER data-types on the y-axis. I need to display DATEs. What must I do?
    Here is a query that I would like to use and below it is what I am forces to use to get the graph to display anything:
    Query 1 (What I need to use):
    select p.project_id, p.project_name, g.ANTICIPATED_GATE_DATE, g.ACTUAL_GATE_DATE
    from project p, gate_split gs, gate g
    where p.project_id = gs.project_id
    and gs.gate_split_id = g.gate_split_id
    and ((:P_START_DATE <= g.anticipated_gate_date or :P_START_DATE is null)
    and (:P_END_DATE >= g.anticipated_gate_date or :P_END_DATE is null))
    and g.ACTUAL_GATE_DATE is not null
    order by g.anticipated_gate_date
    Query 2 (What I must do to get anything to display on the Y-Axis):
    select p.project_id, p.project_name, TO_NUMBER(TO_CHAR(g.ANTICIPATED_GATE_DATE, 'J'))anticipated_date, TO_NUMBER(TO_CHAR(g.ACTUAL_GATE_DATE, 'J'))acutal_date
    from project p, gate_split gs, gate g
    where p.project_id = gs.project_id
    and gs.gate_split_id = g.gate_split_id
    and ((:P_START_DATE <= g.anticipated_gate_date or :P_START_DATE is null)
    and (:P_END_DATE >= g.anticipated_gate_date or :P_END_DATE is null))
    and g.ACTUAL_GATE_DATE is not null
    order by g.anticipated_gate_date

    As I said drag the icon of the selected graphic to your Desktop.
    Open it in Preview.app > Menu > Tools > Adjust Color…
    Drag the combination of Temperature & Tint to change the Hue.
    Drag the Exposure to change the Tone.
    Save the .tiff with a new name eg Blue grass.tiff so you don't get confused and drag the image back into the Pages document image.
    Peter

  • Is it possible to change image quality on the iPhone 4S?

    What's happened is that all images viewed on the phone used to have good quality to them (note not actual images taken by the camera but safari related) but something has changed and now they are small and poor. Have tried to research what it could be but have been unsuccessful.
    Can anyone help? Is it a possibility that settings on the phone have been changed somehow and if so how do I change them back?

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Since recent updates, I have noticed that my apps close automatically when I am distracted. In some cases it is time consuming to sign back in and get back to the task I was doing. Is it possible to change a setting so the apps will stay open?

    Since recent updates of iOS, I have noticed when using my iPad that my apps close automatically when I have to leave the room or am otherwise distracted for a few minutes. It is sometimes time consuming to sign back in and get back to the task where i left off. Is there a setting I can change so it will keep the apps open until I am ready to close them? Thanks for your help.

    Did you have this problem before Restoring you iPad?
    If you did then did you restore with a backup. You may have reinstalled something that is conflicting in this back up
    If not then sounds like either something went array with the clean install or a hardware issue.
    I know it's long winded but have you tired a clean install then downloading the apps again?
    PJRS

  • Is it possible to change online 'voice' on the Mac?

    Is there any software or hardware that can convert voices while streaming into a real-time role-playing web environment? E.g. female>male, male>female, etc?
    As far as software goes there seems to be a lot available for Windows, but nothing for Mac that I have seen. PCs seem superior when it comes to voice issues (for example Dragon is PC-only and yet its the best by miles). Is voice conversion another poor relation? Do I need to buy a PC to do this?
    Does anyone have any ideas? I would prefer a hardware solution that I could plug a headset into, but software I would also consider. After all, it should be easy enough - it's just a matter of altering the pitch up or down, while reducing or increasing bass frequencies at the same time. Something a schoolkid could design, but I don't know where to even look for it, so any help would be appreciated.
    iMac G5 17" 1.5Gb RAM   Mac OS X (10.4.9)  

    Maybe I wasn't quite clear enough?
    I'm talking about streaming voice chat into online environments such as World Of Warfare or Second Life. I want to convert my own voice (from a headset, say) through a piece of hardware, or software, that will take my voice, process it, and output it as an audio stream. I DON'T want it output to a file (as Djay does for instance), I want it as an uninterrupted stream - my voice as input, the processed voice as output - with maybe a half-second delay to allow for the processing.
    E.g. I want to change my voice from male to female? Or vice versa?
    iMac G5 17" 1.5Gb RAM   Mac OS X (10.4.9)  

  • Is it possible to change the touchpad settings back to an older version after updating to maverick?

    Hello!
    I just updated to Maverick (really late I know) and I found that I really dislike the new options for the touchpad.
    My question is the following:
    Is is possible to change it back to the old options while keeping the new OS?
    Hope you can help me out.
    - Kanib

    No.  If you want the prior options, you will have to revert to the prior OSX.
    Ciao.

  • Disk Utility: For one Disk it isn't possible to change anything

    Good Morning everybody
    First I think my Spec's are important:
    MacBook Pro (13-inch, Mid 2012)
    2.9 GHz Intel Core i7
    16 GB 1600 MHz DDR3
    Two Disks: Samsung SSD 840 EVO 250 GB (normal Startup Disk)
    Toshiba HDD 750 GB
    Intel Hd Graphics 4000 1024 MB
    OS X Yosemite Version 10.10.1
    And now to the thing I did that the Problem appeared:
    After a very long discussion with the Apple Support Help Hotline I decided that, after a Backup, I wil do this: OS X Mountain Lion: Erase and reinstall OS X to try something out, and then will restore my backup.
    It all went perfect till the thing with restoring my backup. In the Menu I get when I press (CMD + R) I tried to restore the backup. But then, in the middle of the process, the system cancelled the process automatically and shut down. So I started the Mac again, it automatically came into this CMD + R menu. So I went into the Disk Utility to watch what happened. Since then my two Disks are shown the same way (picture): It is not possible to change anything, except running the First Aid thing. Luckily it was possible to install the OS X and my Backup on the HDD, but for me this is only a temporarily version because the SSD is at the moment completely blocked.
    Goal:
    It would be great when I can add/remove/change partitions on both Hard Disks and when, at the end, it would be possible to install my Backup to the SSD and use the HDD as a "external Storage" again.
    Thanks for all your responses & you can ask me everything if you need more information.
    David

    This solved my problem.
    http://derflounder.wordpress.com/2013/06/29/erasing-a-filevault-2-encrypted-volu me/

Maybe you are looking for

  • DO NOT INSTALL XCODE 4.1

    I have been attempting to install Xcode 4.1 from the app store on my iMac, recently upgaded to Lion.  On the first two attempts, after 12 hours of waiting to confirm, the install locked the machine and the only way out was to power off.  On powering

  • PRCD-1135 : There is no listener defined for network

    When trying to add service to the cluster it giving error. {oracle}107: srvctl add service -d ORCL -s abc11 -r ORCL1,ORCL2,ORCL3 -P BASIC -y AUTOMATIC -e SELECT -m BASIC -z 3 -w 1 PRCD-1135 : There is no listener defined for network 10.16.144.0/255.2

  • Need migration and upgrade info.

    Hi I'm currently running CF 4.5 on a NT4.0 box. I need to migrate to a box running Windows 2003 Server. Can anybody help answer the following questions? 1- Does CF4.5 support Windows 2003? If not, what is the lowest version of CF that supports 2003 a

  • Time Based Levels

    Hi, I'm developing a chasing game. The game is split into a number of levels and the object is for user to stay alive for as long as possible withing a time limit. Once the the time limit is reached the next level is shown. Any ideas on how to go abo

  • Trying out full graphical eye candy...

    http://phraktured.net/blog/?p=34 Anyone done anything similar? I'd be interested to know your stories/problems/etc Also, anyone have any opinions on any of the pieces used there? Like "grub splashimages are shite!"?