Recorset filter by url then group by

I have a search results page that get its information via a
complex form then their is a more details page which is filtered by
the url i want to put another record set on the page which pick up
the info from the URl but then sort the information from a feild
which contains codes i want to select only part of the code ie
first 3 digits of the code.
i am using dreamweaver 8
this is the code from the dreamweaver panel if i fillet them
seprately they work but together i get no data can any give me a
clue on how to filter by url then group by field if contains "text"
SELECT *
FROM all1
WHERE product_name = 'MMColParam' AND product_id LIKE
'testVariable'
variables
MMColParam 1 Request.QueryString("product_name")
testVariable "%thr%" testVariable

thanks !
my URL call a template, so, is this the good url ? :
<SAP_BW_URL ITEM='*TPL*' MULTI='X' HIDDEN='X' FILTER_NODE_IOBJNM_1='ZIS_PDT' FILTER_VALUE_1='C' CMD_1='ITEM=*TPL1*&MULTI=X&HIDDEN='>
or did i must put it in the CMD like this ? :
<SAP_BW_URL ITEM='*TPL*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*TPL1*&MULTI=X&HIDDEN=&FILTER_NODE_IOBJNM_1='ZIS_PDT'&FILTER_VALUE_1='C''>
another question,
in my query, did the characteristic must be in "free characteristic" or in "filter" or nowhere ???
thanks a lot

