Viewing 15 posts - 16 through 30 (of 84 total)
thanks for the very quick reply. Is there a way to include seconds in expression 2, so it would read 30/11/2017 23:59:59 ?
Thanks again
December 13, 2017 at 5:07 am
andrew gothard - Tuesday, March 7, 2017 2:50 AMCAST(<Calculation> AS NUMERIC(6, 2))
That did the trick:
March 7, 2017 at 3:54 am
March 7, 2017 at 2:39 am
Thanks for the prompt and accurate response. Much appreciated.
March 6, 2017 at 7:40 am
I will check that out Drew; thanks for taking the trouble to reply.
December 15, 2016 at 2:59 pm
Jeff Moden (8/16/2016)
faulknerwilliam2 (8/16/2016)
A thousand thanks for your help and your taking the time and trouble to help with my query. Your solution has worked perfectly. I love the...
August 22, 2016 at 4:27 am
cad.delworth (8/18/2016)
August 18, 2016 at 3:38 pm
Jeff Moden (8/18/2016)
I know you must be busy but any feedback on the questions below?
Jeff Moden (8/16/2016)
August 18, 2016 at 9:09 am
Dear Jeff
A thousand thanks for your help and your taking the time and trouble to help with my query. Your solution has worked perfectly. I love the ranking element.
I really...
August 16, 2016 at 12:40 am
Jeff Moden (8/11/2016)
faulknerwilliam2 (8/11/2016)
SELECT
a.name,
DATENAME(M, a.Date) as Month,
DATENAME(YEAR,a.Date) as Year,
DATEPART(YYYY,...
August 15, 2016 at 12:24 am
Dear Jeff - thanks for getting back
Code should be a.status = 'live';
a.name is indeed the name of the product.
Thanks.
August 15, 2016 at 12:23 am
Dear Jeff - thanks for getting back
Code should be a.status = 'live';
a.name is indeed the name of the product.
Thanks.
August 12, 2016 at 12:23 am
tripleAxe (4/18/2016)
You could use the JOIN function to concatenate the values of the selected parameters.
And that is what I did:
="Top 10 contact reasons:" + " " + join(Parameters!Contact.Value,",")
April 18, 2016 at 7:49 am
Viewing 15 posts - 16 through 30 (of 84 total)