Viewing 15 posts - 76 through 90 (of 96 total)
Koen Verbeeck (8/6/2013)
In that case, it would be something like this:
iif(Fields!event_type == "c","R" + Format(Fields!event_type,"####0"),iif(Fields!event_type == "i",Format(Fields!event_type,"####0"),"P" + Format(Fields!event_type,"####0"))
Not 100%...
August 6, 2013 at 5:54 am
This is Crystalreport. In crystal report you can use Formula Fields. know i wanne convert it.
When you read the code you can see that the difference is little. I hope...
August 6, 2013 at 2:43 am
David Burrows (7/16/2013)
Are you passing the date parameters as character? If so is there a specific...
July 16, 2013 at 7:00 am
The Query of Lowell works. Only now i get a value of the total of the table item_keya / snetworkname * 100.
But i use this qeury;
SELECT
sNetworkName,
REPLACE(sNetworkName,'.noc','')
FROM...
July 2, 2013 at 1:19 am
I was not the person who made this table (thats why i cant tell you so much about it :S srry;
When i run the syntax
SELECT ((count(item_keya) / count(snetworkname))...
July 1, 2013 at 1:48 pm
I have made ??a comparison of query and snetworkname item_keya. Below the syntax:
SELECT
snetworkname,
REPLACE(sNetworkName,'.noc','')
FROM WhatsUp_Assyst_replicatie3.dbo.NetworkInterface
RIGHT OUTER JOIN ...
July 1, 2013 at 12:03 pm
TNX A LOT 🙂 I use it for a lot reports 🙂
July 1, 2013 at 1:26 am
Farlzy (6/4/2013)
You just need to replace the .noc out on the join. ie..from t1
join t2
on t1.cola = replace(t2.cola,'.noc','')
can you use my SYntax what you mean?
select snetworkname from WhatsUp.dbo.NetworkInterface right outer...
June 4, 2013 at 5:22 am
Grant Fritchey (5/21/2013)
May 21, 2013 at 8:26 am
Its bytes in colmn
And the units you see in de qeury before that he find the units in device.deviceid and name.
May 21, 2013 at 7:24 am
ChrisM@Work (5/21/2013)
karim.boulahfa (5/21/2013)
ChrisM@Work (5/21/2013)
karim.boulahfa (5/21/2013)
The valua is FLOAT of the columnFLOAT is the data type.
Can you show some sample data for the columns I listed?
select *
from StatisticalDisk
Thats are the...
May 21, 2013 at 7:22 am
ChrisM@Work (5/21/2013)
karim.boulahfa (5/21/2013)
The valua is FLOAT of the columnFLOAT is the data type.
Can you show some sample data for the columns I listed?
select *
from StatisticalDisk
Thats are the rseult of...
May 21, 2013 at 5:44 am
Viewing 15 posts - 76 through 90 (of 96 total)