🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

need help

paradojaUser: "paradoja"
New Altair Community Member
Updated by Jocelyn
thanx

Find more posts tagged with

Sort by:
1 - 1 of 11
    Hi!

    Macros are textual variables that can be set in a process or in the process context. You probably have a macro called fraction which contains a number like 0.5 to determine the sample fraction.

    When you look at the Sample operator, it has a parameter called sample. Here you can select absolute, relative and probability sampling. 
    Absolute allows you to set the exact number of resulting rows.
    Relative samples a ratio (or fraction) of the original data.
    Probability selects each element of the incoming data with the specified probability, so the result will be about (but not exactly) the specified fraction of the data.

    You just need to select the sampling method you need and enter the parameter value. Parameter values can be entered directly (e. g. 0.3) or with macros (e. g. %{fraction} ). 

    Regards,
    Balázs