Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to make the filter value to some value by default ?

How to get the "Category Of Sales" by default value to "Processed"

See the sample

1 Solution

Accepted Solutions
eduardo_sommer
Partner - Specialist
Partner - Specialist

Hi

1. Menu Settings

2. Document Properties

3. Triggers Tab

4. List 'Document Event Triggers'

5. Select Trigger OnOpen

6. Click on 'Add Action'

7. List 'Action Type'

     Select External

8. List 'Action'

     Select Set Variable

9. Box 'Variable'

      Write vCategory

10. Box 'Value'

     Write Processed

I think this will help you

Regards

Eduardo

View solution in original post

8 Replies
jolivares
Specialist
Specialist

Your sample is empty...

sunny_talwar

You can use OnOpen Trigger to set the value of your variable as 'Processed'

datagrrl
Creator III
Creator III

Set the On Open trigger to set the variable vCategory to Processed.

eduardo_sommer
Partner - Specialist
Partner - Specialist

The attached file is your qvw with the trigger set

Eduardo

suvechha_b
Creator III
Creator III
Author

Please help me , by marking it .

I am not getting how to set On Open trigger to set the variable vCategory to Processed.

suvechha_b
Creator III
Creator III
Author

Please help me , by marking it .

I am not getting how to set On Open trigger to set the variable vCategory to Processed.

datagrrl
Creator III
Creator III

You can't really mark it.

Go to Settings>Document Properties> then the Triggers tab.

eduardo_sommer
Partner - Specialist
Partner - Specialist

Hi

1. Menu Settings

2. Document Properties

3. Triggers Tab

4. List 'Document Event Triggers'

5. Select Trigger OnOpen

6. Click on 'Add Action'

7. List 'Action Type'

     Select External

8. List 'Action'

     Select Set Variable

9. Box 'Variable'

      Write vCategory

10. Box 'Value'

     Write Processed

I think this will help you

Regards

Eduardo