Pass parameters to GO URL help - how to get the real URL?

Hi gurus,

I'm testing a method of passing dimensional values of the main report to detail report by clicking on the measured value in the main report. The idea is to convert the measurement column in a href HTML column, so it can pass parameters to the 2nd report using the URL GO.

What I entered in the formula tab, it is like this:
''|| CAST ("sales facts". ("' Quantity ' AS CHAR (50)): ''

Now when I click on the value of the measure, it can refer to the detailed report but cannot pass parameters. I have already added FILTERS to this report and set with clause IS GUEST.

I have no idea why it cannot work because I do not see the actual URL, it has generated. The URL at the bottom of the page is incomplete.

Is it possible to get the real URL? Expected my feasible approach?

Concerning
Jeffrey

P2 is the target and P3 is the source column. P2 should be replacement of 20% for spaces.

P2 = customer. "% 20Region" & P3 ='| " Clients. "" Country region |

There are many examples of correct GO the URL code here in the forum, you just find it. :-)

Concerning
Goran
http://108obiee.blogspot.com

Tags: Business Intelligence

Similar Questions

  • How to get the real size of the screen?

    Hi all

    I want to get the size of the BACKGROUND object screen AREA.

    I tried to call

    my_main_screen.getMainManager () .getVirtualWidth ();

    or

    my_main_screen.getMainManager () .getVisibleWidth ();

    But they always return 0.

    How to get this size? Thank you!

    Hey there. You can summarize this article:

    sector screen explained

    then you replace in your test screen

     protected void onUiEngineAttached(boolean attached) {
            String width = String.valueOf(getMainManager().getWidth());
            String height = String.valueOf(getMainManager().getHeight());
            Dialog.alert(width + " : " + height);
        }
    

    That you will get the result. On my 9630 Simulator, I saw the following values for the width and height: 480 and 333 respectively.

    I hope it works for you.

  • How to get the real serial number of hard disk in a form

    Dear all,

    Can I get the serial number of the disk hard real in a form?

    Help, please


    Thank you

    It seems that HOST() set some environment variables, then the path to the wmic.exe is not found. The following works for me:

    host('cmd /c "c:\windows\system32\wbem\wmic path win32_physicalmedia get serialnumber"'||' > '||'c:\AA.TXT',NO_SCREEN);
    

    François

  • HELP - how to get the number of virtual machines on a data store?

    Looking at the inventory of the data store in the VI client, there are a "number of Virtual Machines:" according to the General information for the Summary tab... I'm looking for a script that retrieves this information for me...

    I started the script but I'm stuck... I am very new on this...

    Get-Datastore. WHERE-object {$_ .name - like "wlp" ' "} #this gives me all the data which are not local warehouses

    Could someone give an overview on how to script to retrieve the number of virtual machines on data warehouses...

    Thank you, Lee

    Sorry, something went wrong with the copy - paste

    Get-Datastore | where {$_.Name -like "vmfs*"} | Sort-Object -Property Name | %{$_ | select @{N="DSname"; E={$_.Name}},
                                                                          @{N="VMcount";E={($_ | Get-VM | Measure-Object).count}}}
    
  • How to get the key to RIM

    Hi, am new to development. I received the debugging token (bbidtoken.csk).

    Please someone help how to get the keys to the RIM (.csj key).

    Give me the link to register for the key LSB.

    Thank you...

    Now the key to the rim was not necessary to sign...

    https://developer.BlackBerry.com/native/documentation/Cascades/Getting_started/tools/signing_and_pub...

  • How to get the value of PMT in oracle?

    Hi all

    I need to calculate the value of the PMT


    There is the Excel PMT function == > PMT (rate, nPer, PV, (FV), (TYPE))

    I have to calculate using pl/sql.

    Can any body help how to get the value of PMT in PL/SQL?

    Thanks for your help.

    Kind regards
    Iwanto

    There is no Oracle built-in function to calculate the payments, but the formula is easy to find. If you look at using Excel PV function, you should find the formula that excel uses to calculate. You can rearrange the calculation in terms of payment. If FV and TYPE are 0, then the calculation is

    PV*rate*power((1+rate),nPer)/(power((1+rate),nPer) - 1)
    

    You don't need really PL/SQL to do this.

    Kind regards
    Bob

  • How to get the actual size of control?

    How to get the real size control when the preferred width/height is not defined but control have size which are automatically evaluated (for example contaier with the disposal of the battery)?

    Try the LayoutUpdateHandler: https://developer.blackberry.com/cascades/reference/bb__cascades__layoutupdatehandler.html

  • When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • You will need to plug Sony IEEE 1394 camcorder to an iMac. It would connect to the thunderbolt via an adapter port? I have a cable of firewire 800 and wanting to know how to get the video of my iMac. Thanks for any help you can give :)

    I borrowed a camcorder tape Sony that has an IEEE 1394 (ilink Sony) and eager to download video from my iMac.

    It would connect to the thunderbolt via an adapter port?

    I have a cable of firewire 800 and wanting to know how to get the video from my iMac via this cable.

    Appreciate any help you can give :)

    You want a Thunderbolt Apple FireWire adapter. Here is a link (to the US store):

    http://www.Apple.com/shop/product/MD464LL/A/Apple-Thunderbolt-to-FireWire-ADAPTE r? FNODE = 8 b & fs = f % 3Dadapter % 26fh %3 D 4595% 252B45b0

    Sorry, I don't know what software you need to play your video, once you get the cable work.

  • using PostDelayedCall how to get the value passed through void * callbackData?

    Can someone tell me how to get the data passed through void * callbackData?

    The following code, panel_ptr has the right address but still contains zero.

    void CVICALLBACK value_changed (void * callbackData)
    {
    int * panel_ptr;
     
    panel_ptr = callbackData;
    calculate_new_value (* panel_ptr);
    }

    int sign;

    Panel = 2;

    PostDelayedCall (value_changed & Panel, 0.2);

    The problem is using the callbackData parameter if it is a pointer, it must be a pointer to something which is still topical at the moment that the callback executes. That is to say, you cannot pass the pointer to a local variable in callbackData as when the callback executes the pointer is no longer valid. You can switch from its value, instead, in this way:

    ... SomeFunction)

    {

    int sign;

    ...

    Panel = 2;

    PostDelayedCall (value_changed, (void *) Panel, 0.2);

    ...

    }

    void CVICALLBACK value_changed (void * callbackData)
    {
    int panel_ptr;
     
    panel_ptr = (int) callbackData;

    calculate_new_value (panel_ptr);

    return;
    }

    There are many discussions on the forums on callbackData parameter that you might want to read.

  • I'm trying to uninstall Verizon's VZ Access Manager. I get "invalid UNINSTALL Uninstall Wise. LOG file. How can I get this off for Verizon can help me to get the new drivers installed?

    I'm trying to uninstall Verizon's VZ Access Manager.  I get "invalid UNINSTALL Uninstall Wise. LOG file.  How can I get this off for Verizon can help me to get the new drivers installed?

    Hello retabox, welcome.

    It would seem that the installer is corrupted. I recommend trying to use the Windows Installer Cleanup utility to force - to remove the application. Try this:
    2. click on the download link in the middle of the page
    3. save the file to your desktop or just click Run the installation of the application
    4. once the application is installed, open the utility. The utility must be located in the menu START under (START > programs > Windows Installer...)
    5. in the utility, find the application you want to uninstall, and then click the button 'delete' below
    6. once removed, restart the computer and see if you can reinstall the application
    Let us know if it works,
    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to get the new update for the help and support

    OT:how to get the new update of the abd support help

    How to get help and support update

    Hello rickstemberger,

    Please click the number of the KB article for more information on how to add Windows Vista Help files.
    KB Article ID: 917607 -I can not open Help files that require the Windows Help program (WinHlp32.exe)

    Microsoft stopped including the 32-bit help files viewer in versions of Windows starting with Windows Vista and Windows Server 2008.
    However, with article 917607, you can download the appropriate version of the Windows Help program (WinHlp32.exe) and add them
    the operating system.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Accidentally, I bought the Mac in December and contacted support which helped me to get the right version installed, but now the PC version is not in my account downloads and I need to add it to a new computer. I don't know how to get help with this.

    Accidentally, I bought the Mac in December and contacted support which helped me to get the right version installed, but now the PC version is not in my account downloads and I need to add it to a new computer. I don't know how to get help with this. I don't remember how I got the PC version, I think I have access to my computer remotely and she sent, but I can't find any record of it.

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • All my photos are displayed such as BW because somehow I saved a preset to quickly develop and it records in BW.  This is for all of my photos.  Individually, I can cancel their but did need help how to get rid of the pre-selection, so he's going to defau

    All my photos are displayed such as BW because somehow I saved a preset to quickly develop and it records in BW.  This is for all of my photos.  Individually, I can cancel their but need help how to get rid of the preset then all photos of goes to Default or in the shot. Thank you

    Go to the develop module and highlight all the images in the film at the bottom of the screen. Enable automatic synchronization, and then click the reset button. To reset all the images in your camera default settings.

  • How to get the parameters of the effect in the CEAP?

    Hi all

    I have a problem when I want to export the settings of the effect.

    (I checked the sample project "ProjDumper").

    Yellow: layer

    Red: one of the effect (text)

    Green: the parameters of the effect (I want to export these values).

    export_problem.jpg

    Here is my code:

            // 1. use a loop to find the "Text" effect
         // 2. get all the params from this effect
         A_long iL = 0;
         A_long jL = 0;
         A_long num_effectsL;
         A_long num_paramsL;
         A_char effect_nameC[30] = {'\0'};
         AEGP_StreamRefH streamH = NULL;
         AEGP_EffectRefH effectH = NULL;
         PF_ParamType            param_type;
         PF_ParamDefUnion        param_union;
         // Get number of effects on this layer
         ERR(Suites.EffectSuite2()->AEGP_GetLayerNumEffects(pLayerHandle, &num_effectsL));
    
         for (iL = 0; iL < num_effectsL; iL++) 
         {
              ERR(Suites.EffectSuite2()->AEGP_GetLayerEffectByIndex(g_PluginID, pLayerHandle, iL, &effectH));
              
              if (effectH) 
              {
                   AEGP_InstalledEffectKey     key;
    
                   ERR(Suites.EffectSuite2()->AEGP_GetInstalledKeyFromLayerEffect(effectH, &key));
                   ERR(Suites.EffectSuite2()->AEGP_GetEffectName(key, effect_nameC));
    
                   if (!strcmp(effect_nameC, "Text")) 
                   {
                        // Get number of effect parameters from Text effect
                        ERR(Suites.StreamSuite2()->AEGP_GetEffectNumParamStreams(effectH, &num_paramsL));
    
                        for (jL = 1; jL < num_paramsL; ++jL) // start at 1 to skip initial layer param
                        {          
                             ERR(Suites.EffectSuite3()->AEGP_GetEffectParamUnionByIndex(g_PluginID, effectH, jL, &param_type, &param_union));
                             switch (param_type)
                             {
                             case PF_Param_POPUP:
                                  break;
                             case PF_Param_SLIDER:
                                  break;
                             case PF_Param_COLOR:
                                  break;
                             case PF_Param_CHECKBOX:
                                  break;
                             default:
                                  break;
                             }
                        }
                        ERR2(Suites.EffectSuite2()->AEGP_DisposeEffect(effectH));
    
                        break;
                   }
              }
         }
    

    In the SDK document, it indicates the value of PF_ParamDefUnion should not be used.

    So, how can I get these params in the effect, I put (the green line on the photo)?

    And, if there is any harm in my logic, please let me know.

    Thank you.

    > How do I know what setting is pop-menu, checkbox, or difficulty slider? (You can see the green line in the picture).

    I now just how to get the stream parameter type (type of AEGP_StreamVal: AEGP_OneDVal, AEGP_ColorVal etc.). Pop-up menu, checkbox or fix cursor parameter streams have the same type of workflow: AEGP_OneDVal.

    How to control parameter type you already posted in your code).

    > Shouldn't use a loop to get all the params?

    I also use this loop...

    > Could you please tell more in detail how to use it?

    I don't know what you want to do... I can't say more as written in the SDK.

Maybe you are looking for

  • Mac keeps freezing

    I have problems with my mac. He is not one of the newer, lighter, its quite heavy. Although there are problems with the writing drive I managed to get an external however if I'm working on something and have maybe 5 tabs open its freezing point. When

  • basictx &amp; rx in a 310 x cards will do the processing on the side of fpga in lvfpga?

    I know you can do host treatment aside with the 310 X + BasicRX/TX routing (thanks to Sarah_Y). But what a FPGA side treatment (with LVFPGA)? Anyone here tried it?

  • Photos sent to my email picks up additional graph and attaches to it.

    When I receive an email with a paper clip attached photo, content adds about 100 to 350 more photos and graphic images of websites I have visited recently to it.  It's on my MSN, AOL, or Yahoo emails.  Then when I foreword the photo to someone else t

  • Layman to ASA 5505 vpn of the native vpn client internet, tcp 1723

    Hi all I am setting up this asa for connect users at home to my network using vpn clients from microsoft to the native address with windows xp on the internet. This asa have, on the outside interface an ip public Internet and inside Board have set up

  • Need information of Java code for services

    Hi Experts,Can you please give information about where I'll get the Java code for java api services.Example: For VisitorManager, where I'm going to get its details information.There are also many other api services, then where I will find its detail.