Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

back from DrillDown grid to linechart

I applied back button on drill down grid .getting redirected to linechart ... but whenever i am clicking on back button it is creating new layout with grid ... also making the required variables null while clicking back button,..

I just want to get redirected to linechart ....

a!columnLayout(
            contents: {
              a!buttonArrayLayout(
                align: "END",
                buttons: {
                  a!buttonWidget(
                    icon: "home",
                    label: "Back to User Logins",
                    style: "LINK",
                    submit: true,
                    value: "BACK",
                    saveInto: {local!backButton,
                    a!save(
                      ri!selectedDateRange,null()
                    )}
                  )
                }
              )
            }
            
          )
        }
      ),
      if(
        isnull(local!backButton),{},rule!VID_uiSectionLineChart(selectedValue:ri!selectedDateRange)
      )

  Discussion posts and replies are publicly visible