Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
DGM
Contributor
Contributor

QlikSense - Adding a column

Hi all!

I am totally new to Qliksense. I am using Qliksense Hub and I do not have access to  Data Script editor.

I have a report which has Employee Details. The column that interests my requirement are Employee email, Manager email. I need to add a column to this report, the manager's manager email called as Second Level Manager. Please help me out how to do this.

Any ref. to learn would be greatly appreciated.

Thanks,

DGM

 

 

2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Maybe try referring to Qlik help to kickstart your progress.

https://help.qlik.com/en-US/sense/November2019/Content/Sense_Helpsites/Home.htm

 

For your enquiries, you would need to check if  Employee email and Manager email fields are available in the data model.

Open your app and click Edit button at the top right corner.

On the left panel, click Field and search for the related fields.

If the fields are available, drag the fields into the table you want to add-in as dimension.

If the fields are not available, you might need to request assistance from your development team.

 

DGM
Contributor
Contributor
Author

Thank you!

I have the required fields but i am not sure how to use it in the new column.

Note:Second Manager ID is not available directly - this is what i need to include as a new dimension or measure by writing an expression.

What expression should i use in the new Dimension Column? Its kind of referring to the same table 

In Excel I would have used vLookup;

vLookup(D1, A1:D10, 4, False) - where column D has my Manager ID field and in the range specified, column A has EmployeeID.

Employee ID Employee F NameEmployee L NameManager ID Second Manager ID 
DJMDxxMxxJoeKaty Smith
JoeJsdfdEdsdKaty SmithJack R
Katy SmithKatySmithJack RRob 

 

IF the Manager ID value matches the Employee ID value then the corresponding Manager ID is the Second Level Manager 

Any help to implement the same functionality here?

I am not sure if this is clear enough.

DGM