I am using SAGA --> Grid Calculus --> Raster Calculator on QGIS version 2.6. The formula I am using is:
ifelse(gt(a,0), (a), b) where a is my layer with values in a greater extent than that of b. The resulting layer doesn't seem to abide by the else condition of my formula contains only 0s...