Changing view settings not working

I have been able to change the view settings for many different types of messages where I specify the sender or the subject, But when I ask to search is the body of the message contains a word when from a particular sender, nothing changes.

Hi,
You want to set a view that can filter out emails that contain a special word in the body and sent from a particular sender, right? How did you set the view? Here is what I did and it works in my environment:
1. Click on the folder that you want to apply the view to.
2. Click View tab > View Settings >
Filter button
3. Under Message tab, set like this:
4. Click OK and check the changes.
Please try the steps above and let me know the result.
Thanks,
Steve Fan
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • Change view "Settings for Infosets": Details

    Hi,
    I would like to know why there is a value of 100 under the heading Settings for Infosets in BW when you go to the 'Change view "Settings for Infosets": Details' screen. What does it mean and what value must I input there?
    Your assistance is urgently required
    Thanks,

    Hi Josef I'm not entirely with you on this one.
    When I look on the device Apple TV in iTunes, everything I have streamed to apple TV from iTunes is grayed out but when looking at the photos tab which I have synced is not grayed allowing me to change whatever I want to sync. Is this different to yours? or I'm I misunderstanding your point.

  • Windows 8.1 folder view settings not saved

    Hello, Everyone
    Windows 8.1 Each folder view settings not saved what i can do.I
    want different view settings in each folder likes folder 1 i want large thumbnails & folder 2 small
    What i can do to resolve the issue thanks in advanced.
    I don't have any backup no system restore I also try to rest or restore default view settings but none are working for me.

    Hi,
    This is default behavior. It is not possible to set Windows Explorer to remember individual folder view settings for folders included in libraries. All libraries and its included folders share the same view.
    Karen Hu
    TechNet Community Support

  • If statement within a view is not working correctly ?

    Hi all,
    maybe i am wrong but i think the if statement within a view is not working correctly. See code down below.
    I would like to use the Hallo World depending on the page attribute isFrame with or without all the neccessary html tags. Therefore i have embedded the htmlb tags in an if statement. But for any reason if isframe is initial it isn't working. It would be great if anybody could help me.
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <% if not isframe is initial. %>
      <htmlb:content design="design2003">
         <htmlb:page title = "Top Level Navigation view">
    <% endif. %>
    hallo world
    <% if not isframe is initial. %>
         </htmlb:page>
      </htmlb:content>
    <% endif. %>
    thanks in advance and best regards
    Matthias Hlubek

    Matthias,
    The short answer: your example is <b>NOT</b> going to work. The long answer will probably 5 pages to describe. So first let me rewrite the example so that it could work, and then give a short version of the long answer. Do not be disappointed if it is not totally clear. It is rather complicated. (See the nice form of IF statements that are possible since 620.)
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <% if isframe is <b>NOT</b> initial. %>
    <htmlb:content design="design2003">
      <htmlb:page title = "Top Level Navigation view">
        hallo world
      </htmlb:page>
    </htmlb:content>
    <% else. %>
      hallo world
    <% endif. %>
    So why does your example not work? Let us start with a simple tag:
      <htmlb:page title = "Top Level Navigation view">
      </htmlb:page>
    Now, for each tag, we have effectively the opening part (<htmlb:page>), an optional body, and then the closing part (</htmlb:page>). We are now at the level of the BSP runtime processing one tag. What the runtime does not know, is whether the tag wants to process its body or not. Each tag can decide dynamically at runtime whether the body should be processed. So the BSP compiler generates the following code:
      DATA: tag TYPE REF TO cl_htmlb_page.
      CREATE OBJECT tag.
      tag->title = 'Top Level Navigation view'.
      IF tag->DO_AT_BEGINNING( ) = CONTINUE.
      ENDIF.
      tag->DO_AT_END( ).
    You should actually just debug your BSP code at ABAP level, and then you will immediately see all of this. Now, let us mix in your example with our code generation. First you simplified example:
    <% if isframe is NOT initial. %>
      <htmlb:page title = "Top Level Navigation view">
    <% endif. %>
    <% if isframe is NOT initial. %>
      </htmlb:page>
    <% endif. %>
    And then with our generated code. Look specifically at how the IF/ENDIF blocks suddenly match!
    if isframe is NOT initial.
      DATA: tag TYPE REF TO cl_htmlb_page.
      CREATE OBJECT tag.
      tag->title = 'Top Level Navigation view'.
      IF tag->DO_AT_BEGINNING( ) = CONTINUE.
    endif.
    if isframe is NOT initial.
      ENDIF.
      tag->DO_AT_END( ).
    endif.
    You can see that your ENDIF statements are closing IF blocks generated by the BSP compiler. Such a nesting will not work. This is a very short form of the problem, there are a number of variations, and different types of the same problem.
    The only way to solve this problem, is probably to put the body into a page fragment and include it like I did above with the duplicate HelloWorld strings. But this duplicates source code. Better is to put body onto a view, that can be processed as required.
    brian

  • Help viewer does not work after update to 10.4.4

    Since updating to 10.4.4 my Help viewer does not work, and all of the troubleshooting fixes suggested in other threads have not had any success in resolving this. I've noted that when I go to Users>Library>Documentation>Help there is no mac.help file - can someone tell me if that means that I've lost the file altogether and need to reinstall it? I get to the first screen of the viewer, but the links from there don't work. Thanks for any help that you can provide!

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

  • IBM cognos TM1 Executive viewer is not working on direct Access

    Hi,
    We are implementing DirectAccess in our environment and testing applications in test lab. It has been observed that executive viewer is not working on Direct Access but working fine over VPN mobile checkpoint. When DA client click on open view button it
    gives error
    " Additional information:
    Unable to connect to server XYZ.com using TCP-IP port 7112. Please make sure that IBM cognos TM1 executive viewer server is started and the port is not blocked by any proxy server or firewall"
    but from client telnet is working on port 7112. All ports between DA server and application server are open 3389,7112 and 80.
    Also select database option is grayed out and user is unable to select the database. When switching to VPN its working fine.
    We are using Executive viewer 9.4. 
    Any help would be appreciated.

    It sounds like this program may not be capable of talking over IPv6, which DirectAccess uses. First make sure that when you connect it is trying to talk to a hostname and not an IPv4 address. If your program is calling for "192.168.1.100" - this is never
    going to work over DirectAccess. It must call for a name that DirectAccess can resolve to an IPv6 address for communication over DA.
    If you confirm it is talking to a name, and then if you confirm that you can do other things to that same name (can you RDP into the server for example?), then that confirms that DirectAccess traffic flow is working to that name/server.
    If RDP works but the application still doesn't work, then the application is probably incapable of IPv6. You can either ask IBM if they have a newer version that does talk IPv6, otherwise I have a utility available that can intercept packets from these kinds
    of problematic applications and flip the packets into IPv6 on the DA client. Let me know if you need any further information on that: http://www.ivonetworks.com/news/2013/05/ivo-networks-announces-app46-for-directaccess/

  • Chart view is not working in obiee11.1.1.5.0

    Hi,
    All types of chart views are not working(analysis compunt layout) in obiee11.1.1.5.0 version.please refer my below scren short
    http://imageshack.us/photo/my-images/209/chatnotworkingobiee1111.jpg/
    note:
    1) no luck below link
    OBIEE 11g - Cannot view charts
    2) some of the servers working fine. after deployed skin some times making this kind of problem
    Thanks
    Deva
    Edited by: Devarasu on Apr 4, 2012 10:51 AM
    Edited by: Devarasu on Apr 4, 2012 11:20 AM

    Hi,
    Its reolved. our sking and style dvn files not yed updated earliear...after updated and restarted its working fine.
    thanks
    Deva

  • Settings not working after activating icloud

    settings not working after activating icloud
    clicking on any button under settings leads to icloud. i am a new user of apple

    Hi sona ayanikalath,
    Welcome to the Apple family! I understand that you are experiencing some issues with your new iPhone 6. Can you clarify your issues a bit more? With the information provided, I recommend restarting the settings application as well as your iPhone:
    Force an app to close in iOS - Apple Support
    http://support.apple.com/en-us/ht5137
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201559
    - Matt M.

  • Icon view is not working

    Icon view is not working in my mac book pro.I tried other types of view, they all are working but icon view stopped working all of the sudden. Any suggestions how to fix it ???

    1st i reinstalled snow leapord......d problem was fixed icon view was working and yesterday i installed lion....and everything is working properly....
    try reinstalling......shuld work

  • Apple 10.4 managed clients dock settings not working

    I  have an issues with  3 or 4 of my 10.4 clients all are managed by WGM on an apple 10.5 server.  The I have managed dock settings on all apple clients are getting the proper dock settings however I have 3 or 4 clients that are not.  The clients that are not getting the dock settings are in the correct computer group.  And I don't see any of the clients dedicated in the computer group.  And suggestions or tips would be welcome help.

    THAT WORKED and all is back to normal.
    By the way I did not lose any of the icons on my dock either. All the apps light up under the icon and they now mimimize correctly!!
    Thank you very much capfred!!!
    Chet
    captfred East Coast, USA
    This helped meRe: dock settings not working     Sep 3, 2012 7:34 AM    (in response to CaptainChet) 
    Try deleting com.apple.dock.plist from the preference folder located in your user Library.
    You can open the hidden library in Finder's menubar,  Finder > Go > hold the option key down > select Library.
    Edit: you'll have to add back program icons to the dock that you moved there.

  • Compression settings not working on Premiere Pro CC

    I am a freelance editor working for a satellite delivery company. They have specific settings they require for their uplink signals. These setting have worked great on CS5, CS6 and CC2014. However the company is now using CC and these settings create HUGE pixels and the file is unusable. Why do the same settings not work on CC?

    You're welcome.
    https://blogs.adobe.com/kevinmonahan/2013/09/11/marking-posts-as-correct-or-helpful-on-the -adobe-forums/

  • Dremweaver CS6. Design View is not working.

    Hello.
    Design View is not working.
    I got this instead of normal View.
    What wrong with it?
    Regards,
    Nata

    Sometimes it is just a temporary problem and by shutting down the DW and rebooting the system resolves such problems.  Otherwise, you can try to reset the preferences using the instructions given here:
    <Restore preferences | Dreamweaver CS6, Dreamweaver CC>
    Or even try deleting the cache file using these instructions:
    <Deleting a corrupted cache file>
    Good luck.

  • Brushes app question: does anyone know how to upload a brushes painting as a video? "Brushes Viewer" is not working for me ;-(

    Brushes app question: does anyone know how to upload a brushes painting as a video? "Brushes Viewer" is not working for me.
    Thanks! KAR

    Hi, Dave.
    If you're using the BlackBerry browser, you can't configure anything to bypass the RIM servers.  I believe you may do so by using the Opera browser, but I haven't tried it myself so cannot comment with authority.
    I hope that clears up the issue for you. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • My Help Viewer is not working for mac help

    My Help viewer is not working for mac help. Everytime i choose mac help the window opens then closes. But when i open another help like safari help it opens and works fine. If i switch it back to mac help the window just closes and the application quits.
    If you know how to fix please telll!

    noname212,
    Using "Search Discussions" with the term "Help Viewer" you will lead you to numerous posts which refer to Troubleshooting Help Viewer by Dr. Smoke.
    Good Luck
    ;~)

  • Initial View settings not always working

    A user recently reported this problem:
    She opens a PDF for the first time through our website by click a link on an HTML page in IE. The PDF opens in a new browser window to the default view and first page, as specified in the initial view settings.
    She advances several pages into the file to a page with links.
    She clicks one of these links, which takes her to another page in the file.
    She closes the browser window.
    She returns to the original web page and clicks the link to the PDF again. The PDF opens to the LAST page viewed -- not the first page as specified in the initial view settings.
    I'm seeing the same behavior on my PC. The versions of Acrobat Pro and Reader I have are 8.1.3. I've tried turning on and off the web browser settings in Acrobat and Reader (Allow fast web view and Allow speculative downloading ...), but I'm getting the same results.
    Any ideas?
    Thanks,
    Rob Miles

    Thanks, Bernd. I forgot to mention in the original post that the "Restore last view settings when reopening documents" option IS disabled (unchecked), both in Acrobat and Reader. The behavior described occurs with this option disabled.

Maybe you are looking for