Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

set analisys problem

why its not working -

sum({<BU_Year_Quarter={"=SubField(concat(distinct BU_Year_Quarter,'-',),'-',1)"}>}BudgetCurrentBook_UNIT)

?

Labels (1)
1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi Adi

Try below  expression

Sum({<BU_Year_Quarter ={"= SubField('$(=concat(distinct BU_Year_Quarter,'-',))','-',1)=BU_Year_Quarter"}>}BudgetCurrentBook_UNIT)

View solution in original post

7 Replies
Anonymous
Not applicable

try

sum({<BU_Year_Quarter={"=$(=SubField......)">}BudgetCurrentV´Book_UNIT)

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi adi,

explain little briefly  for my understanding.

adiarnon
Creator III
Creator III
Author

hi,

i want the sum of-BudgetCurrentBook_UNIT

when

BU_Year_Quarter = SubField(concat(distinct BU_Year_Quarter,'-',),'-',1)

adiarnon
Creator III
Creator III
Author

tnx,

but its not working

its giving me -sum(BudgetCurrentV´Book_UNIT)

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi Adi

Try below  expression

Sum({<BU_Year_Quarter ={"= SubField('$(=concat(distinct BU_Year_Quarter,'-',))','-',1)=BU_Year_Quarter"}>}BudgetCurrentBook_UNIT)

Anonymous
Not applicable

can you test in a TextBox if the Expression subfield(..... is correct?

adiarnon
Creator III
Creator III
Author

tnx!!!!