Linking drillthrough report that exist in sub-folder

Hi,
I have deployed report on Report server and  wanted to show one report only and hide drillthrough report in subfolder. but I'm not able to simple link drillthough report by saying "/Drill Through Report/=iif(Fields!SCHOOL_TYPE_CD.Value = 6, nothing,
iif(Fields!SCHOOL_TYPE_CD.Value = 7, "Suspension Summary zone" , "Summary Suspension System Detail")) "
i have condition specified so that not everything is clickable in the report. 
any ideas how to make this drillthough report to work in sub-folder?

found solution on my own 
it needs to be written in this for for it to work 
=iif(Fields!SCHOOL_TYPE_CD.Value = 6, nothing, iif(Fields!SCHOOL_TYPE_CD.Value = 7, "Drill Through Reports/Suspension Summary zone" , "Drill Through Reports/Summary Suspension System Detail"))

Similar Messages

  • Open any files that exist in a folder

    Hi, I'm able to hard code a file name and open it, but I'd like to automate the process of opening any files that exist in a particular folder. How would I go about doing that?

    Something along the lines of
    1) Get the list of files in your folder using
    public File[] listFiles(FileFilter filter)
    2) For each file (file) in the list
    InputStream is = new FileInputStream(file)
    Done!
    Be aware, you could run out of system resources.

  • Link in report that sends user back to original browser window

    Greetings:
    I have a link in browser A that opens up a new browser window B and runs a report. Within this report in browser B, I have a column whose values have links. When the user clicks on the link, I want to redirect back to browser A to run a query that displays detailed information about their selection. Browser B would remain open.
    Within the link in browser B, how do I redirect back to Browser A to run this query?
    Any help would be appreciated.
    Thanks,
    Stan

    if i have understood your question properly then this is what you need to do.
    1. Edit the report which is opening in browser B.
    2. Edit the column which contain the link.
    3. Go to link tab.
    In link text - click on first option. You will see #COLUMN_NAME# in the link text.
    In target select URL
    in URL textbox enter - javascript:onclick=refreshParent(#COLUMN_NAME#)
    Click on apply change.
    4. now enter the following in the html header of the page
    <script>
    function refreshParent(serach_key)
        opener.$x('P1_XYA').value = search_key;
        opener.doSubmit();
        self.close();
    </script>See example
    http://apex.oracle.com/pls/apex/f?p=12060:20
    Regards,
    Shijesh

  • How can I have Main report with a sub-report with in a sub-report??

    I have a main report that has about 5 subreports, almost like a dashboard.  I need to make one of those subreports contain another subreport.
    I don't have the option to add a sub-report with in my sub-report, so what I thought would work is remove my sub-report from my main report, then add my new sub-report, then add that report back to my main report.
    Everytime I add the sub-report that has a sub-report to my main report I lose the second sub.
    From what I've read on the internet is you can't have a sub-report contain another sub-report.  What some say is you can hyperlink that second sub report.
    When I setup my hyper link to open the second sub-report I'm prompted to re-enter my report parameters.
    Can some help me link a sub-report to a sub-report or show me how to pass a date range parameter in my hyper link so the reports just opens up?
    I'm using CR IX R2
    Thanks

    Nate,
    You are dealing with a product limitation.  Crystal cannot have nested subreports within a sub report. 
    You can generally use shared variables between sub reports to achieve your desired result

  • Crystal runs sql command of first sub report in the second sub report ?

    Hi,
    I have report that contains 3 sub reports.
    Each subreport is running his own sql command to retrieve it's data.
    When moving from the first subreport to the 2nd subreport, we see on the oracle that the crystal runs the sql command of the 1st subreport, and then the sql command of the 2nd subreport.
    The results are fine (he ignores the 1st subreport result in the 2nd subreport), but it delays the showing of the 2nd subreport to show.
    Why? The 2nd subreport doesn't need the data of the 1st subreport!
    How do I cancel that????
    BTW - The 3rd subreport is running only his own sql command (As should be).
    Thanks.

    Hello,
    Not without more info about the report and the data. If there is nothing linked from the main report to sub1 then it's going to run and return all data, no filtering. And from the sounds of it to take 5 + minutes per query this is going to affect performance for the whole report.
    You may want to re-evaluate why and what the subreports are used for. If they all use the same data the link them in the main report use groups to sort the data.
    Having subreports in the Details section is asking for performance problems, every record returned will cause the subreport to run. Not knowing what the subs are doing I can't say for sure....
    What you should do also is re-evaluate your Commands for each sub and see if you can do it either in one SQL statement or write a Stored Procedure to do all of the data collection. DB Servers are much more efficient at collecting data than CR will ever be. Pushing just the results to CR makes it simply formatting the results in the Designer and no performance hits....
    Talk to your DBA on how to optimize your Command SQL's and how to get them into one SQL or into a SP that dumps the final results into a final SQL * from TEMP Table into Crystal.
    Don

  • Why Sub Folder for Hyper linked reports in SAP Business Objects

    Dear Experts,
    We are using SAP Business Objects 3.1, in my organization we already have reports builded for different requirements. Every report has hyperlink with another report. Developer had created separate folder for all these hyperlinked reports.Now, my question is, why he might have created separate folder for these hyperlink reports.
    Ex:
    Folder1
    subfolder
    { report4
    report5
    report6}
    report1
    report2
    report3
    report4
    report5
    report6
    report7
    report8
    Can you please help me to understand why he had created sub folder for the existing reports.
    Thanks,
    Kote

    Kota,
         It all depends on how your security model is set-up and the number of users/groups within your CMS and if any 3rd party security is also used like AD Auth.
    The sort answer is, if security is defined properly at a Folder level and NOT at object level then it should NOT have any effect.
    Regards,
    Ajay

  • Std. Report that shows PSG linked to WBS (Pdt. hier. defined)

    Hi Experts,
    Is there any standard report that show, which Profit segment is derived and receives settled costs and revenues for a particular WBSE?
    Our scenario:
    (1) Billing WBS element is assigned to SO Line item, and billing plan is created and accordingly invoicing happens.
    (2) Product hierarchy is defined in MM and linked to COPA for derivation of PSG.
    Thanks in advance.

    Hi Aditya,
    There are no standard reports in PS which will give you this information. You need to check with your CO counterparts to get it.
    Most probably i think there won't be any standard report available to give you that detail. Try creating a custom report.
    Use the table COBRA and COBRB with RPSCO or COSP/COEP table with PRPS to get the desired results.
    Cheers
    Sammar

  • How to get the last sub folder value from the string in Webi report

    I have an object coming from universe, this object will contain string e.g. \\Users\Public\Pictures\Sample\
    or    \\Users\Doc\BI\BO\Webi\
    I need the last sub folder from this path to be displayed i.e. Sample and Webi.
    I would like to know how it can be done.
    I tried using formulas like POS, SubStr and Length. however the issue is that the length of the the sting is not fixed and the number of "\" are also not fixed.
    I would appreciate any help regarding this.
    Regards,
    Yogesh

    Hi,
    What is the formula you have written though?.
    =length(right([folderpath]);pos([folderpath];"\")+1)
    Thanks,
    Jothi

  • Bug with workflow that creates a folder and sub folder with the same name.

    Hi,
    I've found a possible bug in SharePoint 2010 workflows. I only have access to SharePoint 2010 and SharePoint Designer 2010 over my companies intranet, afaik I don't have access to to logs or anything server side so sorry for the any missing information.
    I had some problems with a workflow in one list that needed to create some folders and subfolders in a second list. The production version did a lot more so I setup a test area with 1 list and a workflow that only does the folder creation part and have managed
    to consistently replicate this problem.
    The test list has two columns, [title] and [sub folder title]
    The workflow starts by getting the values for [title] and [sub folder title] into variables.
    It then creates a folder in the same list with the same name as [title], and then creates a sub folder under this with the name from [sub folder title]
    So the resulting structure would be:
    Test List:-
        List item with fields [title] and [sub folder title]
        [folder: title]:-
            [folder: sub folder title]
    If both folder names are different (e.g Folder1 and Folder2) then it works perfectly fine, if both folder names are the same (regardless of character case, e.g. samefolderName and sameFolderName) then the workflow fails.
    As part of the test i made the first action of the workflow to log the message "Workflow Started" to the history list. When the workflow fail there's nothing logged in the history list other than the error: "The workflow could not update the
    item, possibly because one or more columns for the item require a different type of information."
    Creating a sub folder with the same name as it's parent works fine manually but for some reason a workflow can't seem to do it in one action.
    As there's no history list entries before the error it looks like the workflow is just failing to start but if i do something like add an if statement to check if [title] and [sub folder title] are the same, and only create the subfolder when they are not
    then it runs fine doing what it's set to.
    The function of the workflow in our office was for convenience so were just working without it. Just wanted to post to see if anyone else has come across this/could try to replicate or explain this  and see if it's a SharePoint bug or something specific
    to our setup.
    thanks,
    Martin

    not sure about the specifics of your workflow, but if you're querying the list for the folders... keep in mind that a list lookup will only ever bring back ONE item... even if there are several items that meet the filter criteria... example: if i search
    a list for an item assigned to "john doe", there may be 15 tasks that meet the criteria, and it'll only grab one... this is why SP Designer WARNS you when your list lookup may exhibit this behavior.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Link from report to a file in a folder

    i have a situation as follows :
    i have a customers file and each customer has a agreement. what i want is a oracle portal report that has a link to the agreement (agreement is a pdf file), such that, when i run the report and click a particular column it opens up the agreement.
    the only problem is that the link need to be dynamic meaning, if the user clicks customer id 10 it should open a agreement for cutomer 10. if the user clicks customer id 20 it should open a agreement for customer 20 and so on.
    is there any way of achieving dynamic links to the items in site from the components.
    ideas anyone ... ?
    any help would be greatly appreciated ...

    thanks all of you,
    I don't went to save the file manually.
    I only want to a function just like archiving function which can save file in background job.
    I can develop a program to save a report as file in background job,but I have to develop a program for every report,I want to know is there any standard function for it, just like throwing  the report to spool.

  • How to check for the sub folder in the document library Is already Exist using CSOM?

    Hi,
    My requirement is to create the  folder and sub folder in SharePoint document library. If already exist leave it or create the new folder and the subfolder in the Document library using client side object model
    I able to check for the parent folder.
    But cant able to check the subfolder in the document library.
    How to check for  the sub folder in the document library?
    Here is the code for the folder
    IsFolder alredy Exist.
    private
    string IsFolderExist(string InputFolderName)
    string retStatus = false.ToString();
    try
    ClientContext context =
    new ClientContext(Convert.ToString(ConfigurationManager.AppSettings["DocumentLibraryLink"]));
                context.Credentials =
    CredentialCache.DefaultCredentials;
    List list = context.Web.Lists.GetByTitle(Convert.ToString(ConfigurationManager.AppSettings["DocumentLibraryName"]));
    FieldCollection fields = list.Fields;
    CamlQuery camlQueryForItem =
    new CamlQuery();
                camlQueryForItem.ViewXml =
    string.Format(@"<View  Scope='RecursiveAll'>
    <Query>
                                            <Where>
    <Eq>
    <FieldRef Name='FileDirRef'/>
    <Value Type='Text'>{0}</Value>
                                                </Eq>
    </Where>
    </Query>
                                </View>",
    @"/sites/test/hcl/"
    + InputFolderName);
                Microsoft.SharePoint.Client.ListItemCollection listItems = list.GetItems(camlQueryForItem);
                context.Load(listItems);
                context.ExecuteQuery();
    if (listItems.Count > 0)
                    retStatus =
    true.ToString();
    else
                    retStatus =
    false.ToString();
    catch (Exception ex)
                retStatus =
    "X02";
    return retStatus;
    thanks
    Sundhar 

    Hi Sundhar,
    According to your description, you might want to check the existence of sub folder in a folder of a library using Client Object Model.
    Please take the code demo below for a try, it will check whether there is sub folder in a given folder:
    public static void createSubFolder(string siteUrl, string libName, string folderServerRelativeUrl)
    ClientContext clientContext = new ClientContext(siteUrl);
    List list = clientContext.Web.Lists.GetByTitle(libName);
    CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml =
    @"<View Scope='RecursiveAll'>
    <Query>
    <Where>
    <Eq>
    <FieldRef Name='FSObjType' />
    <Value Type='Integer'>1</Value>
    </Eq>
    </Where>
    </Query>
    </View>";
    //camlQuery.FolderServerRelativeUrl = "/Lib1/folder1";
    camlQuery.FolderServerRelativeUrl = folderServerRelativeUrl;
    ListItemCollection items = list.GetItems(camlQuery);
    clientContext.Load(items);
    clientContext.ExecuteQuery();
    Console.WriteLine(items.Count);
    if (0 == items.Count)
    //create sub folder here
    Best regards
    Patrick Liang
    TechNet Community Support

  • "Link That Displays Item In Folder Area " option for a Text Item not there in 9.0.2

    Hi,
    In the previous version of Portal when you created a content area item of type text. there were four display options
    1) Item Displayed Directly In Folder Area
    2) Link That Displays Item In Folder Area (i.e on a page for a folder)
    3) Link That Displays Item In Full Browser Window
    4) Link That Displays Item In New Browser Window.
    In release2 of protal the option number 2) is removed.
    We were using option 2 as we added different portlets and style sheets on content area page because of which we were able to get the desired page.
    Now in the new release this option is not there.
    Any pointers to the issue.
    or Is there a default style and page design which is used while opening the details of the text and whether that default can be modified or not?
    Regards
    Kapil

    Hi,
    Please post this question in the content areas discussion folder.
    Thanks,
    Sharmila

  • Link in my places sub-folder has dissapeared

    HI,
    In my places folder i used to have the following:
    Places
    Desktop
    Wells
    Applications
    Documents
    However i dragged the "Wells" sub-folder out onto my desktop and i got the noise that sounds like you've dragged it to the trash. However it is not in the trash, and i have tried time machine but neither bring it back.
    Now my places folder looks as followed:
    Places
    Desktop
    Applications
    Documents
    Thanks

    Open up Finder, navigate to the folder you want in the sidebar (i.e. "Wells") and then drag and drop it on the sidebar.

  • Displaying report that contain sub report

    iam using main report that has sub report but when displaying the main report in crystal report viewer the section of the sub report is shiffted to the right.
    what can i do?
    Best Regards,
    Rabab

    David,
    The easiest way to do this would be to build a query in Access that provides this for you. You can do it easily using a two query approach.
    QueryNo1:
    SELECT
    TransactionTable.TransactionID
    FROM TransactionTable
    WHERE TransactionTable.Price < 0 OR TransactionTable.Quantity < 0
    QueryNo2:
    SELECT *
    FROM TransactionTable
    WHERE TransactionTable.TransactionID IN [QueryNo1.TransactionID]
    This will give you all of the TransactionID's that have a negative transaction associated with it.
    Once you have the query completed to your satisfaction and saved, you can use it as your data source in CR. CR will see it as a View. If you make it a parameter query, CR will see it as a Stored Procedure.
    Hope this helps,
    Jason

  • Powershell reports that AD group doesn't exist (but it does)

    Starting about two weeks ago, my Powershell script to verify that groups exist before attempting to add a user to them has started reporting that a particular group does not exist, even though it does. 
    It's not a new group, it doesn't have a horrific number of members, it's set up the same way as similar groups, has been around for a long time, has the same properties as similar groups, it's not disabled, etc.  From the AD side I can see absolutely
    nothing wrong.  I can add users to it with no problem.  And yet Get-ADGroup insists that it doesn't exist.
    I know this isn't a Powershell failure because it's accurately finding every other group.  It's just this particular one. 
    I did notify our "AD guy" but he hasn't had time to look into it.  I'm hoping that I can get a jump-start on identifying and thus fixing the problem by posting this question.
    I apologize for the lack of detail - I'll be happy to provide more info if I know what you need!

    Does this happen from all computers running powershell or just one? Are you using the full dn when referencing the group
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:
    It is happening to any user on any computer.  We're not using the full dn - the cmdlet used is "get-adgroup 'admin-mke'.  Interestingly though, when I tried the dn instead, it does find the group:  get-adgroup -identity 'cn=admin-mke,ou=exchange
    groups,dc=na,dc=qb,dc=llp'.
    Does that suggest that it IS a Powershell issue after all?  It's just strange because it used to work, and all the other groups can be found with the simpler cmdlet.

Maybe you are looking for

  • How to stop ipod classic from loading in compatibal mode from an older version of Microsoft

    Error message upon opening my iTunes iTunes.exe has ben set to run in compatibility mode for an older version of Windows. For best results, turn off campatibility mode for iTunes before you open it. HOW IS THIS DONE??? NEED sone guidence. Thank you f

  • Creation of New T Code Using Transaction Variant

    Hi, I have created a new T code (YMM02) by using transaction variant. The new T code created is copy of MM02. I have changed the material by using new T code (YMM02) which is created using Transaction variant. Once I complete the Transaction (i.e. ha

  • Flash 8 Video Switch Issue

    I have a user with a dual monitor setup, and whenever he plays a flash media file, both screens go blank for a moment, then the left screen switches to 640x480, and the right monitor stays in its configured rez (1280x1024). Prior to running the flash

  • Scenario import error

    Hi All, We are trying to import scenarios form one repository to another using SDK api (not from ODI UI). The repository where it gets imported has different master and work repository id. Out of 5 scenarios 4 gets imported successfully and 1 does no

  • Stange behavior of filter

    Hi, I've created a filter where year and month are prompted. In dashboard I've added my prompt and the report with the filter applied. So far that's working like expected, changing year and month in prompt filters the report. But when I set the year