Viewing 15 posts - 991 through 1,005 (of 2,278 total)
Go to textbox9 look at the expressions (action expression) and look for a red squiggly line. It is showing you the field that does not exist, modify your expression...
August 8, 2011 at 7:03 am
Looking at your original post I am not sure how Low, Med, high, relates to your row values. Your columns have a clear relationship to them, but how...
August 8, 2011 at 7:01 am
Just like the one that works for columns but substitute
Fields!Cost_type.Value
for
LOW
August 5, 2011 at 2:02 pm
Nope, using 2008.
Date stamp is built using date parts with GetDate() as the source.
Then date stamp variable is then used in another variable to build the SQL statements. Very...
August 5, 2011 at 11:35 am
Each date time stamp for each day is the same, how do you know which one is the last transaction of the day?
August 5, 2011 at 6:59 am
SQL_Nw (8/5/2011)
=iif(Parameters!Cost_Type.Value="LOW", false, true)
When I choose 'LOW' in my report i...
August 5, 2011 at 6:53 am
ChrisM@Work (8/5/2011)
Tom.Thomson (8/4/2011)
crookj (8/4/2011)
proboscishaustellum
Malaria
mosquito
August 5, 2011 at 6:48 am
Not so much about MAX as it is about logic. Nice question. Thanks.
August 5, 2011 at 6:46 am
What do you mean by a 12 month date?
August 4, 2011 at 2:45 pm
1 package,
1 datasource
1 database
5 different source tables
5 different destination tables (dynamically created)
6 variables scoped at the package level, 1 to return the date integer, 5 to create the dynamic sql...
August 4, 2011 at 11:49 am
SQL_Nw (8/4/2011)
I can (low, med, high) in one single column annd do the sorting but here I need to separate them in 3 columns because thats the way client wants...
August 4, 2011 at 11:37 am
Looks pretty good to me. Test it with a few dates other than Now() and you will probably find that you will get what you want.
August 4, 2011 at 11:33 am
In the textbox where your date is: right click and go to TextBox properties and choose the Number tab, then select Date, then select the format you want.
August 4, 2011 at 7:43 am
Viewing 15 posts - 991 through 1,005 (of 2,278 total)