Choose columns on a per-mailbox basis?

Is it possible to specify which columns are displayed on a per-mailbox basis? There are some mailboxes for which I would like to display From but not To and other mailboxes for which I'd like to display both From and To,

Hi John,
Sorry, but I don't believe that's possible.

Similar Messages

  • SSIS 2008 or 2012 Data Task: How to conditionally choose one of two flatfile columns on a per-row basis

    I searched the textbooks and searchable forum posts for something related to my question, but could not find it. I'm hoping when after I describe my question that it might sound familiar to someone.
    First, the context: another department using a black-box database product stopped use of one column and used a different column instead. However, the data in the flat-file export that I need to use for my own database must contain the entire
    table. If it was a clean binary switch, that would be great: I could split the rows into two groups based on date and deal with it that way. Instead, there was a period of overlap while users slowly got the hang of the practice.  This means that I have
    two columns where a row value is either in one column
    or the other.
    Now, the question: I currently use SSIS to import this flatfile into an SQL Server table and use a T-SQL script in an SQL Agent Job to handle the problem.
    However, I was hoping I could do this on the SSIS side while importing the data so that it appears into the SQL Server destination table nice and clean.
    This is a HIGHLY SIMPLIFIED view of my system, using dummy data and dummy names. The T-SQL script describes in essence my source and destination table and what I would like to do on the SSIS side. If a screenshot of my incomplete data tab will help, I can
    do it, but at this point I'm providing what I hope presents the background without presenting distractions.  
    Thank you for any hints or ideas.
    use Learning_Curve;
    go
    if OBJECT_ID('dbo.Relation_A','U') is not null
    drop table dbo.Relation_A;
    create table dbo.Relation_A (
    Rel_A_ID int primary key,
    Rel_A_Value varchar(20) not null,
    Rel_B_Value varchar(20) not null
    insert into dbo.Relation_A values (1,'Unknown','Measured'),(2,'Measured','N/A'),(3,'Unknown','Measured'),
    (4,'Measured','Unknown'),(5,'N/A','Measured'),(6,'Unknown','Measured');
    if OBJECT_ID('dbo.Relation_D','U') is not null
    drop table dbo.Relation_D;
    create table dbo.Relation_D (
    Rel_D_ID int primary key,
    Rel_D_Value varchar(20) not null
    insert into dbo.Relation_D
    select
    a.Rel_A_ID as Rel_D_ID,
    case
    when a.Rel_A_Value = 'N/A' or a.Rel_A_Value='Unknown'
    then a.Rel_B_Value
    else a.Rel_A_Value
    end as Rel_D_Value
    from dbo.Relation_A a;
    go

    You could have posted question in new thread.
    Anyway, you can achieve it by using below tasks shown in attached picture.
    - Merge Join will join by using first ID column
    - Derived Column will have below expressions
    [Column 1] == "" || ISNULL([Column 1]) ? [AnotherColumn 1] : [Column 1]
    [Column 2] == "" || ISNULL([Column 2]) ? [AnotherColumn 1] : [Column 2]
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Get date by group by per month basis...

    Hello all,
    I am trying to write a query where i want the count per month...so for example...the below query
    select to_char(date, 'MM/DD/YYYY')
    from test
    where rownum < 10;
    TO_CHAR(date
    02/10/2009
    02/10/2009
    02/10/2009
    02/10/2009
    02/10/2009
    05/31/2009
    02/10/2009
    so i want a count on the date, but want it per month basis....
    select count(*), to_char(date, 'MM/DD/YYYY')
    from test
    where rownum < 10
    group by to_char(date, 'MM/DD/YYYY');
    so basically end results should be like below
    count(*) date
    10 Month1
    12 Month2
    13 Month3

    Hi,
    You're GROUPing BY something that changes from day to day.
    You need to GROUP BY something that only changes from month to month, like this:
    SELECT    COUNT (*)
    ,        TO_CHAR (dt, 'MM/YYYY')     -- DATE is not a good column name
    FROM        test
    WHERE       ROWNUM     < 10
    GROUP BY  TO_CHAR (dt, 'MM/YYYY')
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data.
    Explain, using specific examples where the query above is not doing what you want, how you get the correct results from the data you posted.

  • Keep mail local on per folder basis

    I have multiple email accounts in Mail. One of them is an Exchange account and one of the folders that is shared with me is one called "Public Folders". This folder has sub-folders that I need and sub-folders that I do not need. The sub-folders that I do not need are taking up too much disk space.
    In preferences it gives me the option (per account) to download All message and their attachments or not to download message, etc.
    Question: Is there a way that I can have that option to download messages or not be on a per folder basis instead of on a per account basis?

    No, and you cannot unsubscribe to any mailboxes either. It’s either all or nothing, but setting Keep copies of messages for offline viewing to Only messages I’ve read should be close to what you want, except the junk filter won’t work in that case...

  • I am setting up a Numbers table for gas milage using one column for gallons divided by the next column of miles and having the answer in the third column in miles per gallon.

    I am setting up a Numbers table for gas milage using one column for miles and the next column for gallons, the two to be divided to produce the third column of miles per gallon and am unable to find out how to do that.  Add and/or subtract, yes, but not to divide.

    ...and results in yield signs indicating an error:
    Hi Wayne,
    Yield signs must be different in Texas. Here (and in much of the rest of the world) they're white with a red border, and installed with an apex pointing down:
    Some still include the word "Yield" (or in Quebec, "Cedez"in black letters.
    Maybe you're thinking of the "Warning triangle", which is similar, but installed base down, and often including a symbol in the white space:
    These are more common in Europe, with the exception of the portable version, which I've seen used at road construction sites or as 'flares' to warn of a disabled vehicle on the road.
    Or maybe you were thinking of this
    (Most of these 'slow moving vehicle' triangles have an orange center. This one looked a bit more 'Texas,' though.)
    Cheers,
    Barry

  • Is there a way we can open/close posting periods on a "per day" basis?

    Hi SAP gurus,
    Is there a way we can open/close posting periods on a per day basis?
    It is not possible in OB52 since it only has control per period and not per day.
    Will assign points for suggestions. =) Thanks!

    Hii
    In standard SAP there is not such functionality where u can do these kind of configuration...it is at least for a month that is through OB52.
    If u still wants this functionality it is through the validation.
    u need to create the validation for that company code and thn u can use this functionality....
    hope it helps u
    reward points if helpful
    sejal singh

  • CUPS 8.6 - Supporting Multiple SIP Domains on a per-user basis

    Working on a CUPS 8.6 PoC with a customer who currently is running a deployed OCS environment. 
    Users all sign into a single domain internally but have multiple SMTP domains for email as this customer has many different companies they have aquired.
    OCS  is able to support and route multiple SIP domains by specifing the SIP address under AD User settings such that two users both signed into the same OCS server can send IM's to each other even though they have different SIP addresses.  sip:[email protected] , sip:[email protected]
    CUPS on the other hand does not seem to allow this on a per-user basis.  It places every user in the sip domain that the server is a member of.
    The Jabber client allows you to specify a domain but I am not how this is used as the actual user account in CUPS is only ever the one domain and if you try and specify a different domain in the Jabber Connection Settings, it will not allow you to login.
    It is not a big deal for internal communications if everyone is on the same domain, but where it is important is for future B2B IM.  Users need to be able to give out THEIR IM address with THEIR respective domain.
    Does anyone else know for a fact that I will only be able to have one domain per CUP cluster?
    Any thoughts on this design?

    Not sure on the design perspective but as for CUPS Domain, we can only have single domain per cluster. As you have already found out that for any user licensed for CUPS, their IM address would be userid@CUPSDomain
    CUPS does have funtionality of federating with foreign domains such as AOL/GoogleTalk/WebEx Connect.

  • Restrict access to buttons, regions, etc. on a per user basis?

    My application restricts access to buttons, regions, etc. on a per user basis.
    Here is my application logic...
    1. A User can only edit items they own.
    2. A Super-User can edit all items
    So, when a user logs in, I use a post-authentication process to set the user ID to an application level item.
    Now, for example, to have an edit button display on a page, I need to check the item's owner ID against the application level user ID...and check to see if this user is on the Super User list via a query.(which could be set to another application level item upon login...I guess)
    Question...What is the best way to do this? Conditional display? Authorization scheme?
    Would something like the following work for a Conditional Display?
    Condition: SQL Expression
    &USER_ID.=&P6_ITEM_OWNER_ID. OR USER_ID in (select USER_ID from table where USER_ID=&USER_ID.)
    How would I do this with an Authorization Scheme? (I like the idea of updating the logic in single location...but I'm not sure if it is possible because I have to check PX_OWNER_ID would be different on each page.)

    Hi Denes,
    Thanks for your code which allows user to edit (if authorized) and view (if not).
    But some how - I do not get the image to show up - instead it show a small underline.
    From SQL point of view - here is what I get - when i run the sql
    '<img src="/i/ed-item.gif">',2,CR TEST,,,,dune2.cit.cornell.edu,CRDMTEST.CIT.CORNELL.EDU,PSPROD,,,CRDMTEST
    Here is my wrap_image function
    create or replace function wrap_image(p_user_name in varchar2,p_dm_name_id in number)
    return varchar2 IS
    v boolean := False;
    ret_val varchar2(1000);
    begin
    dbms_output.put_line('user='||p_user_name);
    dbms_output.put_line('dm_name='||p_dm_name_id);
    -- Check authorization if the user is super user - return true, else if he has edit priv on dm_name_id - return true - else false
    v:=ACL_DMTOOLS_DM_PRIV(p_user_name,p_dm_name_id);
    if v then
    ret_val := '<img src="/i/ed-item.gif">';
    ret_val := ''''||ret_val||'''';
    dbms_output.put_line('TRUE');
    else
    ret_val := '';
    dbms_output.put_line('FALSE');
    end if;
    return ret_val;
    end;
    Thanks for your great educational site.
    Regards
    atul

  • How to avoid the hard limit of 100 column and items per page?

    I have created a Form on a Table with Report. I need to create/edit approximately 175 items. The items on the Form have a limit of 100 column and items per page. What is the best way to carry the remaining items to another Form and doing an insert or update? or is the 100 column limit on the insert/update per table as well?
    Thank You.

    Hi Rick,
    The 100 item limit is on a page, not a table, so you shouldn't have any trouble with your insert or update processes.
    Here's a thought:
    Report currently has a column that links to the first page of items (page 14) with the retrieved row. Presumably you also have a Add New button on the report page that links to page 14 for a new row.
    Define a Next button on page 14 that branches to the second page of items (page 16). Also define a Previous button on page 16 to return to page 14. But page 16 would be the only page with a Save button.
    Now, if user clicks Add New, user will get a blank page 14. Once user enters the info and passes validation they click Next and will be sent to page 16 to enter the remaining info and Save.
    If user clicks one of the column links, they will be brought to page 14 with the clicked row - they can change whatever info there and click Next, or just click Next, to get to page 16. After any changes are made, they click Save.
    I'm assuming you've been thru the tutorials and realize that you'd really have two Save buttons defined for page 16 - one conditional on your primary key item having a value (existing record) and one conditional on it being null (new record) - check out the tutorials for more info, but this is how the application would know whether to run an insert process or an update process.
    Hope this all makes sense and can help,
    John

  • How do I enable javascript on per-URL basis?

    Important: NoScript add-on is not the answer!
    I am trying to secure my Firefox so that by default all scripting is disabled, but can be enabled on per-URL basis. It seems that Firefox itself doesn't have an option for that, and I have to use add-ons. Unfortunately, all add-ons I tried, including NoScript, require javascript to be globally enabled in Firefox (Tools -> Options -> Content -> Enable Javascript). Then they apply their settings, including whitelist. I am not satisfied with this kind of solution, because if something prevents an add-on from running or forces it to stop, the global setting of "enable javascript" kicks in and suddenly all pages can use scripting.
    1) Is it technically possible to get a per-URL control with "Enable Javascript" set to disabled?
    2) Is there any kind of UI where I could set it so? There are very few websites where I allow javascript, so even something like manually creating an extension is fine with me.

    You can't disable JavaScript globally.<br />
    If you do that then it isn't possible to enable it in specific cases.<br />
    The only way is to enable JS globally and either disable it by default (NoScript) or enable it by default (YesScript) and change the setting for a specific web page.
    Adblock Plus also can block JavaScript.

  • 5508-DHCP per WLAN basis

    dear all, 
    kindly guide me  how to configure WLC 5508 internal DHCP  per WLAN basis , i read the following document it is clearly mentioned that we can configure DHCP on WLC 5508 per WLAN basis. but i did not find the configuration  per WLAN basis 
    http://www.cisco.com/c/en/us/td/docs/wireless/controller/7-0/configuration/guide/c70/c70wlan.html#wp1293808
    need your kindly response 
    my email address 
    [email protected]

    When you configure dynamic interfaces on your 5508, you can specify DHCP server IP address. Later on you will map a dynamic interface to WLAN.
    Also under WLAN advanced setting, you can specify DHCP server IP, if you want to override dynamic interface configured DHCP server to a particular WLAN.
    HTH
    Rasika
    **** Pls rate all useful responses ***

  • Message per mailbox -Nokia E71 with Vodafone Busin...

    Nokia E71 with Vodafone Business Email
    Even though I have set message limit per mailbox to 1000, the actual limit is only 200. After that the earlier messages are deleted.
    Vodafone's explanation is that the E71 has 110mb integrated memory and that other applications are limiting my mailbox storage capacity.
    BUT my Nokia E71 memory shows:
    Phone memory:
    24mb in use, 95 mb free memory including
    471 kb messages
    Memory card:
    227 mb in use, 1720mb free memory
    Vodafone seem unwilling or unable to explain the big shortfall opposite the theoretical 1000 messages per mail box versus the actual limit of 200 message per mail box.
    I have tried switching settings from 1000 messages to 500 messages to 300 messages. It makes no difference. I am restricted to 200 messages.
    Is this a design error in either Vodafone Business Email and/or the E71?

    yea, basically nokia forgets to support people with last year's model as soon as something new is out.

  • Can I rout audio on a PER APPLICATION basis?

    Is there a way (third party software included) to rout audio on a *per application* basis? I'd like internet audio (Safari, etc.) to go to just the normal line out, while iTunes audio would be sent to digital audio out.

    I've heard that audio hijack pro can do this.
    http://www.rogueamoeba.com/audiohijackpro/
    I don't use it myself but check this post for example
    http://discussions.apple.com/thread.jspa?messageID=9299023&#9299023
    Message was edited by: V.K.

  • Connection fee - Charge on Per minute basis or Per...

    I am new and want to use Skype to call Fix and Mobile line, I find there is a connection fee. Does that charge on on Per minute basis or Per connection basic?
    Thanks,
    Jeff
    Solved!
    Go to Solution.

    Hi,
    A connection fee is charged when you use Skype Credit to call a mobile or landline. Connection fees are charged according to the currency set in your Skype account, and per call.
    For more information on how to find which connection fee applies to the country you are calling, visit:
    https://support.skype.com/faq/FA1050
    Connection fees are also subject to the following conditions:
    - If the call lasts less than one second, the call is not charged.
    - If the call lasts more than one second, the connection fee is calculated based on your account currency.
    - If your currency is not set, the connection fee will be calculated in Euros.
    - If your billing address is within the EU, the connection fee is subject to 15% VAT – so for example, the actual cost for a connection fee of €0.039 (the global rate) would be €0.045. However, since your Skype Credit has been subject to 15% VAT at the time of purchase, you would see the amount of €0.039 deducted from your Skype Credit.
    - If a call is declared to be free of charge (such as a promotion or 0800 number) the connection fee is not charged.
    - If you have one of our Unlimited subscriptions, the connection fee is not charged for the calls covered by the subscription.
    Hope this helps.
    Did my reply answer your question? Mark it as a solution to help others, Thanks.

  • Disabling VTP advertisements on a per port basis

    I there a way of disabling VTP from sending advertisements out certain trunk ports on a per port basis. IOS is 12.2 running on cisco WS-C6506-E.

    I do not think it's possible without breaking a VTP domain. But you still able to do pruning on the port, excluding all VLANs, except of VLAN 1 of course.

Maybe you are looking for

  • How to use the feature of ajax in visual web jsf

    Hello,everyone! I want to use the feature of ajax in visual web jsf,but the program encountered a error. I want refresh the dropdownlist once the javascript captured the refresh message,they both behaved asynchronously. However, the textField1 render

  • Windows 7 as *.img?

    Hi, I just downloaded Windows 7 as an IMG image, transferred it to a USB stick, and want to install it in Boot Camp. However, the only tutorials I have been able to find assumes that my windows copy is an ISO image. Does anybody know if it is possibl

  • Difference between values in 2 rows in SQL query

    I have to find the difference between inventory onhand in the same store in week1 and week2. I tried to do it in one "select" query something like : SELECT store_id, ( suppose to be function that calculates difference) FROM my_table WHERE week=week1

  • Field for expenses

    Hello, I have still another question, sorry I need a field for expenses. With this I mean that the employee is able to entry if this recorded time is valid for expenses or not. Do I have a user definded field and if yes how to implement it? Thx,   Va

  • Lost Multicast Packets on 1 JVM Only

    Hi, I have a cluster of 4 JVM's which is distributed across 2 physical servers. This is running on a windows 32 bit environment. Machine1: JVM01/JVM02 Machine2: JVM03/JVM04 JVM03 is losting lots of multicast packets, where the others are not. 1600 si