Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to create percentile function?



How to create percentile function?..

Answer / Nirpendra Rai

SSRS does not have a built-in Percentile function. However, you can calculate it by sorting the dataset in ascending order and then finding the nth value based on the number of records.nnHere's an example expression that calculates the 50th percentile (median) for a numeric field named Sales:n=IIF(CountDistinct(Fields!ProductID.Value,"DataSet1") MOD 2 = 1, Fields!Sales.Value(RowNumber("DataSet1", CountDistinct(Fields!ProductID.Value,"DataSet1") / 2)), Fields!Sales.Value(CountDistinct(Fields!ProductID.Value,"DataSet1") / 2))

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SSRS SQL Server Reporting Services Interview Questions

What is tablix?

1 Answers  


What are cascading parameters in ssrs reports?

1 Answers  


What are the different kinds of ssrs reports?

1 Answers  


List out what other servers you can use with ssrs?

1 Answers  


How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?

1 Answers  


What is report subscription?

1 Answers  


Explain SSRS Architecture?

1 Answers  


what are the different stages of Report Processing?

1 Answers  


Which language rdl files made of?

1 Answers  


What are the export options of ssrs?

1 Answers  


What are drillthrough reports?

1 Answers  


How would you go about developing a ssrs report?

1 Answers  


Categories
  • SSRS SQL Server Reporting Services Interview Questions SSRS SQL Server Reporting Services (140)
  • Microsoft Azure SQL Interview Questions Microsoft Azure SQL (73)