Search the web
Sign In
New User? Sign Up
briousers · Brio Users - Help with deploying Brio Enterprise
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12882 - 12912 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12882
I am trying to modify a computed column I created in my result set. How can I get into the column and modify the code? Thanks...
purpleliger
Offline Send Email
Jun 1, 2004
3:24 pm
12883
You can't retrieve the code from it, but you can write new code for it with: ActiveDocument.Sections["yourSection"].Columns.ModifyComputed(yourColumn ...
Adam Franz
the_adam_franz
Offline Send Email
Jun 1, 2004
3:33 pm
12884
I am trying to format a date field. My date field is coming in as 20,040,402 I need it be be in the form mm/dd/yy, I tried to change it but it isn't working I...
purpleliger
Offline Send Email
Jun 1, 2004
5:31 pm
12885
Go into your request item, click "Options" and change the datatype to date. Hope that helps! Adam Franz Independent Consultant Phone: 603-661-6194 Fax:...
Adam Franz
the_adam_franz
Offline Send Email
Jun 1, 2004
5:37 pm
12886
I figured it out! Thanks ... do?...
purpleliger
Offline Send Email
Jun 1, 2004
5:39 pm
12887
I'm trying to schedule a job, to include all activity from yesterday's date. The date field I am using is in mm/dd/yyyy HH:MM format (it includes the time) ...
jagori_1979
Offline
Jun 1, 2004
6:20 pm
12888
You're probably going to want to go with a CustomSQL limit instead or a regular variable limit set at schedule time. The syntax would vary depending on the...
Adam Franz
the_adam_franz
Offline Send Email
Jun 1, 2004
6:36 pm
12889
hey guys: not sure how i got in this group. i have been trying to figure out what you guys are talking about. anyway. i am posting out. but you should all...
jhettboy
jackiejett
Offline Send Email
Jun 1, 2004
7:04 pm
12890
Hi, I'm having the following problem. I have a query with a variable date. When I run the query from within Brio manually with the date between "05/01/04...
keesvanbemmel
Offline
Jun 1, 2004
7:23 pm
12891
It may be a different question, but it might have the same answer, hehehe. Anyway, the problem is that: between "First of Previous Month" and "Last of Previous...
Adam Franz
the_adam_franz
Offline Send Email
Jun 1, 2004
7:31 pm
12892
Thanks for your quick response Adam. I still have 2 issues though. 1. NOW I'm really confused on which dateframe to use if I want all the records from last...
keesvanbemmel
Offline
Jun 1, 2004
7:48 pm
12893
Okay, to answer your questions... 1) You have to decide that. Do you just want data from the previous month or do you want it for the previous month AND the...
Adam Franz
the_adam_franz
Offline Send Email
Jun 1, 2004
8:05 pm
12894
Hi, 1) I don't want the first of the current month included, just all data from the previous month. 2) I have this SQL statement: Application.Applicationdate...
keesvanbemmel
Offline
Jun 1, 2004
9:05 pm
12895
I solved it! for anyone who was wondering, the custom SQL statement should be: MONTH(Application.Applicationdate) = MONTH(DateAdd(month, -1, GETDATE ())) AND...
keesvanbemmel
Offline
Jun 1, 2004
9:18 pm
12896
Dear all, I want to do the hierarchical query in Brio. The database server is db2. The example is as below, Sales table company quarter current_quarter_amt ......
nyy0723
Offline
Jun 2, 2004
2:56 am
12897
HI, we are doing a drug research study, that requires volunteers to have their blood drawn periodically. Each visit number is assigned a number ( 0100, 0200...
csbomason
Offline Send Email
Jun 2, 2004
9:48 am
12898
Hi, You can add a computed item wherein u define it as Visit0300 - Visti0200 to get the difference in days. SN. ... __________________________________ Do you...
sreelekha nagarajnam
snagarajnam
Offline Send Email
Jun 2, 2004
1:00 pm
12899
I've created an EIS that I use as a viewer for a line chart. With a couple of dropdowns I control the limits for the underlying data and refresh the chart. I...
bcstearns2001
Offline Send Email
Jun 2, 2004
3:47 pm
12901
Hello, IŽd be pleased if thereŽs anyone having a bit more experience using SQL in Brio. I trying to pull orders that are less of x amount (i.e. 1000 USD) as...
jblank1967
Offline Send Email
Jun 3, 2004
8:52 am
12902
I have a question. Can I have a limit on my Pivot section.? There is a computed item(Flag) in the pivot which gives me a value 'Yes' or 'No'. I would like to...
Biswajit
d_biswajeet
Offline Send Email
Jun 3, 2004
2:39 pm
12903
I have a results section where I am using the Next Function to determine if their are duplicate pricing records for a Customer's product. If there is, I...
kruesler
Offline Send Email
Jun 3, 2004
3:13 pm
12904
create another table off the one with the computed items and then you can limit on it. bqy size growth will be minimal. gary I have a results section where I...
pagzzer0@...
pagzzer0
Offline Send Email
Jun 3, 2004
3:22 pm
12905
Hi, I have not seen a response so this is how I have solved the problem in SQL -- Select 1 Select company, quarter, current_quarter_amt, 0 Last_quarter_amt ...
Lester Knutsen
lesterknutsen
Offline Send Email
Jun 3, 2004
4:14 pm
12906
Recently, database managers have been concerned about I/O loads on a particular database. In our company there are three known entities that query this...
jecwobble
Offline
Jun 3, 2004
4:55 pm
12907
Adam, What are the \r\n for in the examples you have given below? I am still trying to figure out how to add the multiple selections from the listbox to my...
travelingthenet
Offline Send Email
Jun 3, 2004
6:36 pm
12908
I think you're still missing the overall concept. You're not adding anything to a limit object or working with a limit object at all. You're using the values...
Adam Franz
the_adam_franz
Offline Send Email
Jun 3, 2004
7:09 pm
12909
Hi all: I am not able to remove duplicate rows from results. I have tried goin into Query ->Query Options -> Check Return Unique Rows and then process then...
Matthew Thomas
matt_ab2001
Offline Send Email
Jun 3, 2004
8:06 pm
12910
Are you sure they're duplicates? They might just look like dupes. A good example would be a timestamp that has only the date portion displayed, or a number...
Adam Franz
the_adam_franz
Offline Send Email
Jun 3, 2004
8:31 pm
12911
What Version are you on? Why not use PreProcess and PostProcess Events of the Datamodel to send inserts/updates to an Audit table. -Wayne Van Sluys KeyPulse ...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Jun 3, 2004
9:25 pm
12912
Try this: Create a table: CREATE TABLE LIBNAME.TABLENAME ( RPTNAME VARCHAR(50) NOT NULL, RUNDATE DATE NOT NULL, USERNAME VARCHAR(20) NOT NULL, QRYNAME...
Keith Hoar
khoar
Offline Send Email
Jun 3, 2004
10:39 pm
Messages 12882 - 12912 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help