specialist
Programmer
greetings-
is there a way to extract specific information from a function? For example:
Say I wanted to count the number of records in this function which had a value of:
store_id = 123
Ultimately, I would like to count the number of records with store_id = 123 from the total records displayed in the function FindTOTAL_OPEN_123.
Any guidance would be warmly welcome.
Thank you kindly,
Mike
P.S. Have a nice day
is there a way to extract specific information from a function? For example:
Code:
Function FindTOTAL_OPEN_123
FindTOTAL_OPEN_123 = FindOPEN_ALA + FindOPEN_ALA_CAT2
End Function
Say I wanted to count the number of records in this function which had a value of:
store_id = 123
Ultimately, I would like to count the number of records with store_id = 123 from the total records displayed in the function FindTOTAL_OPEN_123.
Any guidance would be warmly welcome.
Thank you kindly,
Mike
P.S. Have a nice day