|
Hi All,
I have a dropdown field in a subpage, this sub page is inserted in a standard page. Even after giving the prompt table field for that field in record field properties, the values are not listed in the field. Please suggest me a solution.
Thank...
Started by Vedir90 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at ittoolbox):
Off the top of my head, I guess the first question is: What is the prompt table you have set it up for, is the drop-down field the same name as the key field in the prompt table, does the prompt have a field called RATE....
|
|
We are using OBIEE 10.1.3.4, and I'm looking for a way to dynamically change physical table names from a dashboard prompt. I know I can do it using session variables, but that requires I populate the dashboard prompt with the actual table names I want...
Started by David Pamperin on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ittoolbox):
|
|
Hi All,
This is my requirement. For example, Please consider scott table. There is a column called DEPTNO. I am taking DEPTNO,DNAME,EMPNO,EMPNAME for display. If i edit the table and move this column DEPTNO to Table Prompt section. I am getting a drop...
Started by 875991 on
, 9 posts
by 3 people.
Answer Snippets (Read the full thread at oracle):
As ALL then test it
Steps:
1) Create New Calculated Item (just right click DEPTNO from Table Prompt of 10,20,30,40 but when i move this column to table prompt after getting the option ALL and when into table prompt....
|
Ask your Facebook Friends
|
I'd like to have a blank line after my bash prompt and before the output on my Mac. It should look like this would:
echo; ls
Can I add a newline to my bash prompt and then go back up one line to wait for user input? Is there something obvious I'm missing...
Started by JPLemme on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: Yeah -- looks like a lot Bash would recognize, putting:
\e[1A
... .
All into your bash prompt, but I thought it might be worth a shot.
That the VT102 documentation generally uses octal, so keep an ascii table handy if you're using hex.
|
|
Name Value Selecting in Prompt Table Appear in the Name Field taking long time . peoplesoft crm
Go to Workforce>Provider Groups and open a provider group. Click the Add Group Member button. Click the Lookup icon and search on someone badge ID to pull...
Started by hithu on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ittoolbox):
|
|
Is it possible to generate a file in javascript and then prompt the user to download ?
What we would really like to do is the following : we want to make a small html form where an user can edit values in a table, and we would like to be able to generate...
Started by madewulf on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'd need a server side script to generate the file... .
In pure javascript, no.
You could output the csv data to a new browser window and the user could then save this .
Without a server to download from, you cant get them to download the data like normal .
|
|
I have a requirement NOT to have a prompt page. I will have two date value prompts (not date prompts) for start and end date on the report page and a refresh/reprompt button. They will be populated with all of the dates (month and year with day suppressed...
Started by Richard.C on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at ittoolbox):
Use prompt default value with a ....
Ex - current date would be 0 , yesterday -1, and so on .
You will have to modify your table to have relative time columns.
Have the prompts as not required and optional to avoid prompt pages.
|
|
Hi,
I have a simple list report and all the columns come from table A. I have created a prompt using a column in table B. One of the List report columns has same data as column in table B which was used to create the prompt. But when I select a value ...
Started by Rosece on
, 12 posts
by 3 people.
Answer Snippets (Read the full thread at ittoolbox):
There is no join
between Table A and ....
I
don't use table B for any other purpose except for prompt.
Value prompt automatically creating the filter [location] in ?location?.
It in the query for table A as you put it.
|
|
Hi,
I know this has been an issue for others, but I've yet to find anything that fixes my problem.
I have a partial view that is displayed in a lightbox (colorbox). It is a simple form. I want the form to submit and return a little bit of data. The data...
Started by johnnycakes on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a great way to pass information that you plan to digest internally (as you describe) but doing what you show above will spit back Json data ... .
Typically you're not going to return Json to the user's browser directly through a normal form submittal .
|
|
Workforce>Provider Groups and open a provider group. Click the Add Group Member button. Click the Lookup icon and search on someon's person ID to pull up their records in the Search Results. Select the records from search list . At this point, focus...
Started by hithu on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ittoolbox):
|