Converting monthly filter to work quarterly

I am trying to use a period(YYYYMDD) status session variable filter on a fiscal quarter column (YYYYQN eg 2000 Q 2) - I am trying to filter out open periods from all reports so that all info left on the report is closed per our accounting department. The session variable is on a month level because the accounting team only close monthly periods and not quarterly. How would i be able to use this monthly period session variable to work on eg Fiscal Quarter column in answers.
So far I have tried this sql:
Time."Fiscal Quarter" <= VALUEOF(NQ_SESSION."CURR_PER_OPEN") but the Q3 and Q4 are still showing Q2 information (the last closed quarter).

Works fine here, so there is hope. What is your SAP release, which ALV technique are you using (FMs, classes), please give an example for typical field values and desired filter criteria. Also list the data element and domain (standard?) and maybe a code snippet of how you build the field catalog for that field.
Thomas

Similar Messages

  • Month filter between two ranges based on user response inIDT

    Hi,
    I am working on SAP BO4.0.I have a requirement of creating a month filter on a date which will be between two ranges.The first range is the user response and the second range will be 6 months added to that user response.For eg:-If a user enters 1 as the response for month prompt then the date will be filtered between 1 and (1+6)=7.The database used is SAP HANA.
    Please let me know if further clarifications are required.
    Any help on this will be appreciated.
    Thanks in advance.

    Hi Riddhi ,
    afaik this is not doable in UDT/IDT .Only thing we can make is to run the report for last month by using magic dates concept.
    Check below logic if it helps.
    For a requirement to run a report for  fiscal year starting date to last month if nothing selected .
    @Select(Time\Yr-Mth Key)  between@Prompt('From Date','A','Time\Month / Year',mono,primary_key,,{'JUL 2013'}) and   
    (case when @Prompt('To Date','A','Time\Month / Year',mono,primary_key,,{'JAN 1999'})='JAN 1999' then to_char(add_months(sysdate,-1),'YYYYMM')  
    else  
    @Prompt('To Date','A','Time\Month / Year',mono,primary_key,,{'JAN 1999'}) end)
    This is on Oracle Database.
    When you run webi report
    From Date : JUL 2013 (fiscal year start date)
    To date : JAN 1999( without changing this you can refresh the report for last month , else it'll refresh for selected month)

  • My hue/saturation filter quits working in Photoshop CS3

    I keep having this issue where my hue/saturation filter just quits working.  I use that filter religiously so it has to be fixed each time it occurs.  I've only had the Adobe CS3 for 3 months and I've had to resolve this 3 times now.  Each time this has happend I've had to uninstall the entire CS3 design package and do a complete reinstall which takes almost 4 hours because my download uses the Adobe server.  My product download was purchased online so I do not have a disk but rather files that I downloaded from Adobe with product serial numbers.
    I've used Adobe for years, as far back as Adobe 5, and never had such a problem!  I've checked in my preferences and have ample RAM available for the settings.  I use Dell inspirion and have 2 GB of RAM total on my system.
    Can someone please advise why this would keep happening.
    Thank you very much.

    Resetting your preferences is much faster than uninstalling/reinstalling, so if you haven't tried it, that would be what to do next, although it would be nice to figure out what the issue is.
    To reset your preferences hold the Ctrl-Alt-Shift keys down (windows) or Ctrl-Option-Shift keys down (mac) as you start up Photoshop.  You should get a message confirming whether you want to delete the preferences file.  If resetting preferences fixes things, then you should try to remember what you've been doing, just prior to having the problem.
    Once Hue/Sat sliders seem to be disabled, are they still way for all images that you open (a JPG for example), or are they just messed up for one image, but you need to work on that image so you have to fix things before doing anything else?  Hue/Sat is not a valid operation for certain modes, like Grayscale, although the menu item is disabled in this case.
    From: smk2008design
    Sent: Saturday, April 11, 2009 4:40 PM
    To: Steve Sprengel
    Subject: Re: My hue/saturation filter quits working in Photoshop CS3
    The hue/saturation filter window does open and it is not grayed out.  However, it does not allow me to do any thing to it.  I try to slide the saturation to the left or right and it does not move.  The same goes for the "Lightness" and "Hue".  I don't understand why it will work for a month or so and then just quit.  I end up rebooting my system to try and resolve but unfortunately once this occurs it seems to be stuck no matter what I do, that is until I unstall the entire program and reinstall...
    So if I need to change something in my preferences, what do you suggest that would be?  I appreciate your help, thank you.

  • Need to convert 'My thoughts' app work into either .jpeg or .pdf

    Hi,
    I need to convert a piece of work, designed through 'My Thoughts' app into either a .jpeg or .pdf format in order to send to Staples to have it printed off - have clicked on save but these two options are not included ... any ideas?
    Thanks in Advance

    I don't have "My Thoughts" but you should be able to command-P and then at the bottom of the print screen you'll see PDF and you can just save as PDF from there.
    All of my printers (including Staples) require PDF documents these days.
    Clinton

  • SharePoint 2013 List View with query string filter stops working after editing view from browser

    I have created one list definition in which I have added one list view which will filter data from query string paramater
    So when I am creating list from my list definition, view with query string filter is working fine.
    But when I am modifying view from UI(I am not changing any thing , just opening "Modify View" page and then click on "Save" button), view gets stop working means it's not filtering data based on query string
    Any suggestion what I am missing?
    Below is my list view schema
    <View BaseViewID="11" Type="HTML" TabularView="FALSE" WebPartZoneID="Main" DisplayName="$Resources:OIPLBScoreCard,viewFilterTasksByTarget;" MobileView="True" MobileDefaultView="False" Url="FilteredTasks.aspx" SetupPath="pages\viewpage.aspx" DefaultView="FALSE" ImageUrl="/_layouts/15/images/issuelst.png?rev=23">
    <Toolbar Type="Standard" />
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    <ParameterBinding Name="TargetId" Location="QueryString(TargetId)" />
    </ParameterBindings>
    <JSLink>hierarchytaskslist.js</JSLink>
    <XslLink Default="TRUE">main.xsl</XslLink>
    <JSLink>clienttemplates.js</JSLink>
    <RowLimit Paged="TRUE">100</RowLimit>
    <ViewFields>
    <FieldRef Name="Body"></FieldRef>
    <FieldRef Name="Title"></FieldRef>
    <FieldRef Name="StartDate"></FieldRef>
    <FieldRef Name="DueDate"></FieldRef>
    </ViewFields>
    <ViewData>
    <FieldRef Name="PercentComplete" Type="StrikeThroughPercentComplete"></FieldRef>
    <FieldRef Name="DueDate" Type="TimelineDueDate"></FieldRef>
    </ViewData>
    <Query>
    <Where>
    <Eq>
    <FieldRef Name="oipscTargetLookup" LookupId="TRUE"/>
    <Value Type="Lookup">{TargetId}</Value>
    </Eq>
    </Where>
    </Query>
    </View>
    I have one lookup field from "Target List" in my source list and I want to filter data based on that lookup field.

    Hi JayJT,
    The Miscellaneous is located in the contact list that you used for the connection.
    So , you need to edit the page, then edit the contact list that you used, in the web part properties of the contact list, you will find Miscellaneous, then expand it and select ‘Server Render’ .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I am trying to connect my MacBook Pro to my TV with a mini display port to HDMI converter. Its not working. Any suggestions?

    I am trying to connect my MacBook Pro to my TV with a mini display port to HDMI converter. Its not working. Any suggestions?

    Depends on your model TV.   Read your TV user manual.  The newer models have "how to hookup" instructions for computer & games.
    You can also do a forum search as well as a Google search.

  • Query level filter not working in Webi report

    Hi All,
    I am using BOXI R3.1 (SP3), m facing one problem when refreshing Webi report on daily basis. I am using three query level filter as a prompt, but i checked one filter is not working then i need to reapply this filter and rest 2 filter is working fine.
    Can anyone suggest me why problem is coming?
    Regards,

    Hi,
    Prompts are interactive, and come from the query panel. Filters are not interactive, and are set on the report or block. There are also input controls, which are interactive filters
    1. Select the universe in the list of universes to open the Query Panel.
    2. Drag the Year object to the Result Objects pane.
    3. Drag the Number of Guests object to the Query Filters pane and create a report filter that restricts Number of Guests to greater than n.
    4. Click Combined Query.
    The Combined Query pane appears in the bottom left of the Query panel with the two queries joined by UNION.
    5. Click on the second query and remove the Year and Number of Guests objects.
    6. Drag the Reservation Year object to the Result Objects pane.
    7. Drag the Future Guests object to the Query Filters pane and create a report filter that restricts the future guests to greater than n.
    8. Click Run Query.
    Best Regards
    Naveen

  • My iphone 5s isn't turning on and its not charging. i have my legit charger that came with my phone and after 6 months it stopped working, i even have a charging case and that wont charge i. I tried cleaning it but still nothing! some please help

    A few days after i've updated to iOS 8.1.1 my iphone 5s died and isn't turning on and its not charging. i have my legit charger that came with my phone and after 6 months it stopped working, i even have a charging case and that wont charge it. I google searched the problem and tried cleaning the charging port but still nothing! some please help

    Please make a Genius Appointment and take it in for service.
    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5 and 5C. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    You will find respective repair costs in the appropriate link:
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task:
    1. iResq or Google for others.
    2. Buy and replace screen yourself: iFixit

  • Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the

    Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the pdf, I renamed it. tried to do it before I imported more pages. no go. the 16 mg pdf will normally reduce to 5 or 6

    Hi,
    Are you facing the issue with any pdf file?
    Please try updating Acrobat to 11.0.7 and check.
    You might also want to repair Acrobat and see.
    Regards,
    Rave

  • HT1725 I bought an App last month, doesn't work. consulted the manufacture they sent me to iTunes for refund, reported the problem to iTunes, they sending me back to Manufacturer.

    I bought an App last month, doesn't work. consulted the manufacture they sent me to iTunes for refund, reported the problem to iTunes, they sending me back to Manufacturer. Can someone please assist me on this, I need my refund for this non functional App. BSSoft and iTunes Stores do something here, when I go back to report it again, I get an error message stating "...this problem has been reported or too old to report..."

    Debit card? Are you sure?
    USA iTunes Store does not appear to accept debit cards - http://www.apple.com/legal/itunes/us/terms.html  "The iTunes Store, Mac App Store, App Store, and iBookstore services (“Services”) accept these forms of payment: credit cards issued by U.S. banks, payments through your PayPal account, iTunes Cards, iTunes Store Gift Certificates, Content Codes, and Allowance Account balances."

  • Convert LiveCycle PDF to work in Preview-Mac OSX

    I have a PDF form created in Adobe LiveCycle Designer ES 9.0 and need it to be converted to open and work using a Mac.  Mac's built in PDF viewer is Preview. When I open this PDF in "Preview", I get the “Please wait…” message. But in Acrobat Pro this PDF open fine. Please suggest how we can open this in application "Preview".

    A lot of times I find this in my opinion to be the fault of the form developer, not the software folks. There are many folks who get a new package like AA X and decide it is best to redesign all of the forms with this software, forgetting that many folks use prior versions of Acrobat/Reader/other viewer. They then expect everyone else to keep up with them. This is also a reason to stay with AcroForms in many cases rather than move to Designer forms. I see this move by form designers to be more of a problem than the software itself. It may be that the form developers should have saved the form for backward compatibility and that is the issue you are having. In fact, you indicated early on that the college upgraded their forms and I consider this short-sighted on their part (maybe you should tell them). I try to encourage folks around here to keep compatibility several versions back. When they do not, there are often folks who can not use the new form!
      So, it is partly a software issue and also short-sightedness on the part of the form developer. The latter can get around the problem and chose not to (or maybe doesn't know how).

  • HT201415 After a months of stable work my new IPad suddenly denies to find cell network under any circumstances.Please advice if anyone familiar with that problem?

    After a months of stable work my new IPad suddenly denies to find cell network under any circumstances.Please advice if anyone familiar with that problem?

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Email Filter - level 1 notification filter not working

    I run a BES 5.0.2 system with 95 users and many rely on filters to forward alerts from a specific address and flag them as level 1.
    Messages Options\Email Filters
    Worked like a charm previously, but recently has stopped working.
    I've tried every which way, and the phones fail to recognize new filters for level 1 messages.
    We recently migrated our BES system to new hardware, but I don't know when this stopped working so don't know if\how it could be related.
    Any ideas?
    Curve 8330   v4.5.0.127
    Battery pull - no change
    Filter not showing on BES & Vice versa - seems like something isn't synching. Email and calendar synch AOK.
    Update - Interesting - On the BES server if I create the filter it works, but doesn't synch down to show on the BlackBerry. If created on the BlackBerry, it doesn't work and also doesn't sync up to the BES server.
    BES 5.0.4
    BES 10.2
    Exchange 2010
    SQL2008R2

    I opened an incident with RIM and after an hour of troubleshooting have partially narrowed it down and resolved the issue on my device - now for the other 90+.
    We did 2 things at once - changed to default policy, and secondly deleted the desktop sync and desktop cmime service books, then repushed them out from BES. This fixed it.
    Tech said I could push service books to all users, but didn't advise as to a way to delete service books via BAS.
    I checked a number of users and their service books are showing our old SRP info - so after the migration the new service books look like they haven't pushed down.
    BES 5.0.4
    BES 10.2
    Exchange 2010
    SQL2008R2

  • How do i convert lables from apple works to pages

    how do i convert lables from apple works to pages?

    Every serious user did that before switching to Lion !
    Pages is able to open most of AppleWorks WP documents.
    Numbers is able to open most of AppleWorks SS documents.
    Keynote is able to open most of AppleWorks PR documents.
    Yvan KOENIG (VALLAURIS, France) vendredi 6 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

  • One more Standard table filter weird work

    In the same VO described in previous thread: Standard table filter weird work
    I have another filter trouble.
    The attribute is calculated, not bound to entity.
    SQL:to_char(case when ID_BASE_TYPES_MIME is null then substr(THE_VALUE, 0, 100)
                when ID_BASE_TYPES_MIME = 7 then
           dbms_lob.substr(
              regexp_replace(LargeTextData.DATA_TEXT, '<.*?>|&.*;')
              , 100)
                else LargeBinaryData.Filename
           end) as CONTENT_PREVIEW,VO attribute:<ViewAttribute
        Name="ContentPreview"
        IsUpdateable="false"
        IsPersistent="false"
        PrecisionRule="true"
        Precision="255"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="CONTENT_PREVIEW"
        Expression="CONTENT_PREVIEW"
        SQLType="VARCHAR">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="ru.miit.cms.model.view.ContentComplexView.ContentPreview_LABEL"/>
            <DISPLAYWIDTH
              Value="90"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>With logging turned on I apply filter like P or \P\* - anything that contains letter P. ADF table with standard filter shows me no rows.
    I take the executed SQL and parameter value from AdminServer-diagnostic-1.log. It is like:SELECT * FROM ( main query ) QRSLT  WHERE ( ( (CONTENT_PREVIEW LIKE ( :vc_temp_1 || '%') ) ) )
    [SRC_CLASS: oracle.jbo.server.OracleSQLBuilderImpl] [APP: CMS] [SRC_METHOD: bindParamValue]  [850] Binding param "vc_temp_1": %РI execute this query in PL SQL Developer and it shows me 2 records - that is correct.
    While ADF shows me no records, executing the same VO with the same parameters - that is wrong.
    From this SQL query I also created a test VO with vc_temp_1 bind variable = %Р and run it in AppModule Tester. It shows me 2 rows.
    Any ideas?
    JDev 11.1.2.2

    Hello Derio,
    Thanks for your attention. This view object is a part of a composite application with lots of business components, running ~stable on 11.1.2.2. Sherman installed, of cause.
    There are several tables with filters and all of them work fine except this attribute in this VO.
    I believe the filter would work with no problems with such attribute if I create a clean new application, but in my specific case it doesn't.
    The trouble is I don't know where to look for the error source because generated SQL and app module tester seem fine.

Maybe you are looking for