If statement inside graph builder for SendToReport functionality
Hi,I want to be able to change the graph's Y-axis only when the Y-axis is a certain column(say errors). But looks like the graphbuilder doesn't recognize the if inside it. However, this works fine when i don't use the if statement. But i want to be able to use this same graph function for all kinds of graphs. graph_func = function({stackdt,title},{Default Local},
gb = Graph Builder(
Size(...
vince_faller