Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Employee names whose salary is greater than 5lakhs

There is a employee table with columns like emp name, emp sal, etc. with 1 year data.

NOw in qlikview i want to write a logic to retrieve emp names whose salary is greater than 5 lakhs. how?

9 Replies
sunny_talwar

You want this in a chart or do you want to restrict them in the script?

Anonymous
Not applicable
Author

in a chart

sunny_talwar

May be like this

Dimension

Employee Name

Expression

Sum({<[EmployeeID] = {"=Sum(Salary) > 500000"}>}Salary)

Anonymous
Not applicable
Author

how many servers are there in a qlikview project?

sunny_talwar

servers? Not sure I follow?

ramasaisaksoft

it depends on Client and our company

Normally 3 QV servers

1) Dev server

2) UAT server

3) Prod Server

some organisations will have only one server that is Prod server.

Anonymous
Not applicable
Author

can u be specific about their functionalities?

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Good luck with your interview!

Suggest you use this:

Anonymous
Not applicable
Author