Share point - "Search this list" stopped working - sharepoint

My share point list search option box given on the top of the screen was working very well, but just realized that its no longer searching any keywords from any column. Simply shows the message "We could not find any results for ....." This list is a catalog with title, multiline text column, choice column, image column and a hyperlink column.

Related

Conditional text in a text box depending on drop down box values

I'm having all sorts of fun trying to get a text box to display a message depending on the contents of two dropdown selection boxes.
I have a small list of messages I would like displayed depending on what the dropdown box contents are eg.If dropdown box 1 (contained in cell N7) had ON selected AND dropdown box 2 (in cell N8) was also ON then a message contained in cell AA25 would populate the message box. Similarly, if N7=yes and N8=no then the text contents of AA26 would show up instead.
If none of the conditions are true then I need a blank box (necessary) or even a random text from a list of inspirational quotes!! (Not entirely necessary but it would be fun!!)
I know how to link a message box to a cell content but each time I try to use boolean it tells me I'm missing something! I tried some of the examples listed on other folk's questions to no avail.
Here's my somewhat simple code when I try to use boolean..
=IF $N$7="ON" AND $N$8="ON" THEN $AA$25 Very basic as you can see but I like simple!!
I get a range reference or defined name error.. as you can tell, I'm new to this but learning slowly. Any help would be appreciated. Eventually there will be several IF/AND/OR statements in the conditions with different text for each result.
Thank you.

SSRS - Merge Cells of Same Data Vertically

Please see attached screenshot as I think this will help show better. I have an SSRS report, in that one column can have the same value across many rows. For this report, you can see Site column has a value of "JAC-FL". How can I "merge" this so it only appears once (See screen shot of "Excel Layout" as I know how to do this in Excel). For the life of me, I cannot seem to get this.
I already have a rowgroup defined for the data (see Row Group screenshot) (Please note, there is data for Username, but I removed it so it wouldn't appear in the screen shot).
Site = lvl_2_value, UMFullName = User Name, stream_3_Stream = Stream
I cannot seem to get my Site (I plan on doing this to the other columns as well, but thought if I get the first to work, I can do it to the others) to appear like the Excel layout. Would anyone be able to help?
You'll want to split out the rows into child groups, instead of grouping on all of them at once. Take a look at the bottom left of your first screenshot, you can see the "row groups" section there.
If all you see in that box is a line that says "(Details)", then you will need to start by right-clicking that and adding a parent group. Then you can add a child to that parent, and so on, going from most inclusive to least inclusive. So for example, if we were working with locations, we could do something like Country > State/Province > City).
example
It may be easiest to start a new tablix (keep your old tablix until you're done though so you can copy and paste expressions and get the formatting right again!), as things tend to get shifted around when you add groups to an existing tablix.

Filtering Data In PowerPivot on Sharepoint

When viewing a PowerPivot workbook natively all is well. However when I save it to Sharepoint and view it via a browser, I find that the option to filter data by typing in a value is no longer present. (All there is is an extremely LONG list of values which must be scrolled through and checked.) Being able to type in a value to search on is rather crucial feature when one wants to filter on a row where there may be thousands (or more) distinct values. Using a slicer or the standard filter drop-down in this case is pretty unworkable! Is there no way around this?
Finally found a co-worker who could answer this question -- it was "hidden in plain sight". Instead of selecting 'Filter...' from a column header drop-down, select 'Label Filters' (used for text values) and then 'Begins with' from the secondary pop-up menu, and then you can type in the beginning of the string you are searching for. Silly me I thought 'Label Filters' had something to do with Labels, not text values.

Modify the results in "Find and Replace" dialog for Excel 2003

My end goal is for "Find and Replace" to take an extra parameter and to show me a custom column in the "Results" table when I click "Find All".
When I search a spreadsheet for "value" and click "Find All", the dialog shows me the Book, Sheet, Name, Cell, Value, Formula for every cell that has "value" in it. But I want it to show me the contents of another cell in that row as well. I would like that cell to be from a column I specify when I enter the seach parameters.
I'm relatively new to programming, and am sure that I can figure out something with Python or AutoHotKey. But I would be surprised if there isn't a better way.
I don't want something that is associated with the spreadsheet or workbook specifically, so it needs to be part of Excel or stand alone (not a macro from what I understand). Is it possible to modify the Find and Replace dialog box in Excel?
A point in the right direction would be much appreciated, thanks!
It's not possible (at least with any sensible level of effort) to modify the built-in search functionality to add parameters and to display different output. You would need to create a similar tool in your language of choice and build in your new requirements.

Sharepoint: Problem with search refinement when values contain spaces

I have a search people search page that makes use of RefineSearchResults where I can define which field I want the search refined by. This is setup and works to some extent, but I am experiencing problems whenever the column contains values with spaces in it.
Say I wanted to refine the search by OfficeNumber (from AD, not really a number) and I choose to refine the search by "Main" it works just fine, I only get people who have that OfficeNumber. However, if I try to refine the search by "Next door" I get no results and in the search box it shows: officenumber:Next door, which seems to indicate that it searches by Next instead of Next door, but I can't make any group markers such as " stick - it's gone when I hit enter.
Is there any way to fix this so that it can refine the search by values with spaces in them?

Resources