Problem in cascading the Prompt..

Hi Guru's,
I need your expert advice on problem related to Prompt.
I have 5 columns in one Prompt which belong to different dimension from same subject area which are joined from Fact table.
Report month is from Buisness month table and Reportdate is from TimeDim which is snow flacked.
rest A,B and C dim are joined with time Dim from Fact table.
ReportMonth>> ReportDate>>ADim>>BDim>>CDim
Only Report date is Constrain rest all dont require cascading.
In mine Prod Env. when i select A B and C prompt the Reportdate is getting cascaded and the logical query has all paramteres i.e. Reportmonth, ADim,BDim and CDim in logical sql but when i see the physical query only A,B and C are getting passed to the database but ReportMonth is not passed which is an calculated column in RPD.
But in mine local or Dev env the Physical query is passing all the parameter i.e Report month,A,B,C to the database.
Because of this am facing performace issue while selecting the Prompt.
Am on production now so not ina stage to change the RPD and bring all the dimension in one LTS.:(
Any query pls let me know.
Any help would highly be appriciated.
Cheers,
Rajeev

hi,
I m using following code for selecting Countries
public List getSelectedCountries() {
if (selectedCountries == null || refreshSelectedList) {
selectedCountries = attributeListForIterator("EmployeeMapCountryCity2", "CountryId");
return selectedCountries;
That is working but
And same code is using for  selecting cities, it's not working
public List getSelectedCities() {
if (selectedCities == null || refreshSelectedList) {
selectedCities = attributeListForIterator("EmployeeMapCountryCity2", "CityId");
return selectedCities ;
Above method won't get the value of selected cities
please help me.
Regards
Abhijeet
Edited by: AbhijeetPS on Jan 31, 2013 4:49 PM
Edited by: AbhijeetPS on Jan 31, 2013 4:58 PM
Edited by: AbhijeetPS on Jan 31, 2013 4:59 PM

Similar Messages

  • How to change the order of cascading prompt?[The prompt at higher level appears at TOP]

    Hi Guys,
    I have one doubt in cascading prompt without Hierarchy view in UNIVERSE 3.1
    While running a report with it.
    The prompt at higher level appears below the prompt at lower level.How can we change the order,i.e, I want Level 2 Account Code as top and then Level 3 Account Code ?
    It can achieve in hierarchy view,but i don't want to set it as hierarchy view,because there are huge number of Level 2 Account code[Search pattern is not available too]
    Thanks in Advance
    Shenbu

    Hi Sathish,
    Thanks for your reply.
    I created Cascading list of value as you said only.please find below screenshot for your refefrence.
    I think,its tool  limitation as "The prompt at higher level appears below the prompt at lower level in report".Can any other way is there to achieve?

  • Just received a replacement ipad and when I connected it to my computer I followed the prompts exactly like the apple tech said. Problem is, I get to a screen prompt that asks me to restore (which he said to click) and now my screen is frozen.

    I just received a replacement iPad and when I connected it to my computer I followed the prompts exactly like the apple tech told me too. When I got to a prompt asking if I wanted to restore the iPad he said to click on it. I did. Now my iPad screen is frozen on the iTunes connect screen and I cannot get out of it.  An iPad shows connected in my iTunes folder, but when I run a diagnostic it says no iPad is detected.
    Any help would be appreciated.
    Thanks

    Personally, I would call Apple back.  However...
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • When I seek to open Firefox it triggers a UAC prompt which may or may not be a spoof, and when I cancel the prompt my home-page loads off-center.

    I recently updated to Firefox 3.6 but a prompt told me to update my Adobe Flash Player. I tried a few times to follow the directions, but nothing matched or seemed to be happening. Then, a pop-up was on my desktop the next day which I thought was the next step or a step I missed. The pop-up said a newer version of Adobe Flash was available. Somehow I may have sought to download the offer, then canceled. For several days there was no problems. All was fine until ZA scared me into buying an offer which did not work well for me so I went back to what I had before I bought then returned their product. When I log on to the computer now and click the Firefox icon to go to the internet browser, the UAC prompt asks me to give Administrator permission to Adobe DLM to download a file "C:/Users/my name/AppData/Roa.../getPlusPlus_Adobe_reg.exe" This did not happen before I started changing my firewall and anti-virus provider back and forth. How can I eliminate the UAC prompt? Should I simply give Administrator permission and download the file? If it is legit, should I keep the file on my computer; and will I find there is an easy way getting it off? At the moment I am using AVG 9.0, the Windows Vista firewall is on, and I have a router. The odd thing about all this; I checked my programs I am able to uninstall and there I see is Adobe Flash Player 10 in the list of programs I have which was installed months before all this happened. If I already had the newest Adobe Flash Player, why would Firefox 3.6 tell me to update my Adobe Flash Player? More to the point, what is the best way to deal with this annoyance: The other user on this computer has no problem like my UAC prompt blocking immediate internet connection through Firefox.

    There has been a security update of the Flash Player and the current version is 10.1 r85 , so you are two versions behind (previous was 10.1 r82).
    See http://www.adobe.com/software/flash/about/

  • After downloading Mozilla Firefox 4.0 Beta to my desktop I restarted the computer, but I do not receive any prompts to create an account with a Secret Password. How do I set up the account if the prompt never show up?

    Several months ago I installed the Firefox Home app on my iPhone to sync the bookmarks that I had on my Windows XP home computer. It has worked just fine until a few days ago. Just recently I was notified that the app would no longer work because of changes that have been made. I have tried to follow the instructions that were emailed to me regarding how to setup the new Firefox Sync add-on, but I am having a problem. After downloading Mozilla Firefox 4.0 Beta to my desktop and restarting my computer, I do not receive any prompts to create an account with a password and a secret phrase, as the instructions specify. How do I set up the account if the prompt never shows up?

    Click on the Firefox button then select Options to open the Options dialog. Now go to the Sync panel for the option to setup a new account.

  • Can we have a Hierarchy in the Prompt of webi? promot as key-text?

    Hello all,
    Can we have a Hierarchy in the Prompt of webi? We are using Fund Center hierarchy and the user wants to select the top node to get all the nodes under it in hierarchies?
    Also along same lines can we display the Long text and Key ofthe FUnd center in prompt (hierarchy or not)
    Thanks in advance for all the replies.

    Hi david, Gowtham
    Thanks for the replies. I was able to get a hierarchy in the prompt. I created mandatory hierarchy variable in the bex query which is feeding the universe and it automatically came over as hierarchy. I am still not able to get how would you create cascade on same object, I understand the market and region (2 different object) example. So if you can please explain.
    With that said I still am not sure how you would display your prompt with description of objects rather than technical names. Any insight on that please?
    Thanks a lot

  • Problem with cascade delete and remove bean

    I am working with two entity beans that map to two tables that have a foreign key relationship. Table B has a foreign key to A and in the database that foreign key is set for cascaded updates and cascaded deletes.
    The problem occurs when the the sytem first tries to remove bean 1 (mapped to table A) and then remove bean 2 (mapped to B) where bean 2 is associated with bean 1 with a foreign key relationship. The first remove works but then when it tries to remove bean 2 it throws a very ugly "CORBA TRANSACTION_ROLLEDBACK 9998" Maybe exception. My guess is that the reason is because bean 2's reocrd in the database was deleted when bean 1 was removed but the 'bean object' was not removed from the container.
    When I go into our Application Server and look at how it see's the tables, it show the wrong relationship. It shows a restrict delete and a restrict update realationship.
    My question is, am I wrong to think that this is a application server problem or a configuration problem? It seems to me that attempting to remove a non-existant record should not cause an error. It won't cause any SQL exceptions. Is this a flawed viewpoint? As a work around I made sure that the dependent records are deleted first but it kind of defeats the point of cascaded deletes.
    We have a limited number of support calls, should I use one or am I at fault here?

    If the database removes the record from the second
    table, why is the system trying to remove it once
    again? You should try to remove an entity from a
    single place, should it be the database or the
    application. Don't try to remove it twice.
    Regards,
    DimitarI could do this but it is a huge pain in my ass. The problem is that you might want to remove the dependent bean without removing it's parent. The object structure is a little questionable, I'll admit that. It is, as they say, the eleventh hour and I can't really change that now.
    The way this work is that the server gets a list of objects marked either as new, modified, or deleted. It then relates those changes back to the database.
    In this case we have two lists(which makes me realize where the class structure sucks.) In order to do what you suggest I would have to get all the deleted parent objects and then search all the deleted child objects for ones that have the parent's key in them.
    It would be prefferable to fix the class structure but again this is not an option.
    Anyone want to answer the question I asked?

  • Error message: a problem connecting to the server "DriveMap"

    I recently uninstalled GoDaddy’s software Workspace, used to manage online storage which I no longer need. Every time I restart my computer, and worse, every time I update an app, put something in the trash, or empty the trash, I get the error message “There was a problem connecting to the server "DriveMap". Workspace (DriveMap) is no longer on my computer; I used GoDaddy’s Workspace uninstaller to remove it. Then I reinstalled and uninstalled again because I was getting that message. I then did a search of my computer for all files with “Starfield” in the title, which is the developer of WorkSpace. I found about a dozen files and deleted them. I’m still getting the message, and GoDaddy support is absolutely useless. I got this reply from them (their 15th reply about this problem).
    It appears that your computer is configured to open a drive, which is occurring during start up.  You will need to edit your computer's drives or start up commands and delete the command that is causing this to occur.  This would not be a file that from Workspace that is causing the issue.  It appears that your local system is still trying a program that no longer exists on the system.  We suggest researching support documentation related to your local system to remove the DriveMap. 
    It has to be a file from Workspace, it seems to me, or a system file that has been altered by Workspace. This didn’t happen before I installed Workspace. It started happening out of the blue... hadn’t added any files to online storage or accessed my online file folder for a month or more, and this event began occurring, at times rendering my computer unusable; that message pops up as fast as I can dismiss it, many many times... Intercepts all key strokes.
    I’ve looked at my account’s startup items; nothing there. And iMacHardDisk/Library/Startupitems has only a backup program in it.
    Has anyone had this problem and found a fix?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    New versions of Flash have a panel installed on your system for control of settings.
    In Windows XP, Windows Start > Settings > Control Panel > Flash Player, click on each tab and change the "Ask..." setting. Most likely your prompts are coming from the "Storage" tab. Using any of the "Block..." settings may make Flash inoperative on some sites.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • "Setup encountered a problem while validating the state of Active Directory: Exchange organization-level objects have not been created, and setup cannot create them because the local computer is not in the same domain and site as the schema master. Run se

    Team,
    I am trying to Install Exchange on my Lab, getting below error
    message.
    The Schema Role is installed on Root Domain and trying to install
    exchange on Child domain.
    1 Root Domain - 1 Child domain. both are located on single site.
    “Setup encountered a problem while validating
    the state of Active Directory: Exchange organization-level objects have not been created, and setup cannot create them because the local computer is not in the same domain and site as the schema master. Run setup with the /prepareAD parameter and wait for
    replication to complete.”
    Followed below articles:
    http://support.risualblogs.com/blog/2012/02/21/exchange-2010-sp2-upgrade-issue-exchange-organization-level-objects-have-not-been-created-and-setup-cannot-create-them-because-the-local-computer-is-not-in-the-same-domain-and-site-as-the-sche/
    http://www.petenetlive.com/KB/Article/0000793.htm
    transferred the schema roles to different server on root domain, still no luck.
    can someone please help me.
    regards
    Srinivasa k
    Srinivasa K

    Hi Srinivasa,
    I guess, you didn't completed the initial setup schemaprep and adprep before starting the installation. You can do it as follows:
    1. Open command Prompt as administrator and browse to the root of installation cd and run Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
    After finishing this,
    2. Setup.exe /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms
    3. To prepare all domains within the forest run Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms. If you want to prepare a specific domain run Setup.exe /PrepareDomain:<FQDN of the domain you want to prepare> /IAcceptExchangeServerLicenseTerms
    4. Once you complete all of the 3 steps, install the pre-requisities for Exchange 2013
    5. Finally, run the setup program
    Hope this will help you
    Regards from Visit ExchangeOnline |
    Visit WindowsAdmin

  • How to pass the prompt value to repository variable in obiee 11.1.1.7

    Hi All,
    I am given a tabular report to build in OBIEE 11.1.1.7 version using insurance data.
    I have to show different types of claim names and their corresponding count in the table. One of the calculations require me to use the total no of claims(i.e sum of all the claims).
    Example:
    Total No of claims: 600
    Total No of Auto Claim: 60
    I have to create a table on Auto Claim like:
                   claim types       count
                        X                    10
                        Y                    20
                        Z                    30
    I was calculating total no of claims by using dynamic repository variable as it was a constant value. Example: repository_variable1: select count(claim ID) from Insurance; In report I was just using value of (repository_variable1)
    Now client has asked us to give date prompt so the total no of claims (assumed as 600) will change with respect to period. I can calculate total no of claims with respect to different claim type (as shown in the table above) with respect to period filter in the report.
    The problem I am facing now is, I need the count of all the claims on a partucular period too. Repository variable is giving always calculating the count as 600. But the count should change with respect to period selected. How to get this value?
    Can I create a presentation variable in the prompt and pass this value as an argument for repository variable?
    Please help. I am in urgent need of the solution.
    Thank you.

    Hi Srini,
    I tried creating it as metric. But the problem is my pivot table is on Auto Claims.
    Let me try to make myself a bit more clear.
    Total No of claims in fact table: 600
    Total No of Auto Claims in fact table: 60
                    claim types(auto claims)       count        Calculation
                        X                                        10             10/600
                        Y                                        20             20/600
                        Z                                        30             30/600
    So I need to access total no of claims to calculate. I cant use a metric as the count will take group by with respect to auto claim type and give value only for X claim.

  • Problem in starting the Netweaver Server...

    Hi,
    We have installed Netweaver 04s in Linux x86_64 platform with Oracle 10g. The Installation went fine and it started the server by itself once the installation was complete and we were able to get the home page of the appln server. However when we gave stopsap and then startsap through command prompt, it gave the success message that the instance is started but it didn't start the server any way.
    We rebooted the system and gave startsap and it started the server; we were able to deploy the applications into it as well.
    Now again we gave stopsap and then startsap, and getting the same behaviour. Even after rebooting the system its not starting the server.
    Any solutions for this? Thanks in advance...

    Hi,
    look into the work directory of the instance, what is the latest modified file and look into it, to locate the problem.
    Maybe the bootstrap parameters are not set right, or dev_jcontrol gives a clue.
    What about the database? Is it up and running?
    Look into the stderr files. Look into sapstart.log and sapstart.trc
    The sapstart/sapstop command give no hint if the system is started successfully, it is just a standard message saying that the command itself was executed.
    The VM-Parameter used are defined with the config tool.
    Maybe you should read some documentation first
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/2b0841a6e1ef6fe10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/2b0841a6e1ef6fe10000000a1550b0/frameset.htm</a>
    to understand the startup framework.
    And how to use the config tool
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/d1cf8d09a94ae79319893c2537d3a0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/d1cf8d09a94ae79319893c2537d3a0/frameset.htm</a>
    Regards,
    Sascha
    p.s.: I can highly recommend SAP Education class ADM200 to understand and administrate AS Java.

  • There was a problem connecting to the server "...iMac"

    I keep getting the error message, "There was a problem connecting to the server ..."iMac."  I have Mavericks 10.9.2 on both my Macbook Pro and my iMac.  The Macbook is the system having issues.  I've seen "fixes" for Time Machine for Lion.  I have addressed this, and it does not seem to be the problem.  I've deleted all servers from the list, unmounted Time Machine and turned it off and back on again to refresh the settings, turned sharing off and back on.
    Any Mavericks ideas out there?

    The subject of the discussion you linked to is unrelated.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/SystemConfiguration
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item named "SystemConfiguration" selected. Move the selected item to the Trash. You may be prompted for your administrator password. Reboot and recreate the network settings.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Problem in transporting the text elements for user exit EXIT_SAPLV09A_002

    Hi  All,
    I am facing a problem in transporting the text element (text symbol) for the exit EXIT_SAPLV09A_002. It is implemented and transported but the text elements are not transported and even if I try to delete them and then create them again, on activation it doesn't prompts for TO and it version its shows it as local object. I have tried to manually assign the TO by using limu as id of program and rept as type and SAPLXV09 as the name of the object but still it doesn't allows as an error message comes prompting local object cannot be assigned to TO. Kindly suggest solution this problem.
    Regards,
    Sachin
    Edited by: Sachin Dangayach on Nov 15, 2010 4:21 PM

    Hello ,
               In the Quality after you run the report check in the layout option>display text elements> variables and check what value is displayed for the use exit variable , if it is correct then problem may be in the selection you gave when you run the report if the user exit variable value is wrong , then set a break point in the code and run the report from rsrt and check where the error is.
    hope it is clear
    assign points if useful

  • Problem with watching the Gruffalo on iTunes

    I bought the Gruffalo through ITunes and it will only play for the first 6 minutes then the screen freezes, Can anyone help as my daughter is disappointed

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

Maybe you are looking for

  • Orchestrator security of Integration configuration accounts

    I have just installed Orchestrator 2012 R2 and I am planning to use the application to carry out several activities including general maintanance tasks as well as to control the Delegation of security permissions. I have 2 teams of people that are re

  • Error when Assign Order Reason to Cost Center& Sales Area

    Hi, SAP Guru, I Define the Order Reason. Now I want To Assign This Order Reason to Sales Area & Cost Center. When I am Doing this I got the Error SYST:Date 00/00/0000 not Expected. Message No.FGV004 Please Advice me. Thanks & Regards Bhushan

  • Upgrading from CS2 Suite (Win) to CS5 Suite (Mac)

    Over the last few days I have twice called Adobe UK sales and have been assured that I can easily upgrade my Windows CS2 suite to a Mac CS5 suite. I was told that all I have to do is enter the CS2 Windows serial number during the CS5 Mac installation

  • Where are the "Organizer" files from PSE 11 stored on a mac?

    I have lost all my albums from my PSE 11 (Mac, using Mountain Lion) -- the album names are there but not the files within the albums.  I tried the reconnect and the computer just went crazy.  Seeing as I did a Time Machine back up of all my files yes

  • Address printing issue

    Hi All, For Pick List form we use sapscript and the "Ship-to" address is printed using the following code: ADDRESS PARAGRAPH AS TITLE &VBLKK-ANRED& NAME &VBLKK-NAME1&, &VBLKK-NAME2&, &VBLKK-NAME3&, &VBLKK-NAME4& STREET &VBLKK-STRAS& POBOX &VBLKK-PFAC