Filtering using AND

I have a table  (basic example dataset below)
ID EntityID SourceFile Cost
1 00A01 file1.txt 20
2 00A03 file1.txt 20
3 00E07 file2.txt 20
4 00A06 file2.txt 20
5 00A04 file1.txt 20
6 00E05 file2.txt 20
7 00A06 file2.txt 20
8 00A04 file1.txt 20
9 00E05 file2.txt 20
I imported this into powerquery.
I now need to remove rows that have a sourceFile = file2 AND EntityID contains "%E%"
Im not sure how to add this condition to the powerquery M definition code. 
Closest i have come is with the below, but this is removing all rows with a SourceFile = "File2.txt", not just ones that also has an EntityID that contains "E".
Table.SelectRows(myTable, each ([SourceFile] <> "File2.txt"  and Text.Contains([EntityID],"E")))
All help appreciated.

Hi Winston,
Filters on a table are additive, so the first filter is applied, then the second is added, and so on. One way to achieve your goal would be to create a custom column with a formula like:
Text.At([EntityID],2)&[SourceFile]
The result will be values Afile1.txt, Afile1.txt, Efile2.txt....Efile2.txt. You can then filter out the rows containing the Efile2.txt values. 

Similar Messages

  • What are used and unused filters?

    Upgraded to Lr4 and noticed "used" and "unused" filters.  Maybe they were there in Lr3 and I just didn't notice them. 
    Can someone tell me what these are for?  If I select either and then to cmd-A, I select all  pix in my library with either filter?  So, for me they are doing nothing.
    Btw, I tried looking in Lr help for this but could not find it.  Can someone point me to the user manual or online help that covers this topic.
    On Mac with Snow Leopard.  Thank you, Chris R

    If you are working on a book, they will show you images you have used or not used in the current project. You activate it in the Film Strip of the Book Module

  • Please help me identify the filters used in this image

    Hey there folks!
    I currently have a contract with a lingerie company, who want me to make a collage quite similar to the following image, which they have provided me with. Mine will be obviously much different, but the same idea...a little boutique shop front but with Paris in the backgrounds etc with one colour and lots of glowing lights and stars.
    What I am wondering, as I am quite new to Photoshop collages (I usually use it for retouching images etc), is how was this image put together, what kind of effects were used? How many different images have been used in this one?
    So far I have a street lamp, a shop front, a girl, and an image of Paris at night. I'm especially unsure about how to do that circular gradient around the image - and the company are absolutely mad for it!
    Thanks so much folks!

    What I am wondering, as I am quite new to Photoshop collages (I usually use it for retouching images etc), is how was this image put together, what kind of effects were used? How many different images have been used in this one?
    The image is a bit small to judge, but it could have been shot with the lamp and storefront as props on a reflective flooring and even the background might have been in the studio – the last one I doubt, though, because it does not reflect in the floor.
    Anyway, if you do make a montage I personally find it important to
    • combine the parts as Smart Objects,
    • do the object-clipping with Layers Masks in the Smart Objects and
    • use Adjustment Layers for color corrections.
    As for
    glowing lights and stars
    stars are fairly easily faked (if one has low enough standards) with a white Solid Color Layer set to Blend Mode Dissolve and the Opacity and Fill Opacity reduced accordingly; for different sizes convert to Smart Object, duplicate and upscale.
    Glows can be done various ways. For example making a SO-duplicate, using the Filters Maximum and Gaussian Blur and setting the layer to Blend Mode Screen (if necessary use the Blend If-settings to limit the effect).

  • Conditional Filters using case statements

    Hello,
    I have a table view which displays Total Quota and Theatre Quota. Against the Total Quota, there are 2 values - Rollover Revenue and Theatre Revenue. Against the Theatre Quota, there is only Theatre Revenue.
    What I want to accomplish is to display only the Rollover Revenue Aggregated Quarterly number whenever there is a Total Quota number and not display the Theatre Revenue number
    In the table view,
    Year Name     Quarter Name     Quarter Name Sort     Person Region     Quota Name     Quarterly Quota     Credit Amount     QTD Attainment     Credit Type Name
    YEAR-2012     QTR-1-2012     QTR-1-2012     750     Total Quota     6,128,500     5,492,081     89.62%     Rollover Revenue Aggregated Quarterly
                   750          6,128,500     5,344,000     87.20%     Theatre Revenue
         QTR-2-2012     QTR-2-2012     750     Total Quota     5,922,500     5,890,264     99.46%     Rollover Revenue Aggregated Quarterly
                   750          5,922,500     6,120,000     103.33%     Theatre Revenue
         QTR-3-2012     QTR-3-2012     750     Total Quota     5,716,500     0     0.00%     
         QTR-4-2012     QTR-4-2012     750     Total Quota     5,510,500     0     0.00%     
    I used an example in the following link:
    http://oraclebizint.wordpress.com/2008/02/06/oracle-bi-ee-101332-conditional-filters-using-case-statements-in-filters/
    and applied the example in my scenario:
    CASE WHEN Quota."Quota Name" = 'Total Quota' THEN "Credit Type"."Credit Type Name" ELSE 'Dummy' END != 'Theatre Revenue'
    I still get duplicate rows.
    Thanks.

    Could you suggest any solutions for this problem where I can conditionally hide the number only for a certain type of data and not for all type of data?
    Thanks.

  • SQL problem when using %AND(filtername,column_name like ?)%

    Hello Experts
    I am trying to create a query that has optional Filters using the Filter <%AND(filtername,column_name like ?)%>  token.
    i want for my query to return everything if the user does not specify anything in the filter.
    when i use this token nothing is returned by my query.
    does anybody know how to use this token <%AND(filtername,column_name like ?)%>  for optional filters.
    your help will be greatly appreciated.
    kind regards,
    Thabiso Kamanga

    Hi Thabiso,
    For optional filters you could use the AND_OP token. So for example, if the filter prompt is for filtering using the document display name, the syntax would be
    <%AND_OP("UPPER(T1.DISPLAY_NAME)",<%?(T1.DISPLAY_NAME)%>)%>
    Note, the second occurrence of T1.DISPLAY_NAME is the name of the filter parameter defined on the Filter Prompts tab.
    You can set a default value for the filter by entering the value in the Default Value field of the filter prompt. If you intend to use a wildcard as the default value, you need to take into consideration the volume. If the query returns a large result it might not be a good idea to use the wildcard as the default value.
    The help section provides more information of the usage of the AND_OP token that you might find useful.
    Regards,
    Vikram

  • [svn] 4885: Flex SDK Framework - Update mx.filters API and class hierarchy

    Revision: 4885
    Author: [email protected]
    Date: 2009-02-06 16:12:32 -0800 (Fri, 06 Feb 2009)
    Log Message:
    Flex SDK Framework - Update mx.filters API and class hierarchy
    - Removed BaseFilter.as, BaseDimensionFilter.as, and GradientFilter.as
    - Renamed IBitmapFilter.as to IFlexBitmapFilter.as
    - Changed IBitmapFilter.clone to createBitmapFilter
    - Moved properties and functions from base classes up to filter subclasses
    - Changed ColorMatrixFilter constructor parameter from Array to Object
    - Added Change metadata to all filter classes
    - Changed notifyFilterChanged from public to private
    - Added ASDoc comments
    - Added copyright info
    - Added a number of formatting and style fixes
    QE Notes: Need to update tests based on API changes. Missing tests for DisplacementMapFilter.as.
    Doc Notes: Need extensive ASDoc review. Consider using @copy for properties that match the flash.filters properties
    Bugs: n/a
    Reviewer: Gordon
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientBevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientGlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IFlexBitmapFilter.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IBitmapFilter.as

    Yup. The source files are simply missing from the 4.5 source releases....I'm hitting the same issue when trying to rebuild the SDK with flexcover changes applied.

  • [FR] BB10 should support automatic filtering using Sieve

    It would be great if BB10 could support automatic email filtering/filing.
    Sieve works great for IMAP based mail systems, which is what most people will use besides Activesync.
    When the user needs to modify rules, BB10 devices would simply need to connect to the server and edit the sieve script.
    It would probably be best to add the BB rules to the main files. That way the OS could easily provide a UI for the support functions like filing messages based on email addresses.
    Olivier - interfaSys ltd
    Developing for BlackBerry 10 devices using the Sencha Touch framework.

    An app could probably be written, but it wouldn't be integrated and might not be very user friendly because of that.
    Server-Based Sieve
    http://sieve.info/servers
    AfterLogic ManageSieve Server, a standalone Sieve server.
    The Alt-N Technologies SecurityGateway has a filtering engine which is based upon the Sieve mail filtering language.
    Archiveopteryx is an IMAP and SMTP Server with Sieve support on IMAP level.
    AXIGEN is a mail server with groupware and collaboration functionalities and SMTP, POP3, IMAP and Sieve support.
    The Carnegie Mellon University Sieve implementation was initially released in January, 1999. It's now part of the Cyrus IMAP server. ManageSieve has been implemented as part of the CMU Cyrus Sieve suite.
    Citadel is a tightly integrated, easy to install, open source groupware platform. Sieve support began with version 7.00 of the system. Normal users can have Sieve scripts auto-generated when they use a web-based rules editor. Advanced users can compose their own Sieve scripts and enter them using the web interface or the managesieve protocol.
    DBMail is adding support for Sieve and ManageSieve.
    Dovecot has a plugin that adds support for the Sieve language to its local delivery agent. For Dovecot versions before v1.2, this plugin was based on the CMU Cyrus Sieve suite. As per Dovecot v1.2, a rewritten implementation of the plugin is provided. It is part of the Pigeonhole project, which also provides native ManageSieve protocol support for Dovecot.
    Exim v4 has support for Sieve scripts.
    Isode M-Box includes support for Sieve, which is thread safe version of Cyrus Sieve. ManageSieve has been implemented as part of the Isode M-Box suite.
    Apache JAMES project can use the JSieve component. JSieve is a language processor that can also be plugged into any internet mail application to add Sieve support.
    Kerio Connect has a filtering engine which is based upon the Sieve mail filtering language.
    mvmf is a delivery agent currently in use, and still under active development. Its scripting language includes an embedded Sieve implementation.
    Oracle Communications Messaging Exchange Server (former Sun Java System Messaging Server) has support for Sieve.
    Newer versions of PMDF from Process Software have Sieve support via a web-based interface.
    Perdition is a proxy server supporting POP3, IMAP and ManageSieve (as of version 1.19).
    pysieved: Python Managesieve Server, a standalone Sieve server that can be tied to different solutions.
    Rockliffe Mailsite v5 supports server, domain and mailbox level Sieve filtering with a rule based windows GUI, and a slightly limited web based GUI. A trial version can be downloaded from the web site.
    Some Sendmail, Inc. products support Sieve.
    Vircom's modus line of email and front-end servers uses a Sieve engine.
    Olivier - interfaSys ltd
    Developing for BlackBerry 10 devices using the Sencha Touch framework.

  • Show values of filters used in the columns

    hi experts
    Probably it is very simple but I don´t find how to do it. I would like to see in the query the values of the filters used to calculate the columns.
    I.e. One column is the amount of the net income for one month. The month is asked when I execute the query but when the query is executed I don´t see in the screen the month used.
    Thanks and regards

    Luis,
    I think you are wanting to use text variables on the columns to get the values of the month. To do this go into the column name and type &. It will prompt you to select, create, or edit a text variable. You can create a variable here to display the value of the characteristic your variable is on (i.e Month).
    Hope this helps,
    Rusty

  • IOS Content Filtering Using TrendMicro: Can I customize the block-page redirect-url?

    I have IOS content filtering using the Trend Micro subscription service working on a 2911 running 15.1.(3)T3 with the security license option and a 30 day demo Trend subscription.
    Once I figured out that the content filtering for Trend appears to be completely broken in 15.2 (even using docs for 15.2) I went back to 15.1 and it works great.
    Everything seems great so far except I would like to have a more 'fancy' or custom blocked page where a user can have a couple links to either go to the trend micro reporting page http://global.sitesafety.trendmicro.com/result.php or some other page, and maybe some branding so they know the page is coming from our network and is not some fake security thing or phishing attempt or whatever.
    I know I can use the 'parameter-map type urlfpolicy trend ' section to do a tiny bit of customization of the text that appears on the default blocked page display and there is an option for it to go to a simple redirect instead ('block-page redirect-url') but I wonder if anyone has any ideas on how to do more with either the built in page or the redirect-url to keep the information of what page the user was trying to access and why it was blocked (category etc.) while adding more features.
    Thanks!
    Oh, one last thing, this doesn't support any kind of 'user override' or anything like that does it? So that a network can have a filter applied but an admin could override the filtering to allow temporary access to something?

    Hmm... no thoughts over the weekend. Anyone?

  • Filters Query and Web Template

    Dear All,
    Many reports use filters in both the query and the web template. What
    is the difference?
    Regards,
    KS

    the filter used in query and web templates are same
    there is no difference between filters used.
    as webtemplate uses the same query as its data provider so it is going to run the same filters.
    for e.g. if u have query x then if there are filters in it .
    if u have webtemplate y , and u have to assign a data provider to webtemplate which is nothing but query itself....
    so if u run webtemplate u will at the end execute query x only...
    now wat is filter.
    filter means it will filter out that data.
    for e.g. if u created a variable for calendar month and u restrict it so that user can enter the calendar month value range when they execute query x....
    then if u execute query x
    then upon its execution the variable will pop u p and it will ask u to enter range of calendar months
    lets say u enter 1/2007-12/2007
    so u r query executes and it will only bring data for year 2007.
    now if u wish to see the data of 2006 and try to restrict it in Context menu or Restric screen, then it will display as NO DATA.
    this means it will filter the data for particular year.
    so if u wish to see the data for all years
    then dont create variable and dont restrict Calendar month
    Instead bring calendar month in Free characteristics
    so later u can run the query for different years.
    i hope u understand

  • Webapps tag - filters "lastclassified" and "randomclassified" producing empty collections

    When using the {module_webapps} tag, the filters "lastclassified" and "randomclassified" producing empty collections. "all" and "lastest" are working OK.
    Example code:
    {module_webapps id="Member Directory" filter="lastclassified" itemid="Featured" template="" resultsPerPage="4" collection="members"}
    {module_webapps id="Member Directory" filter="randomclassified" itemid="Featured" template="" resultsPerPage="4" collection="members2"}
    {module_webapps id="Member Directory" filter="latest" itemid="Featured" template="" resultsPerPage="4" collection="members3"}
    <pre><code>{{ this.members | json }}</code></pre>
    <pre><code>{{ this.members2 | json }}</code></pre>
    <pre><code>{{ this.members3 | json }}</code></pre>
    Produces this output.
      "moduleName": "webapps",
      "moduleDescriptor": {
        "templatePath": "",
        "parameters": "id=\"Member Directory\",filter=\"lastclassified\",itemid=\"Featured\",resultsPerPage=\"4\",template=\"\",collection=\"members\"",
        "apiEndpoint": "/api/v3/webapps",
        "objectType": "34",
        "objectId": "-1",
        "adminUrl": "/Admin/CustomContent_ItemList.aspx?CustomContentID=-1"
      "moduleName": "webapps",
      "moduleDescriptor": {
        "templatePath": "",
        "parameters": "id=\"Member Directory\",filter=\"randomclassified\",itemid=\"Featured\",resultsPerPage=\"4\",template=\"\",collection=\"members2\"",
        "apiEndpoint": "/api/v3/webapps",
        "objectType": "34",
        "objectId": "-1",
        "adminUrl": "/Admin/CustomContent_ItemList.aspx?CustomContentID=-1"
      "moduleName": "webapps",
      "moduleDescriptor": {
        "templatePath": "/Layouts/WebApps/Member Directory/list.html",
        "parameters": "id=\"Member Directory\",filter=\"latest\",itemid=\"Featured\",resultsPerPage=\"4\",template=\"\",collection=\"members3\"",
        "apiEndpoint": "/api/v3/webapps",
        "objectType": "34",
        "objectId": "-1",
        "adminUrl": "/Admin/CustomContent_ItemList.aspx?CustomContentID=-1"
      "editableFieldTypes": {
        "description": "Html",
        "itemid": "Id",
        "name": "Text",
        "url": "Text",
        "releaseDate": "Date",
        "expiryDate": "Date",
        "lastUpdateDate": "Date",
        "weight": "Number"
      "items": [
          "description": "\r\n",
          "itemid": "4943789",
          "name": "Donec Elit",
          "urlWithHost": "http://law-australasia.boswebsystems.com/member-directory/donec-elit",
          "url": "/member-directory/donec-elit",
          "releaseDate": "2014-10-08",
          "releaseDate_raw": "7/10/2014 11:00:00 PM",
          "expiryDate": "9999-01-01",
          "expiryDate_raw": "1/01/9999 12:00:00 AM",
          "lastUpdateDate": "2014-10-08",
          "lastUpdateDate_raw": "8/10/2014 12:10:08 PM",
          "counter": "1",
          "weight": "",
          "Member First Name": "",
          "Member Surname": "",
          "Title": "Director, R & D Talent",
          "Firm_id": "4929417",
          "Firm": "Andersons Solicitors",
          "State": "",
          "Email": "",
          "Direct Phone": "",
          "Mobile Number": "",
          "Areas of Law Practiced": "",
          "Areas of Law Interested In": "",
          "LinkedIn Profile": "",
          "Twitter Profile": "",
          "Google+ Profile": "",
          "Accredited Specialist": "0",
          "Accreditations": "",
          "Dietary Requirements": "",
          "DOB": "",
          "Special Interest Groups": "",
          "Tagline": "Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet risus etiam porta sem...",
          "isloggedin_11": {
            "moduleName": "isloggedin",
            "moduleDescriptor": {
              "templatePath": "",
              "parameters": "",
              "apiEndpoint": "/api/v3/isloggedin",
              "objectType": "-1",
              "objectId": "-1",
              "adminUrl": ""
            "isLoggedIn": "0"
          "description": "\r\n",
          "itemid": "4943785",
          "name": "Jack Bour",
          "urlWithHost": "http://law-australasia.boswebsystems.com/member-directory/jack-bour",
          "url": "/member-directory/jack-bour",
          "releaseDate": "2014-10-08",
          "releaseDate_raw": "7/10/2014 11:00:00 PM",
          "expiryDate": "9999-01-01",
          "expiryDate_raw": "1/01/9999 12:00:00 AM",
          "lastUpdateDate": "2014-10-08",
          "lastUpdateDate_raw": "8/10/2014 12:08:15 PM",
          "counter": "2",
          "weight": "",
          "Member First Name": "Jack",
          "Member Surname": "Bour",
          "Title": "Chief Executive Officer",
          "Firm_id": "4929396",
          "Firm": "Steele & Co",
          "State": "NSW",
          "Email": "",
          "Direct Phone": "",
          "Mobile Number": "",
          "Areas of Law Practiced": "",
          "Areas of Law Interested In": "",
          "LinkedIn Profile": "",
          "Twitter Profile": "",
          "Google+ Profile": "",
          "Accredited Specialist": "0",
          "Accreditations": "",
          "Dietary Requirements": "",
          "DOB": "",
          "Special Interest Groups": "",
          "Tagline": "Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet risus etiam porta sem...",
          "isloggedin_12": {
            "moduleName": "isloggedin",
            "moduleDescriptor": {
              "templatePath": "",
              "parameters": "",
              "apiEndpoint": "/api/v3/isloggedin",
              "objectType": "-1",
              "objectId": "-1",
              "adminUrl": ""
            "isLoggedIn": "0"
          "description": "\r\n",
          "itemid": "4943787",
          "name": "Kate Metus",
          "urlWithHost": "http://law-australasia.boswebsystems.com/member-directory/kate-metus",
          "url": "/member-directory/kate-metus",
          "releaseDate": "2014-10-08",
          "releaseDate_raw": "7/10/2014 11:00:00 PM",
          "expiryDate": "9999-01-01",
          "expiryDate_raw": "1/01/9999 12:00:00 AM",
          "lastUpdateDate": "2014-10-08",
          "lastUpdateDate_raw": "8/10/2014 12:09:23 PM",
          "counter": "3",
          "weight": "",
          "Member First Name": "",
          "Member Surname": "",
          "Title": "Project Manager",
          "Firm_id": "4929417",
          "Firm": "Andersons Solicitors",
          "State": "",
          "Email": "",
          "Direct Phone": "",
          "Mobile Number": "",
          "Areas of Law Practiced": "",
          "Areas of Law Interested In": "",
          "LinkedIn Profile": "",
          "Twitter Profile": "",
          "Google+ Profile": "",
          "Accredited Specialist": "0",
          "Accreditations": "",
          "Dietary Requirements": "",
          "DOB": "",
          "Special Interest Groups": "",
          "Tagline": "Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet risus etiam porta sem...",
          "isloggedin_13": {
            "moduleName": "isloggedin",
            "moduleDescriptor": {
              "templatePath": "",
              "parameters": "",
              "apiEndpoint": "/api/v3/isloggedin",
              "objectType": "-1",
              "objectId": "-1",
              "adminUrl": ""
            "isLoggedIn": "0"
          "description": "\r\n",
          "itemid": "4943788",
          "name": "Porta Gravida",
          "urlWithHost": "http://law-australasia.boswebsystems.com/member-directory/porta-gravida",
          "url": "/member-directory/porta-gravida",
          "releaseDate": "2014-10-08",
          "releaseDate_raw": "7/10/2014 11:00:00 PM",
          "expiryDate": "9999-01-01",
          "expiryDate_raw": "1/01/9999 12:00:00 AM",
          "lastUpdateDate": "2014-10-08",
          "lastUpdateDate_raw": "8/10/2014 12:10:39 PM",
          "counter": "4",
          "weight": "",
          "Member First Name": "",
          "Member Surname": "",
          "Title": "VP of Operations",
          "Firm_id": "4929417",
          "Firm": "Andersons Solicitors",
          "State": "",
          "Email": "",
          "Direct Phone": "",
          "Mobile Number": "",
          "Areas of Law Practiced": "",
          "Areas of Law Interested In": "",
          "LinkedIn Profile": "",
          "Twitter Profile": "",
          "Google+ Profile": "",
          "Accredited Specialist": "0",
          "Accreditations": "",
          "Dietary Requirements": "",
          "DOB": "",
          "Special Interest Groups": "",
          "Tagline": "Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet risus etiam porta sem...",
          "isloggedin_14": {
            "moduleName": "isloggedin",
            "moduleDescriptor": {
              "templatePath": "",
              "parameters": "",
              "apiEndpoint": "/api/v3/isloggedin",
              "objectType": "-1",
              "objectId": "-1",
              "adminUrl": ""
            "isLoggedIn": "0"
      "pagination": {
        "currentPage": 1,
        "numberOfPages": 2,
        "previousPageUrl": "",
        "nextPageUrl": "/Default.aspx?PageID=13659684&A=WebApp&CCID=22594&Page=2&Items=4"

    Thanks! Will the documentation be updated to show this correct usage?
    Developer reference - Web Apps

  • OBIEE 10g answers display filters used in result

    Hi,
    Is it possible to display the values of filters used in the result of an answer report?
    E.g.
    answer report:
    branch, sales
    Filters: branch = 1
    I want to show the filters used in the result in compound view. I have tired different views, none of them seems to work for this.
    I know I can put it in a dashboard with prompts so users can see the filters applied. But just curious is there any way to do it in the answers? Because in dashboard, it only prints PDF or HTML, but in answers it can print excel, which is what I want.

    In compoud Layout itself, there is option to add filter view. in the top of the answers resuls, you can find some tools and tabs, there you can find add view, by adding the filter view you can have the filter in the compound layout and you can see it printed in PDF like below.
    Fiscal Period
    Closing Amount
    2012-12     
    11.9
    2013-01    
    93.52
    Fiscal Period is equal to 2012-12 , 2013-
    01
    Try it and let me know if it works.

  • Apparently I have MULTIPLE Apple ID's, many linked to very old computers/emails that I no longer use and I have no clue what they are nor what the passwords could possibly be. I just want to be able to listen to music THAT I OWN!

    I am trying to play music on my iTunes that I had burned from either CD's that I had bought & own (in order to preserve the CD from damage and it is all only for my personal use) or purchased through iTunes. Much, but not all of this was done on an old computer, and on old e-mails that no longer exist, and for that matter I have no clue what the passwords could possibly be! The computer that I use now is at least 10 years old, so how am I supposed to remember passwords from that long ago? I am constantly being told to reset my password, but that apparently just seems to compound the issue. One account will not even accept my birthday and my security question which I know with 100% certainty are correct. I JUST WANT ACCESS TO MUSIC I OWN OR HAVE PURCHASED over the past 20+ years, and I don't care what computer I did it on or what e-mail address I used, and forget about trying to recall my password! Apple makes it so difficult to do passwords it's ridiculous! I would need a book to write down every password that I have tried, and apparently not succeeded in using! add to my frustration is that my son put literally TONS of his music onto my computer and used his various Apple ID's and passwords, and it's just a bumble cluck of a mess. AGAIN, I only want access to MY MUSIC!

    You're supposed to remember them or make note of them because they are key to a resource in which you have invested financially, just like keeping records for bank accounts you have or keys to your car.  It is just that people haven't woken up to the importance of having a digital legacy too.
    Here are resources for forgotten passwords:
    https://iforgot.apple.com/
    http://www.apple.com/support/appleid/contact/
    Contact Apple for help with Apple ID account security - http://support.apple.com/en-us/HT5699 "This article provides country-specific Apple Support contact information for customers seeking help with their Apple ID password or other security-related issues."

  • I need to do a clean install of maverick on my 2010 mbp what disk do i use and how do i move certain files from an external hard drive

    I want to do a clean install of maverick on my 2010 mbp.  I need to know what disk to use and also how i take certain files off my external hard drive and put on my computer.  When I was having problems with my airport they did a clean install and they pulled files of my time machine.   however they forgot to put the partition back in for a windows side.  Originally I had Parellels on my computer.  After my external hard drive got corrupted i called apple and they fixed the problem but didn't have me set up the time machine except for the external hard drive.  Now my only back up is from the external not from the laptop.    I am not sure how to do any of this.  I am not computer savvy...PLEASE I NEED  HELP>

    First, you need to make a backup of your MBP onto your external drive. I suggest you start by cloning your MBP drive to the external drive:
    Clone Mavericks, Lion/Mountain Lion using Restore Option of Disk Utility
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    This clone is fully bootable and also contains a clone of your Recovery HD.
    Second, you need to do a clean install of OS X onto your MBP as follows:
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    This should accomplish your goals. You will have a clean install of OS X on your MBP and a bootable clone of your old system and all your files on the external drive.

  • I am getting frequent lock-ups and blue screens during boot up. The lock ups occur during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button. Ideas?

    I am getting frequent lock-ups and blue screens during boot up on my Mac Pro.  The lock- ups occur sometimes during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button.
    I had the Mac Defender malware and I have used apple jack but still having issues.

    I am getting frequent lock-ups and blue screens during boot up on my Mac Pro.  The lock- ups occur sometimes during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button.
    I had the Mac Defender malware and I have used apple jack but still having issues.

Maybe you are looking for

  • Reorder Point Planning

    Hi all, Business Process is: 1. I am having 6 plants assigned to a single company code. 2. I had created material "A" and assinged to all 6 plants with different manual reorder points, selected MRP type VB,. Plants:                    1000      1010 

  • CRM70 Use of dynpro services is not possible in the current system status

    Hi all, i programmed in Webclient UI an own button which calls a Method of a zclass. Within this method i do a remote function call in ERP. I can test the method successfully but if i call it from CRM Webclient UI i have a BSP error: Business Server

  • Planned order to pur.req

    Hi , Planned order was converted to purchase requistion from MD04. But what i find is the planned order is also existing  in MD04 , idealy it should not. what could be reason for it. ? Regards Shankar R

  • Cannot locate itunes64.msi on reinstall of itunes

    In trying to reinstall itunes64 on windows7, can not locate "itunes64.msi" in installation package to compete install.  Any answers would be appreciated!  Own 2 ipads and 2 iphones need itunes

  • Premiere CS4 "Save As" for Avid or FCP

    Hello, Is there a way to save my composition or sequence for Avid or FCP . My buddy works with Avid and FCP and he wants me to send him my composition or sequence so can work on it. I use Premiere CS4. Thanks