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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Field Indeх

Hi,

Is it possible to use alternate state in the Field Indeх formula?

Thank you in advance,

Larisa

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Have you tried applying the alternate state identifier to the Min() function?

=Min({AS} FieldIndex('FieldName', FieldName))

View solution in original post

4 Replies
swuehl
Champion III
Champion III

What should be the use case for that?

Anonymous
Not applicable
Author

There is a variable vMin '=Min(FieldIndex('FieldName', FieldName))'

This variable is defined in Variable Overview Window with the equal sign. For some reason it is important.

The variable vMin is used as an argument in some other formulas in the application.


So I need to canculate the variable vMin based on the alternat state.

swuehl
Champion III
Champion III

Have you tried applying the alternate state identifier to the Min() function?

=Min({AS} FieldIndex('FieldName', FieldName))

Anonymous
Not applicable
Author

Thank you, swuel!