Action links show link conditionally using simple filter

Hello Gurus,
When I set up an interaction with action link, every thing works fine. But when I try to use the 'show link conditionally' using a simple condition, I get an error such as:
"State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: 37000 code: 8180 message: [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.. [nQSError: 16001] ODBC error state: 37000 code: 8120 message: [Microsoft][ODBC SQL Server Driver][SQL Server]Column 'SAWITH3.c6' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.. [nQSError: 16002] Cannot obtain number of columns for the query result. (HY000)"
Can anyone help with this?
Thanks

Try to apply that condition to the report and see how it works
Btw: check this
sql - Reason for Column is invalid in the select list because it is not contained in either an aggregate function or the…

Similar Messages

  • Opendocument link showing parameter while using lsS

    Hi,
    We are using OpenDocument to view a report. We want to pass the default values to the parameters for crystal report. While using lsS when the date is specified to the parameter the parameter to which the value is assigned stops getting displayed in the parameter panel.
    We want to display the parameter with the default value which is passed.
    Is there a solution for the same?
    Regards,
    Simran

    Well, there isn't a 'neat' way to do this other than the Java way.
    Here are some options though:
    1) Create a command object with a SQL query that returns one row and one column in the form of 'first day of last month'. Change the existing Date prompt type in your report to 'dynamic' and choose the field from the command object above as the 'value' field.
    This will remove the calendar date picker and instead you'll need to choose the value from the drop-down. The drop-down will always get the first day of last month from the SQL query.
    2) Create a blank report and create a formula in the report that returns first day of last month. Insert the original report as a Subreport and link this formula field to the date prompt in the Subreport. This method will completely get rid of the prompt as the value is automatically passed to a subreport. If the existing report already contains a subreport then you can't use this method anyway.
    -Abhilash

  • Hi! Photoshop closes every time I´m using NIK-Filter Plug in. I can finish the action in NIK but instead of showing the picture in photoshop afterwards the program closes.

    Hi! Photoshop closes every time I´m using NIK-Filter Plug in. I can finish the action in NIK but instead of showing the picture in photoshop afterwards the program closes.

    Without proper system and version info as well as details about your files nobody can tell you anything.
    Mylenium

  • Show link based on user permission

    hello ,
    i have a user control that display a simple link to a list and i would like to show link only for users who have access to the list.
    if the user has not access to list , he should no see the link.
    How to reach my goal ? 
    Thanks

    You can use JavaScript client object model code to check the permissions of the user on the list. Specifically, you will need to check for viewListItems permissions. Here is a smple code to get permissions of the user on the list.
    Note that this code will retrieve the current user's permissions. 
    var list
    function getUserPermissions() {
    var clientContext = SP.ClientContext.get_current();
    list = clientContext.get_web().get_lists().getByTitle('L5'); clientContext.load(list, 'EffectiveBasePermissions'); clientContext.executeQueryAsync(onQuerySucceeded, onQueryFailed);}
    function onQuerySucceeded() {
    if(list.get_effectiveBasePermissions().has(SP.PermissionKind.viewListItems)) {
    //Show link
    else {
    //Don't show link
    function onQueryFailed(sender, args) {   
    alert('Request failed. ' + args.get_message() +  '\n' + args.get_stackTrace());
    SP.SOD.executeFunc('sp.js', 'SP.ClientContext',getUserPermissions);
    However, if you are comfortable with Server side object model code, you can use:
    var currentUser = SPContext.Current.Web.User;
    SPList.DoesUserHavePermissions(currentUser, SPBasePermissions.ViewListItems);
    See this for more information: http://www.mindfiresolutions.com/Checking-current-users-permission-on-a-SharePoint-list-using-C-1642.php
    Nadeem Yousuf

  • RoboHelp10 - If we click on 'Show' link(button), blank page get displayed

    I am using,
    RoboHelp10
    IE9
    MSVS2010
    Win7
    Tried with below option,
    Flash Help -> we are working with it and has problem for our desktop/standalone wcf application.
    Flash Help Pro - > We know that RH server is req. for this option
    Web Help Pro- > We know that RH server is req. for this option
    Trouble in (Flash Help),
    1. When we invoke Flash Help with respective topic ID, it will not show requested topic page along with TOC, it will show default topic/page, which we set at the time creating help. Also it will display "Allow Blocked Content" button at the bottom. If we click on "Allow Blocked Content" it will display the above requested topic page correctly, but without TOC pane. This time we can see 'Show' button(link) on the browser. If we click on 'Show', blank page get displayed.
    2. When we are displaying content with option 'OptionConstants.CSH_DISPLAY_CONTEXT' it only show topic and it won't show me the TOC along with current selected topic page.
    3. When we are displaying content with option 'OptionConstants.CSH_DISPLAY_CONTEXT' it only show topic with 'Show' link. When we click on 'Show' link, blank page get display.
    4. Tool gives us facitlity to publish the Flash help, where we can choose the folder. This means that it publishes folder structure. We are using this folder structure (the published one) and on the top of that we are not getting expected(blank page get display) result.
    5. Published content does not contain any mapid/mapfile, if so whow it works correctly with RH development studio.
    6. Skin we were using 'beautiful_vista_flash.fhs'
    7. We build RH after setting Mozilla as the statup browser. We tried with Mozilla and IE but still our application opens help in IE. So not able to test in Mozilla.
    Please assist to resolve it.
    Thanks in advance.

    Thank you for your input.
    Working with "FlashHelp"
    Our req is files pages are deployed along with desktop(WPF) application locally and not on webserver.
    Referred following link,
    http://blogs.msdn.com/b/ieinternals/archive/2012/06/20/loading-local-files-in-enhanced-pro tected-mode-in-internet-explorer-10.aspx
    http://msdn.microsoft.com/en-us/library/ms537628%28v=vs.85%29.aspx
    and added below one liner code,
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    in each pages in the 'ProjectManager''s Project Files. And published the content of "FlashHelp".
    Again the same problem("Allow Blocked Content" button apprears and blank page get displayed, as explained in option #1 of the first post) persist.
    If i choose page and do viewsource then it will show blank line in place of <!-- saved from url=(0014)about:internet -->
    Code is as given below,
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    We need to know that how to implement 'Mark of the Web' using RH development studio?
    Your input are appreciated.

  • Showing linked files in Adobe Bridge not available for files on AD Volume?

    In Bridge: when right clicking on a local InDesign Document that has external links, the context menu will have an action "show linked files" (in german "Verknüpfte Dateien anzeigen").
    But, when doing the same on an InDesign Document located on an Adobe Drive Volume, this context menu action is missing.
    1. Can this action be enabled for documents on Adobe Drive Volumes at all?
    2. If so, are there any special things to do in the connector plugin (e.g. special properties, a special mime type for the doc, ...)?
    3. If not so, when will you enable this functionality?

    Really, no answer?
    This issue is obvious. And it seems to be the case, that only Adobe can rectify the issue at all, probably in an updated Adobe Drive version.
    Or maybe, someone already dealt with this issue and invented special properties for exposing linked files to Bridge? Though unlikely... Right?
    Any answer is welcome!

  • Link color won't use 'default'

    Hi,
    I've used a DW template and built my pages from there.   Several links on all pages in different colors.   When designing, the proper color chosen, does show.  When I go to Page Properties to make the link categories (rollover, viewed, etc.) the default color, they are turning blueish purple depending on the browser.
    Isn't 'default' supposed to keep the programmed color?
    I want to keep the link colors I programmed, with only a rollover link showing.   What am I doing wrong?
    Thanks so much!
    Michelle

    michelledv wrote:
    Sorry to bother you again Osgood.   I think I'm putting the info you shared, in the wrong spot.  Can you tell me exactly where I add the code?  I have mixed this around about 6 times since your reply!
    Thanks!
    It's difficult to help if you don't provide a link to the problem page.
    Basically you can sryle any link on the page you want by simply adding some css to your page either in a linked css stylesheet or if you are not using a linked css stylesheet you can embed the css in the head section of the page.
    An embebbed style sheet is as below: You insert the code from <style.............to..........</style> in your pages code directly before the closing </head> tag (see below).
    <style type="text/css">
    #content a {
    color: #3C9;
    #content a:hover {
    color: #F90;
    </style>
    </head>
    The above css says: Make a link this color (#3C9) in a container with the 'id' of 'content' and make the hover this color (#F90).
    Typically your html code would look like:
    <div id="content">
    <a href="about_us.html">About Us</a>
    <a href="contact.html">Contact</a>
    </div>

  • Can we hide the arrow icon in the hide/show link ?

    well
    i need to hide the arrow icon in the hide/show link because this icon makes the printer prints many page for only one page print request
    so if anybody have any idea about this please inform ...
    thanks in advance

    i alreay use printable page and when i print the page prints many pages the first one with the page itself while the others blank white papers but have only the arrow of hide and show links
    ???

  • Custom Metadata panel to show linked graphics from InDesign files?

    Hello all,
    I'm looking to create a custom Metadata panel to show linked graphics from InDesign files. I'm not even sure if this is possible. Can someone please point me in the right direction? I figure if you can see the fonts used in an InDesign file, you should probably be able to pull the links, right?
    Thanks for any and all help!

    Have you tried trashing the prefs? See Replace Your Preferences
    And of course it's essential that the links be up to date.

  • Build a blank/other type of page which can show links to other pages

    Can someone please tell me how to build a blank/other type of page which can show links to other pages? I mainly want a page to show 3 links, once someone clicks on it, then it will go to a specified page. I tried using URL, but that did not work. Any advice is greatly appreciated. Thank you very much for your help in advance.
    -Grace

    Do a region (probably a HTML-based one is fine), enter in the HTML for your links, and that should be it. What didn't work about this?
    Your links probably should appear like this in your coding (use substitution variables):
    f?p=&APP_ID.:3:&APP_SESSION.
    In the above example, "&APP_ID." will resolve dynamically to the application ID that you are in, "3" is page 3 (change this to whatever page you want the link to be), and "&APP_SESSION." is the existing session number (if you don't include this, the user will receive a new session ID if the destination page is public or will be intercepted annoyingly to log in and get a new session ID which you probably don't want).
    Do not include the full http path. Just start with f?p... and everything is assumed to be relative to Apex on the current environment.
    Those are effectively the minimum requirements for a URL in Apex to go from one page to another in an app. You can add to that the additional URL parameters for Request value, Set items with values, clear cache, reset pagination, etc. if you need to. Check the Apex online help under "understanding URL syntax" for details on these.

  • Show link in ALV with blue background

    I have an ALV with three columns. The first shown an input field, the second a dropdown, and the third a link (linkToUrl).
    The first to columns are either editble or not, depending on a display/edit mode that the user can set. The third column  shall always be not editable.
    This all works fine, now my problem:
    The column with the links has a white background, but I want it to have the same background than the not-editable columns (light blue).
    I tried SET_CELL_DESIGN, but none of the colors there seems to fit. I also tried link->set_editable( false ), which shows the right color, but then, the link is not clickable anymore.
    How can I display a link in an ALV column that has the same background than a non-editable, disabled input field?

    Hi,
    Having concatenatedvalue into once column and showing link to part of cell is not possible. Try to have salesorder and lineitem in 2 columns, and provide the link for salesorder.
    Let your cleint know that the above case(original post) is not possible.
    One more thing, POPINS are  not possible for ALV. Youcan use TABLE UI element for popins.
    Regards,
    Lekha.

  • Why are there no links showing?

    We had a booklet made and the company that made it used InDesign. We received a copy of it and everything that we had printed was perfect. There are two different files in the packet. One is for the inside of the booklet and the other is for the cover. When I open the inside file, everything is fine and I can go threw it page by page. All of the images, text photographs... show and it's a normal InDesign file.
    Before I go any further, both the fonts file and the links file are in the main folder and all of the links connect for both the cover and the inside.
    Here is where the problem is. When I open the cover, all I see is an outline of the cover. None of the photographs, text, images... show, but all of the links connect, or so it says. One thing that is different is that when I click on one of the images that is supposed to be there, the frame will appear and the link on the side panel lights up, but all that's actually seen is a green frame for the link and nothing else.
    How can I have a view where all of the links show and I see what should print out? When I try to print it out, all that prints is the outline of where the paper needs to be cut for the cover.
    I'm trying to figure this out and have tried saving it as a PDF and the same happens, all that shows in the PDF is the outline of where it's to be cut.
    Below is an image of what shows in InDesign and a PDF/jpeg of what saves as a PDF.
    Can someone please fill me in on how this is setup and how I can make a PDF of the actual sheet?
    PS - The cover only has one page, there is no second side.
    Thanx,
    Sean

    They're brochures and that is the cover. Here is what it looks like without the cover.
    The printer cuts, glues and combines this cover page with the inside pages. All printer. Not ours, but we have them printed by the 10k.

  • Preserving link and default state using cookies

    Hello,
    I am not sure where to post this with the re-design of this forum; it's been a while so please forgive me if this is in the wrong g place.
    I have a very basic link wrapped in a UL tag.
    I am using JQuery to give the links a color when they are clicked by performing an add/remove class function, the link state is than preserved by cookies so if a user returns to a page; it shows what tab they were viewing.
    The problem is; this is a single page and I want to set a default link or tab; say the first one. I do not know how to do this.
    This is what I am looking to accomplished:
    A user visits the page and the first link is colored red (default)
    If the user clicks on another link that link becomes active and the first link looses it's default status
    When the user returns the first link is nolonger the default, it is whatever link the user selected when first visited; that's because that link was rememberd using cookies.
    The first link will ONLY maintain the default state if the user deletes his cookies or visits the page for the first time.
    Here is a peice of JQuery I have used to maintain the selected state:
    $(document).ready(function() {
        var idActive = $.cookie('cookieActive');
        if (idActive) {
            $('#'+idActive).addClass('activeLink');
        $('ul li a').click(function() {
            var id = $(this).attr('id');
            $("ul li a").removeClass("activeLink");
            $(this).addClass("activeLink");
            $.cookie('cookieActive', id);
            $.cookie('cookieActive', id, { expires: 10000});

    Good day Mr. Powers!!
    Thank you as always; you are so helpful.
    I am editing this post because I did not get this to work due to my error with applying the ID.
    It is working now and thank you so much!
    By the way any more PHP books in the works?
    DR
    Code is now working with selecting default tab.

  • Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at http:// (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Is this a webpage that contains a link to a flv file? Please post a link to the page and tell us which link(s) are the problem flv files or else post a link to the .flv file itself.
    Alternately, click on one of the sample FLV File links on this page and tell us exactly what happens:
    http://www.mediacollege.com/adobe/flash/video/tutorial/example-flv.html
    It might also help if you post the exact error message, including the path to the flv file.
    '''Note:'''
    Depending on how you have Firefox set up, clicking on a FLV File link will either save the FLV file to your computer or Firefox may open it automatically in an external application right after downloading (Firefox may ask you first). Firefox itself can't play FLV files so you need a "helper" application (or a plugin for flv files, if ther is one. You can see if Firefox is already set up to download or open FLV files by going to Firefox Preferences and looking in the Applications list. Find the FLV file type in the list and, if the action is "Open with", it should show the application that can play FLV files (e.g., VLC Media Player or Perian). See [[Managing filetypes]] for more information.

  • Changing label for "Show" link in WebHelp Output

    We had a request from one of our users to change the label of the "Show" link in our context-sensitive WebHelp output.  Even though we have a topic discussing how to use the Help, and we include a description of the "Show" link there.
    Can anyone tell me if this is even possible, to change the text of that label? Perhaps to "Show Contents" or "Show Navigation", etc.  Any ideas??
    Thanks!
    Susan

    Yes, edit the LNG file – Project Settings > General tab > Language - Advanced

Maybe you are looking for