Questions tagged as 'filter'

0
answers

Powershell command Get-ADUser -LDAPFilter to search all users outside a group

What is the command to search all domain users who do not belong to a certain GG? I have already tried using: Get-ADUser -ldapfilter {(&(name*)(!memberof=*GG_DI-ADM))} -properties * | select name, samaccountname, enabled The bu...
asked by 26.05.2017 / 16:59
2
answers

Querying Data With VBA Filter

Good evening, good evening I have a problem with VBA, can you help me, please. Following: I have excel with Sheet1 and Sheet2. On Sheet2 I have a list of clients where I have the following data: Name, City and Age. InVBA,Ineedtocopythe...
asked by 31.05.2017 / 06:21
1
answer

Angular.js dynamic filters

How can I make a variable to be transformed into a value like in the example: ng-repeat="op in opportunityUnica | filter: ReferenceCode = 'VARIABLE'"?     
asked by 15.03.2017 / 16:31
0
answers

Exception in the Filter of only one page

I have a filter @WebFilter ("/ *") that blocks everything, however, I would like it to have exception of a few pages ... A page (or one I chose) was not blocked What is it like? @WebFilter(urlPatterns = {"/retiro","/valor","/pessoa","/ga...
asked by 22.12.2016 / 21:25
1
answer

Login screen problem, if user logged in redirect to home screen

Good afternoon, I have a system, I was able to filter in case the user is not logged in, redirect to the login screen. But now I'm trying to do the opposite, in case the user is logged in and he tries to access the login screen, redirect to the...
asked by 01.06.2016 / 21:19
1
answer

How to create a file filter when dragging in C #

I'm implementing the Drag Files function to populate a Listbox with the path of the files. It works fine, but I would like to put a "filter" making it possible only txt to be imported. If it is not txt, an Error MessageBox should appear to...
asked by 16.03.2016 / 20:03
0
answers

MixItUp does not show the elements

Good Night, I have tried to use the MixItUp plugin to modify the thumbs of an image gallery, however, the images always remain unseen (as initially the plugin asks), I can not identify which reason the plugin does not show the elements, could a...
asked by 14.12.2015 / 22:33
1
answer

How to translate (or edit) validation messages or "labels" in wordpress plugins?

As an example, I installed a plugin to add an attachment upload field in Wordpress's comments form- link How can I change the texts in "attachmentRules" and "choose file" using functions.php in my child-theme? Comment form prtSc with firebu...
asked by 03.02.2015 / 18:39