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

Customized Report

Hi Folks,

I am trying for customized report, its not working.

Please look into it and help

PFA

sub2u444

Script:-

DimensionList:

LOAD * INLINE

[

dimension_1,dimesnion_flag

Name,1

Country,2

Job,3

];

LOAD * INLINE [

    Parameter_1, Parameter_flag

    Salary, A

    Taxes, B

];

Data:

LOAD * INLINE

[

Name,Country,Job,Salary,Taxes

Philip Lawrence,USA,Teacher,35000,2000

John Schummacher,Germany,IT Consultant,42000,3500

Albert Casanella,Spain,Salesman,52000,5000

Alexander Xiao,Hongkong,Doctor,48000,4400

Ayax Smart,England,IT CEO,80000,7000

];

aaa.JPG

11 Replies
sunny_talwar

Check the attached

Not applicable
Author

Hi Sunny,

Thanks for the reply.

If i won't select any dimension, default dimension "Country" and Measure "Salary".

PFA snippet.

Abc.JPG

Thanks in advance.

sub2u444

sunny_talwar

Check now

Not applicable
Author

Thanks a ton for the reply.

Its working fine Sunny.

sunny_talwar

I am glad I was able to help. Please close the thread if you got what you wanted

Not applicable
Author

Hi Sunny,

Is it possible to create a likewise customized report but based on variables? Instead of fields.

Br,

Mathias

sunny_talwar

Would you be able to provide a sample to show what you are trying to do?

Not applicable
Author

Hi Sunny,

I would like to add fields to customized table builder.

But I want this list of fields split up. For example between dates and normal fields. Another example of such a split up could be dimensions and expressions.

Just like in attachment I also don't want this to be added to the current selections.

Thanks in advance!

Br,

MC

sunny_talwar

So dimensions should be select-able from two different list box? Is that what you are looking to achieve here? I am not 100% sure I understand what you mean by split-up here.