22Alec2222 .
Posts: 0
Joined: Mon Jun 01, 2015 7:39 pm

Setting a Global Variable

I am wondering how to declare a global variable in appery. I am making a list of check boxes, and when checked I want to set a boolean variable to true for each box. I want to be able to give messages in the RSS feed tags, and I want the RSS feed to only show messages for which the user has the tags checked.

Basically, I want the checkbox to set a boolean for it's corresponding tag to true. Then I want the RSS feed to display all content with tags that the user has set to true.

How might I go about doing this?

CTRK Chaitanya
Posts: 0
Joined: Tue Jun 02, 2015 6:25 pm

Setting a Global Variable

Have you considered storing the value in the local storage.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Setting a Global Variable

Hello,

Documentation about storage variables you can found here: https://devcenter.appery.io/documenta...

22Alec2222 .
Posts: 0
Joined: Mon Jun 01, 2015 7:39 pm

Setting a Global Variable

I'm afraid I don't entirely understand how this system works. Let's see if I'm on the right track.

If I make this under storage: Image

And this event: Image

Will that return a true or false value to my local storage variable? (testTag1)

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Setting a Global Variable

Hello,

True value.

Return to “Issues”