Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

GetCurrentField() without IF statement

Is it not possible to use GetCurrentField directly in an expression without using it in an IF statement like so:

Count(=GetCurrentField(CustomerTopTenCycle))

12 Replies
agigliotti
Partner - Champion
Partner - Champion

Did you find a solution ?

I have to use something like this:

Sum( {< [Field1] = >} TOTAL <[$(=GetCurrentField(<ProductCycle))]> [LF Amount] )

in one expression with a cyclic group as dimension.

Many Thanks.

Regards

agigliotti
Partner - Champion
Partner - Champion

I solved, take a look here:

Re: GetCurrentField use in cyclic group

Not applicable
Author

I apologize that I did not see this reply Andrea. Thank you for taking the time. I'm glad you got it solved.