Skip to main content
Question

Need to keep Branch parameter null , user can select branch and filter the result

  • December 9, 2025
  • 3 replies
  • 35 views

Forum|alt.badge.img

 

Hello Experts, i am getting stuck in one of the GI where branch Parameter is not getting null if i am opening GI by default branch is getting selected, i need to have branch parameter null so that user can select its branch and filter out the result. And if in default value keeping as null its showing me error message. Please have a look on the parameter and the condition applied.

 

GI looks like this branch by default is coming

 

3 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+15

@vishalsharma49 

Please select your filters as shown below

 


Forum|alt.badge.img

@vishalsharma49 

Please select your filters as shown below

 

Hi kept same as mentioned but then also same result.

 


Forum|alt.badge.img+3

Hi ​@vishalsharma49 

It defaults because you're using the Schema Field INSite.branchID, which has a default value.
You need to use a Schema Field that allows null values — for example, INTurnoverCalc.branchID.

Here is a simple example:



Additionally, to use INTurnoverCalc.branchID as the Schema Field, you need to add the INTurnoverCalc table to the GI tables:


Here is the result (screenshot taken right after opening):