Skip to main content

All Questions

Tagged with
0 votes
1 answer
50 views

Filter in MongoDB doesn't work as I expect

I have this collection public class Notification { [BsonId] [BsonRepresentation(BsonType.ObjectId)] public string Id { get; set; } [BsonElement("Text")] public string ...
DevMD's user avatar
  • 27
0 votes
1 answer
42 views

Regular expression for Unique Sort finding phone extensions from a multicolumn list

Working within a Google Sheet, I have a list of people's work locations or departments in Columns A or G, their names in Columns B or H, and their extensions in Columns C or I. It is formatted this ...
TruRegnoc's user avatar
0 votes
1 answer
44 views

c# Excel Interop How to setup a filtered area without applying a filter

We are using Excel for reporting. As part of one of the reports the users have requested that a subset of the UsedRange of a worksheet is setup as a filterable area. i.e. were I to do it manually in ...
Mark Roworth's user avatar
1 vote
0 answers
21 views

Fetching data from graph using GraphServiceClient

I am trying to fetch invitation events from the calendar using GraphServiceClient in C#: public async Task<int> GetInvitationEventsCount(string _start, string _end) { ...
ghaith houli2's user avatar
0 votes
0 answers
28 views

Pass Multiselect value in API

//Index.cshtml <div class="row"> <div class="col-md-12"> <div class="input-group mb-3 input-group-sm"> <label ...
Notice Me Senpai's user avatar
0 votes
0 answers
38 views

Xero If-Modified-Since filter doesn't work

I tried to filter budget and set the http request header ('If-Modified-Since') with a future datetime. I still get all budget rather than the empty. Can anybody help me with the issue? var client = ...
Jack's user avatar
  • 1
2 votes
0 answers
110 views

.Net Elastic.Client v8 (not Nest v7) What is the equivalent of the QueryContainer in this new version?

I have a .net maui mobile app. I have a page that I use to filter (I use elasticsearch) events according to many criteria, in particular the type of dance. In the ui, I use chips to represent this ...
Julien Tavernier's user avatar
0 votes
1 answer
43 views

What is the correct syntax with orderby for this OData expression used for Azure.Data.Tables in C#?

I searched likely everywhere, but don't find a right page of where somebody can explain me how write the right syntax for orderby. I think there are problems with this ampersand, it's a query-operator ...
user8417839's user avatar
0 votes
0 answers
28 views

Using C#, how to filter Excel Worksheet records based on a column value

I am trying to filter an Excel worksheet using the following, where the variable sLastRoad = "STREET RD". Excel.Range filterRange = xlWorksheet.UsedRange; filterRange.AutoFilter(...
Charles Fleischmann's user avatar
-1 votes
1 answer
299 views

Microsoft Graph Filter not filtering correct

Im using C# to get messages from a mailbox. For some unknown reasons, I only can read 11 Messages at once. But this isn't a problem. So I decided to save the recievedDateTime of the last message to ...
Jens Körte's user avatar
-1 votes
1 answer
87 views

What is Filter in ASP.NET?

I have gone through various filters in ASP.NET like, ActionFilter, AuthorizationFilterAttribute, ExceptionFilterAttribute, IAuthorizationFilter, IOperationFilter (previous two are from Swagger), and ...
Prajval Gahine's user avatar
0 votes
1 answer
127 views

Azure Cognitive Search - Filter is not working

I have RAG and am trying to implement filtering by keywords/phrases as shown below: public SearchOptions? CreateSearchOptions( int searchTypeInt, ...
Leon's user avatar
  • 339
0 votes
1 answer
44 views

Filtering Arc values in c#

I'm having trouble filtering an Arc value. When I draw a bitmap (dxf file into bmp) there is always extra arcs with the same values, no matter the file im working with. Library : netDxf else if (...
Martins's user avatar
  • 30
0 votes
1 answer
78 views

Filter by comma-separated data

My website posts have tags created to classify the posts. I am using the tags to create a tag filter for the posts. StackOverflow tags section as an example. I am using the MSSQL database column that ...
ZNAXNOR's user avatar
  • 116
0 votes
1 answer
123 views

InvalidOperationException for dropdown filter in ASP.NET Core MVC

I have created a global dropdown filter on my navbar. I get the error: An unhandled exception occurred while processing the request. InvalidOperationException: The model item passed into the ...
ZNAXNOR's user avatar
  • 116

15 30 50 per page
1
2 3 4 5
69