Hi, i have assigned values to two different variables and i would like to add those separate variables and have the sum printed. here is what i have tried but its not working.
cheers
{jrCore_get_count module="jrAudio" name="audio_file_stream" profile_id=$_profile_id value="audiostreams"}
{jrCore_get_count module="jrYouTube" name="youtube_stream" profile_id=$_profile_id value="videostreams"}
{math equation="x + y" x=$audiostreams y=$videostreams}
updated by @musamensa: 12/25/17 12:42:58PM