Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

Master item for a field in a table

i have filed like:

Emp.ID,Basic Salary

1, 10000

1, 20000

1, 10000

1, 30000

2, 20000

2, 30000

4,30000

5,20000

5,30000

;

  • Create master item for Total Base salary
5 Replies
Lisa_P
Employee
Employee

Go to Master Items, Measures, Create New, Create the expression sum([Basic Salary]) and give it the Name Total Base Salary

DavidŠtorek
Creator III
Creator III

Hi,

if you want to see sum for all emp.ID than use expression sum(total [Basic Salary]).

kkkumar82
Specialist III
Specialist III

If you think it should not take selections then create the expression as Sum({1} Sales)

ramkrishna86
Creator II
Creator II

What exactly do you required? I think this is pretty simple and you can use sum of all Basic Salary.

ishanbhatt
Creator II
Creator II

Go to Master Measure section. Create a new measure, write Expression Sum( [Basic Salary]).