|
Hi
I have created a derived table with @prompt function in it.
The query seems to parse fine, but when i export it and try to create a report off it, it throws http error and is not even bringing up the prompt.
This query executes fine in query panel ...
Started by ace on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at forumtopics):
I had this issue sometimes when the list of values if a huge ... .
Even more while it's a date...scrolling and selectingTry removing the list of values from the prompt syntax and check.
To use a prompt with a LOV in a derived table...
|
|
Hi!
I created a report in the Pivot Table View. I added two different dimensions in the Pivot Table Prompt.
Dimension1 contains the different types of customer group while the Dimension2 is the different locations of our company's office. We would like...
Started by 878720 on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at oracle):
Dimension1 contains the different types of customer group while Table prompt area, Dimension2 repeats the values.
In the Pivot Table Prompt.
|
|
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 .
|
Ask your Facebook Friends
|
Hi,
I'm on PS 9.1HRMS/ PT 8.50.
I'm designing a run control page for my SQR process. This is a delivered process and I'm customizing the SQR as well as the run control page. The process earlier ran for all employees (As delivered). I want to be able to...
Started by student4eternity on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at ittoolbox):
Have you indicated on the record properties for record Y that record X is its parent? Does the Run Control Request page actually give you the ability selecting more than one Calendar Group? If so, would the employees change depending on which Calendar... .
|
|
My problem is as following :
I need to create a report with two prompts, one is "start date", the other one is "end date". The "start date"prompt is mandatory, the "end date" prompt is not.
When the user selects a value for the "start date" prompt only...
Started by LouisLOurson on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at forumtopics):
What have you tried suggested, the results I would have would be :
In my table, I have
01
02
03
04
05
If the user selects = Start Date 1 prompt....
Worked fine.
Prompt and Start Date <= Optional prompt in the query panel.
|
|
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 .
|
|
Is there a way to define a temp table without defining it's schema up front?
Started by Jeff on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanks all for the help really helped....
X=y
Had some other difficulties that made the #table solution unworkable so went with a ##table solution.
I'd also recommend SQL Prompt for Query Analyzer by RedGate.
table variable.
|
|
I would like to prompt the user whenever he adds a new record in my form.
This form has a listbox which users must make a selection.It also has other fields that the user must enter. However, i would like to implement a prompt in the form whereby in the...
Started by xwnoob on
, 13 posts
by 3 people.
Answer Snippets (Read the full thread at access-programmers):
Name that holds the ListBox Value ) and, of course, " TableName " with the actual Table Name.
|
|
So, if the user does not want to enter any departments, what is it you're wanting it to select? All of them? If so, I believe that Justin's suggestion should work, although I think it should be a space (' ') instead of the percent ('%') for when they ...
Started by David on
, 23 posts
by 4 people.
Answer Snippets (Read the full thread at ittoolbox):
If the table has leadingI'm trying to build an....
The data entered into the :3 prompt needs to match the values in DEPTID.
J Yeah, I'd been watching the thread.
Deptids via a prompt table and they want that functionality too.
|
|
Regarding Django Sites module and manage.py syncdb
The Auth module can prompt to ask for default superuser for the admin site, during .\manage.py syncdb. I would like to see similar things happen for the default site domain name. Currently it is example...
Started by peiwei on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You just installed Django's auth system, which means you don't have any .
You can do this yourself:
Create a management command to prompt for your new site connect syncdb Creating table...
|