Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I am trying for customized report, its not working.
Please look into it and help
PFA
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
];
Check the attached
Hi Sunny,
Thanks for the reply.
If i won't select any dimension, default dimension "Country" and Measure "Salary".
PFA snippet.
Thanks in advance.
Check now
Thanks a ton for the reply.
Its working fine Sunny.
I am glad I was able to help. Please close the thread if you got what you wanted
Hi Sunny,
Is it possible to create a likewise customized report but based on variables? Instead of fields.
Br,
Mathias
Would you be able to provide a sample to show what you are trying to do?
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
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.