Similar Messages

  • I need script which will filter a set of groups by name, and then give a CSV with direct members

    I need script which will filter a set of groups by name, and then give a CSV with direct members
    say it like,
    $groupitems = Get-ADGroup -SearchBase "DC=fincaint,DC=local" -Filter {Name -like "*AppUsers"}
    ForEach ($groupitem in $groupitems)
            IF ($groupitem.objectClass -eq 'user')
       Get-ADUser $groupitem | FT Name, Email, City, Title | Export-Csv c:\member.csv
          IF ($groupitem.objectClass -eq 'group')
       Get-ADgroup $groupitem | FT GroupName, GroupDN | Export-Csv c:\member.csv

    Hi Dhiravia,
    It's been a while. How is it going? If the suggestion provided by ThmsRynr doesn't help, for scripting questions, in order to get better help, it's recommended that we ask for advice in the following scripting forum.
    The Official Scripting Guys Forum
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Remote Desktop connection - Set URL by group policy

    on our 2008 R2 DC we do not have a "RemoteApp and Desktop Connections" entry and so i cant
    set the Default URL of the RDS web , how i can have an admx for this policy or any work around in order to set the URL by group policy, by the way i have an rds 2012 R2 and DC 2008 R2 and all clients are using thin clients with windows 8 embedded.

    Hi,
    You can download and install the latest group policy templates on your DC:
    Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2
    http://www.microsoft.com/en-us/download/details.aspx?id=41193
    Another option would be to edit your group policies from your Server 2012 R2 server.  For this you need to install Group Policy Management via Server Manager Add Roles and Features Wizard.
    -TP

  • Limit a Pivot Table filter to just one group (Excel 2010)

    I use Excel 2010 and want to apply a filter to just one group of data within a Pivot Table.
    It appears that filters are applied to the entire Pivot table; is there a way to limit the scope of a filter so it is applied to just a single group of data (grouped using the group function within a Pivot). Alternatively could I apply a filter to just a
    selection of rows within the Pivot?
    I have tried breaking my pivot into separate tables and applying the filters individually but the tables interfere with each other when expanded/collapsed and generate the Excel "overlapping tables" error message.
    Any suggestions gratefully received.
    Regards
    Pete

    just use filter is no possible that apply a filter to one group. maybe slicers is a good choose.
    http://office.microsoft.com/en-us/excel-help/use-slicers-to-filter-pivottable-data-HA010359466.aspx
    KR

  • URL logon groups are empty in SMMS

    hello,
    i'm trying to configure http load balancing with message server.
    i've created a logon group and assigned it to url webgui in SICF
    it seems to work but in sape note 751873 it is said that logon groups and corresponding urls could be loaded and checked in transaction SMMS using functions via Goto -> Expert functions -> HTTP
    the problem is that, here in SMMS, my url logon groups list is always empty...
    is it normal?
    regards

    Hi Olivier,
    In case you use Integrated ITS in a Portal environment you should have a closer look at notes 1029194 and 1040325.
    Thanks and regards,
    Dieter

  • LoadVars can't access URL - then freezes

    Hi,
    Guys did that ever happen to any of you before? You use a
    loadVars object (or even a loadVariables object) to get some data
    from a URL , but the server of that URL is down (or some kind of
    problem is happening with it),,.. and then it's as if your flash
    movie is just looping forever to get it?
    Ofcourse, you then get the window saying something like "A
    script in this movie is letting your movie stop working. Do you
    want to abort the script" more or less.
    Is there some kind of timeout function that I can use, in
    case loadVars can't access that URL, then it just breaks, and
    continues normally????? Ofcourse, giving a bad URL , will just give
    an onLoad event, with a "false" parameter, indicating that the URL
    wasn't loaded successfully.. but I'm talking about when the URL
    actually exists, but say the server is startign up, or there is a
    problem with, say, the Apache server on there... or something.
    I hope my problem is clear.

    in your code that calls the url, right before that line that
    does the sendAndLoad() or whatever, set an interval. then call
    clearInterval in both your vars' onLoad handler and also the
    timeout handling function
    look up setInterval() in the actionscript language
    reference.

  • Insert filter by url of the template

    Hello Wad experts,
    can someone tell me how to insert filter by url of the template ?
    using a CMD i think, but I need some help.
    thanks for helping me

    thanks !
    my URL call a template, so, is this the good url ? :
    <SAP_BW_URL ITEM='*TPL*' MULTI='X' HIDDEN='X' FILTER_NODE_IOBJNM_1='ZIS_PDT' FILTER_VALUE_1='C' CMD_1='ITEM=*TPL1*&MULTI=X&HIDDEN='>
    or did i must put it in the CMD like this ? :
    <SAP_BW_URL ITEM='*TPL*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*TPL1*&MULTI=X&HIDDEN=&FILTER_NODE_IOBJNM_1='ZIS_PDT'&FILTER_VALUE_1='C''>
    another question,
    in my query, did the characteristic must be in "free characteristic" or in "filter" or nowhere ???
    thanks a lot

  • WSA how to filter HTTPS urls without decrypting

    In transparent mode HTTPS Proxy must be activated for HTTPS traffic.
    If you don't want particular users to access certain https sites with out decryption , you can define those urls in custom url categories and under decryption policies :
    1. Exclude that custom url category from global decryption policy
    2. Create new decryption policy for those identities you want to block request and then under categories include that custom url. Default action you will get for this category is monitor .
    3. If you leave it as such then it continues to evaluate the client request against other policy group control settings, such as web reputation filtering or you can use drop action if you do not want to  pass the connection request to the server. The appliance does not notify the user that it dropped the connection.
    HTH
    "Please rate useful posts"

    Dear Kush
    Thanks for the reply.... you advise to start with a new Decryption Policy for Guest users. So I have now created several Decryption Policies, for Guests, Authenticated Users, VIP Users. The Guest URL Filtering is set to DROP many Categories and to Pass Through the rest, and the VIP Policy drops only the worse categories (Porn, etc) and Pass Through most. If I set the HTTPS Filter=Monitor, then it will decrypt.
    I think it is working as I need it, but as a Guest User I can still bypass the Ironport block by entering http://www.youtube.com  into Internet Explorer v8 (XPsp3) - However, on the same PC with Firefox v28 https://www.youtube.com is blocked.  (IE8 detects the traffic as "SRCH" traffic to 74.125.21.95:443, Firefox detects category "VID" to 74.125.196.91:443)
    I'll do some more testing, then feedback to the forum again...
    Martin
    PS. What I don't like about the solution: I need to setup two  sets of URL Category Filters: for the HTTPS proxy (under Decryption Policies) and for the HTTP proxy (under Access Policies)  - even though I want the same Group based filters for HTTP and HTTPS.  I did not expect to have to setup two separate sets of filters.

  • Can I filter search by authorisation group?

    We have 5 sales orgs e.g. Z001, Z002, Z003, Z004, Z005. Each employee belongs to one sales org only. When the user searches on accounts I want to filter the search by the sales org the employee belongs to.
    To test this I maintained the business partners and assigned the authorisation group Z001 to 5 of our customers in one sales org. I have also assigned the authorisation group Z002 to 5 of our customers in another sales org that I do not want displayed. For others I have left empty. I did this because it is not a practical solution for us to maintain an authorization group for every customer.
    In transaction PFCG I have maintained the authorization group B_BUPA_GRP with the entry Z001 as this is the sales org I want displayed for this role.
    When I search for the customers (with no search criteria) it does not appear to do any filtering at all as more than 5 records were found, which is not correct.
    When I run the trace (ST01) I find that for the 5 customers that have the authorization group Z001, it is allowed. This is correct. For the 5 customers with authorization group Z002, it is not allowed. This is correct. However for the customers without any authorisation group assigned it is allowed. This is not correct.
    How is it possible to not display customers without an authorisation group?
    Regards
    Declan

    Well Declan..you have to note this thing before going for this solution.
    The field you want to add as a hidden search parameter , should not be available on UI.
    Otherwise controlling the user will be very difficult.(Nevertheless, you can achieve it, but have to take lot of pains.)
    For example if you want to display partners belonging to a particular country say 'US',then add a record to GT_HIDDEN_PARAMETERS.
    DATA: ls_params   TYPE genilt_selection_parameter.
        ls_params-attr_name = 'COUNTRY'.
        ls_params-sign      = 'I'.
        ls_params-option    = 'EQ'.
        ls_params-low      = 'US'.
        APPEND ls_params TO gt_hidden_parameters.
    Implement this code in EH_ONSEARCH and then call super class. Standard code by default reads this gt_hidden_parameters.
    This is proprietary to BP_HEAD_SEARCH Component. If you have to implement this for some other componet then you should create an attribute gt_hidden_parameters and then read this internal table manually and manipulate the search criteria as is being done in standard code of method EH_ONSEARCH of BP_HEAD_SEARCH/SearchHelp.
    As I mentioned earlier COUNTRY attribute should not be available on UI.
    If Country was  available on UI, then imagine a case if user enters 'UK' as country and you have hard-coded inside to get only 'US'
    Then the result list have partners of 'US' despite user entering 'UK'. I mean to say the hidden parameters should not be available on UI.
    This way you can any valid hidden attributes by looking at the search object of the serach page in Model Browser.
    Cheers,
    Masood Imrani S.

  • Setting a filter to a native group in EAS (9.2.0.2)

    Ok...I have a Planning app and I am trying to create a filter in Essbase for the app. I added the filter to the Planning app in EAS and it saved fine. Now... I created a new group in SS, provisioned the group to the Planning app and added a user to the new group. I go into EAS to the new group and see Planning app and when I go to assign the new filter the filter box in grayed out and I can't assign my new filter. I use to use this method in Planning 4.2 to allow certain users the ability to lock and send. Must be something with sys 9 (9.2.0.2) just don't know if i can get around it. Any ideas?

    Yes..thank you I do see that and also realize that SS will only let you set filters on Essbase cubes and not Planning cubes. When I right click on a Planning project in SS I get different drop down then when I go to a Essbase project (Essbase project gives you option to "Assign Access Control".

  • CSS1506 - Filter admin URL's

    I am currently migrating all of our prod environments from our NetApp reverse proxy to our CSS. So far everything has gone well. Client to CSS is SSL and then http to the backend servers.
    I am about to migrate 1 application where I need to filter out certain admin URL's from the public. Is there a way to filter out these URL's on the CSS ?
    Any help would be appreciated.
    Cheers
    Dave

    Not really.
    The CSS is a loadbalancer, not a proxy.
    What you can do is catch some url into a specific rule that forwards the request to a specific server that can then display an error message.
    Under a content rule use the command 'url' or 'urql' to catch a specific url.
    Gilles.

  • How to filter in URL using NW04s WAD?

    Greeting Web Template Gurus,
    I am working in NW04s SP12 WAD (Web Application Designer) and I am trying to use the filtering criteria in my URL...  <bwurl>&FILTER_IOBJNM=0PLANT&FILTER_VALUE=1000.  I have brought in the Filter Pane in the Web template and when I run the Web Template in IE, I do not see where 0PLANT is being used.
    Is there a setting in the Web Template I am missing, or a specific Command I need to be running to get this to work for me?
    Regards,
    Alex

    Hello Alex,
    Please try to pass the command using the Template ID and not using the Query,
    for example
    http://<server><port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=MMFG_M03_Q0088&FILTER_IOBJNM_1=MPLANT&FILTER_VALUE_1=3010
    instead of using QUERY=MMFG_M03_Q0088, try WebTemplate as given below, it may help you
    http://<server><port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?template_id=yourTemplate&FILTER_IOBJNM_1=MPLANT&FILTER_VALUE_1=3010
    See this page for more info
    [Calling Parameterized Web Templates|http://help.sap.com/saphelp_nw04/helpdata/en/27/6c013a53271a05e10000000a11402f/content.htm]
    Thanks
    Chandran

  • Interactive report row-level ("OR") filter via URL?

    I know you can perform a column level filter on an Interactive Report via URL, but can you do a row level filter?
    I want to do something like where column 1 = 'test' OR column 2 = 'test', not column 1= 'test AND column 2 = 'test'.
    Thank you and apologies if I am missing something in the documentation or other forum messages.

    Jeff,
    Thanks again for the response and for looking into it. However, if I am not mistaken, the url in that excerpt does the same thing as the URL I posted except that you used IREQ_COLNAME instead of IR_COLNAME (which defaults to EQ I believe).
    I want to see if a value is in column a OR column b, etc. The "OR" is the all important caveat.
    I would settle for being able to pass a value to the IR's main search box (that searches all columns of all rows) if I cannot do a targeted row level filter on a few select columns.
    If anyone knows how to do either of those things, that would be great information to have.
    Thanks,

  • Security Filter: Computer works, Computer Group doesnt works

    Hi @all,
    Server W2K12R2 ... Name Computer1
    When i make a FPO with security filtering on
    1.) Computer ... works
    2.) Security Group, Global, Security with Member Computer1 ... doesnt works
    Read, Apply Group Policy are set
    Why?
    Help

    > When i make a FPO with security filtering on
    I suppose this shoud read "GPO" and not "FPO"?
    > 1.) Computer ... works
    > 2.) Security Group, Global, Security with Member Computer1 ... doesnt works
    How do you determine that it works/doesn't work? Do you filter on the
    GPO at all or on a specific setting (Group Policy Preference) within the
    GPO?
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • First DISTINCT and then Group by

    I have few records that have repeating values. I want to sum only the unique values. I am using Distinct clause to get Distinct records and doing group by to get the sum. But it seems like it is doing the sum and then returning the distinct values so my summed value comes out to be incorrect. Is there a way to only SUM the distinct records?

    Could you please send us the query, because I tried something like that and it worked.
    Wrote file afiedt.buf
    1 select deptno, ename, sal from emp
    2* WHERE deptno = '20'
    3 /
    DEPTNO ENAME SAL
    20 SMITH 800
    20 JONES 2975
    20 SCOTT 3000
    20 ADAMS 1100
    20 FORD 3000
    20 TEST100
    6 rows selected.
    SQL> select sum(DISTINCT sal) FROM emp WHERE deptno = '20';
    SUM(DISTINCTSAL)
    7875
    SQL> ed
    Wrote file afiedt.buf
    1 select deptno,sum(DISTINCT sal) FROM emp WHERE deptno = '20'
    2* GROUP by deptno
    3 /
    DEPTNO SUM(DISTINCTSAL)
    20 7875
    SQL> ed
    Wrote file afiedt.buf
    1 select deptno,sum(DISTINCT sal) FROM emp
    2* GROUP by deptno
    SQL> /
    DEPTNO SUM(DISTINCTSAL)
    10 9625
    20 7875
    30 13550
    Thanks

Maybe you are looking for

  • How to set windows at a certain size in Lion ?

      Hi Guys   this is something i have been having an uphill struggle trying to get right - to say the least !!..   in Snow Leopard one could only ''resize'' a window by pulling on it's corners ( NOT a limitation in my book.. )  but when you closed the

  • TS3274 is there any problem to update my software to ios 6?

    is there any problem to update my software to ios 6

  • Customer - spl gl indicators

    Hi, I have a requirement as below.  One of my client is using different special gl indicators for different purpose. spl gl indicator    D -tution fee - Account no:123456 spl gl indicator    I - residence -account no:234569 Now he wants to use a sing

  • Language conversion issue.

    Hi Experts,         My scenerio is File 2 PI to R/3 . From file in one of the fields, I am sending a field with a text in KOREAN. This value is passing successfully through PI [ I can see in SXMB_MONI and IDX5] and once it reaches R/3, it simply conv

  • New downloaded upgrade seems worse

    I just uploaded all available upgrades a few days ago, and the latest version of Safari seems SO SLOW, especially when opening a web site that has not been opened with this version. Anyone else noticing this?