Error in calculation calling in different groups

I have two groups named Part 1 and Part 2 in my form. I defined a calculation for each group: In Part 1: 1500 * ${q1} (label as HH_lose), and in Part 2: 750 * ${q1} (label as HH_lose_X).

However, when I recall the above two functions in the question options for each part, everytime I save and preview my form, the two functions will changed to be the same one, the one I lastly edited.

For example, if I type HH_lose to recall the function 1500 * ${q1} in question options in Part 1, and then type HH_lose_X to recall the calculation 750 * ${q1} in question options in Part 2, then save it and refresh the page, the HH_lose in Part 1 would automatically change to HH_lose_X in my script, and the result also change to the other one.

Wondering why the two calculations which defined and labeled seperately always change to the same one after saving.

Welcome to the community, @jingleliu! Would you mind sharing with the community the selected part of your XLSForm so that the community should be able to help you out?

av8KTDPCMPDS4g2U6jAyVW.xlsx (9.2 KB)

Hello Lam, thank you for replying. Please refer to the XLS for the issue. You may modify numbers in q1 and also the definition of two calculations in Part 1 and Part 2, you may find the issue I posted that I cannot get the correct result for both parts at the same time.

I solved the problem by myself. Just for notifying the community, even your expressions of questions are similar in different groups, please do write them separately, especially when recalling for functions. Simply copying and editing some part of question would result in my fault.