Viewing 9 posts - 1 through 9 (of 9 total)
I have update a bit but I couldn't group it based on Student name
February 21, 2022 at 2:06 pm
I tried but no luck here is the RDL attaching
USE [Demo]
GO
/****** Object: StoredProcedure [dbo].[up_GetStudentHistory] Script Date: 21-02-2022 15:39:43 ******/SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
/*****************************************************************************
**File:...
February 21, 2022 at 11:12 am
Yeah I need help in rdl design as per the posted image
February 20, 2022 at 12:44 pm
Here is the fiddle http://sqlfiddle.com/#!18/334d74/1/0
August 19, 2021 at 7:28 pm
Also ('EPOGEN 20 000 U/ML MDV 1ML"EA"') is giving as EPOGEN 20 where it should be EPOGEN 20000 U/ML
declare @t table (name varchar(50))
insert into @t (name) values...
August 19, 2021 at 4:53 pm
Here is one way that does it:
declare @t table (name varchar(50))
insert into @t (name) values
('ARANESP 100MCG PFS SOLD BY THE'),
('ARANESP 200MCG PFS SOLD BY THE'),
('ARANESP...
August 19, 2021 at 4:52 pm
I have the sample fiddle here
http://sqlfiddle.com/#!18/d2781/2
The last row data I need some modification
MCG MCG MCG MCG mcg MCG GM GM MG MG MG U/ML U/ML CREAM ML uni...
August 19, 2021 at 9:07 am
Resolved
=IIF(IsNothing(First(Fields!IsActive.Value,"ds")) OR First(Fields!IsActive.Value,"ds") = true, "Yes", "No")
November 6, 2018 at 3:26 am
If not can any one tell how can i read blob data in sql itself by assigning it to a string or some thing
April 21, 2011 at 2:51 am
Viewing 9 posts - 1 through 9 (of 9 total)