Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

dimension value in expressions

Hello,

      Everyone,  for somereason,  I need the DATA STRUCTURE in my test qv.

So why could't I make the value out?  And how to modify my expression ?

Please see the attchment.

!

9 Replies
Anonymous
Not applicable
Author

Hi,

Not sure if I Understand but I will give it a try and hopefully this helps.

If you open the test file and press CTRL + T you will notice the two tables are not associated - No association line is present. It requires the same field names in both tables to link them up.

If you select "F" as the dimension and "sum(V)" as your expressions, the values will show up.

If you would like to create the link between the two tables:

in script:

t2:
LOAD Distinct F  Resident t1;

Now press CTRL + T and see the linkage/Association.

If I have not understood your requirement, please try and explain with more detail so we can help you.

prabiradhikary
Partner - Contributor III
Partner - Contributor III

you can use :

sum({<F={$(=concat(distinct F,','))}>}V)

Test.JPG

HirisH_V7
Master
Master

What is the  output you want to see from your Expression!!

HirisH
“Aspire to Inspire before we Expire!”
Not applicable
Author

HirisH_V7
Master
Master

Hi,


Check this,by using this expression,

Sum({<F={$(=concat(distinct F1,','))}>}V)

PFA,

HTH,

Hirish

HirisH
“Aspire to Inspire before we Expire!”
Not applicable
Author

thanks,

avinashelite

Why don't you link the F and F1 in the script that solves the problem rite ?? any specific reason not to link those ??

Table1;

LOAD

F

V

table2:

LOAD F1 as F

Not applicable
Author

HirisH_V7
Master
Master

Can you explain a bit more about your'e requirement.

HirisH
“Aspire to Inspire before we Expire!”