I want to convert an Htm file to Html.
I want to view the html file in Mobile device and I have 30 htm files which have to be converted to html every day. The Mobile device is not accepting the *.htm but accepting *.html. I tried using the following codes but none of them helped ....
Ren...
Hello Gurus,
Following Code is part of UNION QUERY ... after the UNION i would like to have the SUM of Value of the Columns
ABSMG (quantity)
VVBUM (Gross Sales)
VVNUM (Net Sales)
I am getting an error when I directly use a SUM FUNCTION
at the following line of CODE as shown below...
Hi gurus
I have an Existing Query which joins couple of table and generates a Table VIEW. I need to write another query which should generate the SUMMARY 2 colums of that table (Quantities and Revenue)of that in the next row of the TABLE... Any inputs are highly appreciated.
Cheers
Pr
convert(numeric(10),a.partner(isnull(a.partner,'empty'))) as 'Partnernr',
First of all the part
(isnull(a.partner,'empty')) is checking if a.partner has any null values then isnull function is filling it with text called empty ...
Then the Convert function is converting the Text to Numeric...
Hi Guru's
SELECT
convert(numeric(10),a.partner(isnull(a.partner,'0'))) as Partnernr from smokna1 as a
I am getting the following Error message -
Invalid Object name a.partner
PR
I would like to convert Varchar to Numeric and the following code am using in SQL but still am getting problems...
cast(Cast(a.partner as char)as numeric(10)) as Partnernr
regards..
PR
I have an interface in which I write SQL (Select statements) and generates an access table... The data is being filled properly in the table but after writing around 550 records then I get an Alert ": ERROR CODE 3001 INVALID ARGUMENT. " By going on clicking the alert box the DATA is getting...
Dear Gurus
I have a subreport which retrieves the Summary of the main report. The heading of the MAINREPORT is repeated in the SUMMARY section if the Summary is more than 1 page I see the heading of the MAINREPORT how do I omit the HEADING in the SUMMARY REPORT.
Thanq
BVK
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.