GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  Informatica
Go To First  |  Previous Question  |  Next Question 
 Informatica  |  Question 298 of 305    Print  
Calculate max value of a column
How to calculate max value of a column without using aggregrator transformation?


  
Total Answers and Comments: 3 Last Update: September 01, 2008     Asked by: riteshpathak10 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 23, 2008 06:55:30   #1  
narasimha.inf Member Since: June 2008   Contribution: 1    

RE: Calculate max value of a column
max(sal)
 
Is this answer useful? Yes | No
July 01, 2008 07:58:10   #2  
adilshariff Member Since: June 2008   Contribution: 7    

RE: Calculate max value of a column
Use max(Value) in expression transformastion
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
September 01, 2008 07:49:26   #3  
jryan999 Member Since: April 2008   Contribution: 15    

RE: Calculate max value of a column
You need to feed your ports through an Aggregator Tranformation.  eg.

Input  = salary.  Not output
Output = maximum_salary --> max(salary) - Output

Connect the maximum_salary fields to the output to use it
Define other keys as "Group by" as needed.

You cannot use max(salary) function in expression - it only works on a single row

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape