Selected Time from another module

Hi everyone. is it possible to get the selected time from module 1 to module2 as line item.? thank you.

Best Answer

  • seymatas1
    Answer ✓

    Hi Arth,
    The page selectors in your modules are only views. Your selection is not recorded in a line item. If you want to refer to a Key Number M1(6) selection in SYS Key Number Control Module, your month selection should be in a line item.


    Here is the alternative way:

    I hope this helps.

    Seyma 🌷🙂

Answers

  • You can use lookups to do that, but line item names will be constant... Can't change that dynamically. You might need to create a list from line item and need to use if else condition if you want to make it dynamic. Can you provide more details about the requirements?

  • Hi @Dikshant thank you for your reply.

    i'm planning to get the selected time period in my module Key Number M1(6). so let say i've selected Oct 23

    now in my module SYS Key Number Control Module, i would like to put it in my First Period line item. this module doesnt have time dimension

  • It looks like your source is period formatted and your target is date formatted, is this the case?

  • Hi @Arth ,
    Agreed with @seymatas1. What additionally you can do is make a month only filter in any time settings module so as to apply the same filter over the grid which you may have published for module Key Number M1(6) and then simply hide the selector in UX and make selections using that line Item as suggested by Seyma.